Skip to content

Commit

Permalink
Allow for giving Conforming BC on the boundary of a 1-D body
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalinen committed Apr 11, 2024
1 parent 3407bff commit 7a16645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fem/src/MeshUtils.F90
Expand Up @@ -5222,7 +5222,7 @@ SUBROUTINE CreateInterfaceMeshes( Model, Mesh, This, Trgt, BMesh1, BMesh2, &
DO i=1, Mesh % NumberOfBoundaryElements
Element => Elements(i)
ElemCode = Element % Type % ElementCode
IF (ElemCode<=200) CYCLE
! IF (ElemCode<=200) CYCLE

nSplit = 1
IF( SplitQuadratic ) THEN
Expand Down Expand Up @@ -5328,7 +5328,7 @@ SUBROUTINE CreateInterfaceMeshes( Model, Mesh, This, Trgt, BMesh1, BMesh2, &
Element => Elements(i)

ElemCode = Element % Type % ElementCode
IF (ElemCode <= 200) CYCLE
! IF (ElemCode <= 200) CYCLE

IF( TagNormalFlip ) THEN
n = Element % TYPE % NumberOfNodes
Expand Down

0 comments on commit 7a16645

Please sign in to comment.