-
Notifications
You must be signed in to change notification settings - Fork 9
Lagrange Restrictions #79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Also added Still missing:
|
Nice, but I think something is not working properly with the restriction_rhs. When I try to fix a nonzero pressure mean in Example252, it is still zero. When I stop after one iteration, the mean has the negative value of what I prescribed. |
…erator of the MeanValueRestriction
…dary data by Lagrange multiplier; bdofs in HomogeneousData are now uniqued!; updated changelog and Example201
I fixed something (in case not the full solution vector takes part in the solve) and added a BoundaryDataRestriction. Maybe we should reconsider the name MeanValueRestriction, since we are actually restricting a linear functional, so what about calling it a LinearFunctionalRestriction? |
…eanValueRestriction and MassRestriction is now constructed via LinearFunctionalRestriction
Seems to work for the two examples with periodic coupling
BlockArrays
Restrictons
struct and a firstCoupledDofRestriction
Problems: