Skip to content

Commit

Permalink
2D hanging dof constraints working for both perm==3 and perm==4
Browse files Browse the repository at this point in the history
  • Loading branch information
amartinhuertas committed Apr 11, 2023
1 parent c5fe5a4 commit 0a290f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/non_conforming_octrees_wip.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function setup_model(perm)
labels.d_to_dface_to_entity[1]=[7,7,7,7,7,7]
if (perm==1 || perm==2)
labels.d_to_dface_to_entity[2]=[7,7,7,0,7,7,7]
elseif (perm==1 || perm==2)
elseif (perm==3 || perm==4)
labels.d_to_dface_to_entity[2]=[7,7,0,7,7,7,7]
end
add_tag!(labels,"boundary",[7])
Expand Down Expand Up @@ -515,4 +515,4 @@ test(3,3)

test(4,1)
test(4,2)
test(4,3)
test(4,3)

0 comments on commit 0a290f3

Please sign in to comment.