On 10/28/25 08:14, Hélène Papillon Laroche wrote:
When I am looping through the DoFs of the small cell, is there a way to
access the DoF index associated with the large cell?
In other words, can I know which DoFs are constrained with another DoF
and the index of the latter? I think AffineConstraint probably uses
this, but I cannot find it.
Helene,
you can query which DoFs are constrained via
AffineConstraints::is_constrained()
and you can query the specifics of a constraint via
AffineConstraints::get_constraint_entries()
Best
W.
--
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 visit
https://groups.google.com/d/msgid/dealii/359daed1-4f72-4924-85c7-1a4ceebac4ef%40colostate.edu.