I debugged locally owned DoFs for 2 cores and 1 global refinement and I see:
core=1:
DEAL::n_dofs = 9
DEAL::before renumbering:
DEAL::{[0,2]}
DEAL::after renumbering:
DEAL::{[6,8]}
core=2:
DEAL::n_dofs = 9
DEAL::before renumbering:
DEAL::{[3,8]}
DEAL::after renumbering:
DEAL::{[0,5]}
which looks reasonable to me. It does run with CG, but the solution is
different.
Regards,
Denis.
> On 10 Aug 2016, at 18:09, Daniel Jodlbauer <[email protected]> wrote:
>
> I think DoFRenumbering::Cuthill_McKee(dof_handler) does the renumbering only
> on the locally owned dofs, therefore these index sets wont change.
>
> --
> The deal.II project is located at http://www.dealii.org/
> <http://www.dealii.org/>
> For mailing list/forum options, see
> https://groups.google.com/d/forum/dealii?hl=en
> <https://groups.google.com/d/forum/dealii?hl=en>
> ---
> You received this message because you are subscribed to a topic in the Google
> Groups "deal.II User Group" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/dealii/ncEIt6y7EHg/unsubscribe
> <https://groups.google.com/d/topic/dealii/ncEIt6y7EHg/unsubscribe>.
> To unsubscribe from this group and all its topics, send an email to
> [email protected]
> <mailto:[email protected]>.
> For more options, visit https://groups.google.com/d/optout
> <https://groups.google.com/d/optout>.
--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see
https://groups.google.com/d/forum/dealii?hl=en
---
You received this message because you are subscribed to the Google Groups
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.