Skip to content

Commit

Permalink
Merge pull request #12751 from marcfehling/fix-line-identity
Browse files Browse the repository at this point in the history
Bugfix: Invalid dofs on lines with similar FEs not correctly merged.
  • Loading branch information
kronbichler committed Sep 11, 2021
2 parents c090a8c + 05a2acc commit 54c0f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/dofs/dof_handler_policy.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1444,7 +1444,7 @@ namespace internal
numbers::invalid_dof_index))
line->set_dof_index(j,
primary_dof_index,
fe_index_2);
other_fe_index);
}
}
}
Expand Down

0 comments on commit 54c0f16

Please sign in to comment.