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
Without looking closer I guess the solution would be to update local_facet_dofs_offset in Dirichlet conditions applied to nodes. However, this seems like a bit unfortunate dual use of the Dirichlet condition...
As we also discussed potential generalisations @fredrikekre, perhaps one could keep having Dirichlet as the interface, but have specialized structs add!ed to the ConstraintHandler depending on the case (here e.g. DirichletFacet and DirichletNodal). For non-identity mappings, we could then "easily" dispatch and add different structs.
MWE on master
(Edit by @KnutAM moving ip above dh)
The text was updated successfully, but these errors were encountered: