Skip to content

Commit

Permalink
Merge pull request #4957 from zjiaqi2018/clear_use_constraints
Browse files Browse the repository at this point in the history
GMG mesh displacement: clear user constraints
  • Loading branch information
tjhei authored Jun 2, 2024
2 parents 0570cde + 65274e2 commit 41c3b29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/mesh_deformation/interface.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1029,6 +1029,9 @@ namespace aspect
}
rhs.compress(VectorOperation::add);

// clear the level constraints of the previous time step
mg_constrained_dofs.clear_user_constraints();

// setup GMG, following deal.II step-37:
const unsigned int n_levels = sim.triangulation.n_global_levels();

Expand Down

0 comments on commit 41c3b29

Please sign in to comment.