On 9/26/24 13:47, Nihar Bhardwaj Darbhamulla wrote:

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.

Nihar: I believe that this should work. What happens if you try?

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                           www: http://www.math.colostate.edu/~bangerth/


--
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 dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/d371c2f4-b4ae-4826-89a5-a1ba6abd9e66%40colostate.edu.

Reply via email to