Can we deploy these sequentially after a parallel partitioning of the mesh i.e. if we have an object of type
parallel::distributed::Triangulation<dim> <https://www.dealii.org/current/doxygen/deal.II/classparallel_1_1distributed_1_1Triangulation.html> triangulation <https://www.dealii.org/current/doxygen/deal.II/p4est__wrappers_8cc.html#ace00f2f80d9780ef9aa1007e1c22c6a4> ; and we subsequently ask the dof_handler object to distribute the degrees of freedom as follows dof_handler.distribute_dofs(fe); can we proceed to renumber the DoFs with Cuthill_McKee and component_wise? Does this create a bandwidth minimized component_wise renumbered sparsity structure for each process. I have this question because when I'm using the serial version of triangulation, I'm explicitly calling subdomain_wise renumbering first and then Cuthill-McKee and component_wise renumbering on 4 processes, I can see 4 bandwidth minimized structures which might illustrate that the renumbering retained the individual partition identity. Best, Nihar -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/cf8b2272-0632-47bd-b859-5dbe5adc4f4an%40googlegroups.com.
