On 8/21/23 09:36, Gordan Šegon wrote:
/
/
The association of vertex to dof is not wanted to be broken. As mentioned no renumbering is wanted, but only the local_dof_indices modified on per cell basis. However, I see now that perhaps each cell doesn't have it's own copy of local_dof_indices and that changing values local_dof_indices of one cell would affect the local_dof_indices of another?

Yes. The DoF (of a continuous finite element) is associated with the vertex, and the vertex is part of all adjacent cells. You cannot break these associations.

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/66bf44a8-1d0f-7822-18ec-b4acdbbc75b0%40colostate.edu.

Reply via email to