Skip to content

Commit

Permalink
Avoid unnecessary creation of DGIndexes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalinen committed Feb 5, 2025
1 parent 2697890 commit 28602d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fem/src/MeshUtils.F90
Original file line number Diff line number Diff line change
Expand Up @@ -3028,6 +3028,7 @@ SUBROUTINE NonNodalElements()

InDofs = 0
InDofs(:,1) = 1
InDofs(:,4) = -1
IF ( PRESENT(Def_Dofs) ) THEN
inDofs = Def_Dofs
ELSE
Expand Down

0 comments on commit 28602d3

Please sign in to comment.