Skip to content

Commit

Permalink
Use hanging node constraints correctly in solid mechanics
Browse files Browse the repository at this point in the history
  • Loading branch information
davidscn committed Apr 15, 2024
1 parent 0d1fd01 commit e6aa18e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/solid_mechanics/mf_elasticity.h
Original file line number Diff line number Diff line change
Expand Up @@ -1922,6 +1922,7 @@ namespace FSI

constraints.clear();
constraints.reinit(locally_relevant_dofs);
DoFTools::make_hanging_node_constraints(dof_handler, constraints);

mg_constrained_dofs.clear();
mg_constrained_dofs.initialize(dof_handler);
Expand Down

0 comments on commit e6aa18e

Please sign in to comment.