You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just one important point to consider: The constraints and DoFHandler's are connected when you initialize the matrix free object. So if you intend to have multiple constraint matrix objects to enforce B.C’s on each field independently then one may be forced to use multiple DofHandler objects. This behavior may have changed recently, but this was the case some time back.
Ok, thanks for the heads-up. I was thinking that might be the case. The interplay between the DoFHandlers and the constraints is something I haven't done a deep dive on yet.
Going down to one may improve performance.
The text was updated successfully, but these errors were encountered: