On 10/20/25 16:10, Arthur Bawin wrote:

If the coupling is enforced by simply modifying the rows of the v dofs
on the cylinder, then u is unaffected by the coupling as expected, and
we get v = C*u.

You assumption is that the relationships the AffineConstraints class describes, namely
  v = C*u,
creates a primary degree of freedom u whose value is what it is, and a dependent degree of freedom v whose value is then computed from u. But that's not what the class does. It represents constraints that you should think have the form
  v - C*u = 0
in which all degrees of freedom are logically considered having the same 
category.

I put this into words here:
  https://github.com/dealii/dealii/pull/18945
Best
 W.

--
------------------------------------------------------------------------
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 visit 
https://groups.google.com/d/msgid/dealii/1bae8234-251b-4f34-a82d-60948a59ba43%40colostate.edu.

Reply via email to