aspect
aspect copied to clipboard
GMG:clear out mg constraints [WIP]
- Remove
user_level_constraints
andlevel_constraints
and usemg_level_constraints
to store boundary constraints on all levels. - Use
level_boundary_indices
to store zero boundary constraints, and then add tomg_level_constraints
. - A new function to import
mg_level_constraints
tomg_constrained_dofs
.
deal.ii 9.3 doesn't have the following function
mg_constrained_dofs.add_boundary_indices()
Can you try https://github.com/geodynamics/aspect/pull/4413/commits/fa3b677fe03f5e42029690ba16bd36e2dce9471c or something similar for <9.5? I am curious if any tests are affected.
Can you try fa3b677 or something similar for <9.5? I am curious if any tests are affected.
So you want to clear the level constraints before adding new ones?
So you want to clear the level constraints before adding new ones?
Ideally, we would only clear out the user constraints, but the next best thing (as this is not available unless we use master) would be to clear and redo all constraints. Does that makes sense?
@tjhei What do we do about this PR from last year?
Will look at it again this hackathon
@tjhei: What about this hackathon? ;-)