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.