On 8/9/22 06:22, Uclus Heis wrote:

Is it possible to obtain the index of the total dof distribution for each component?

I work with two components, having a 2*N size system and I need to know where in my solution vector is each component.

You want to look at DoFTools::extract_dofs(). It returns the indices of those DoFs that correspond to one or several solution components.

Best
 Wolfgang


--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 [email protected]
                           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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/71b052f9-fa2f-0ec3-8d0a-b34019c695c1%40colostate.edu.

Reply via email to