Skip to content

Commit e620a15

Browse files
committed
Testing previous fix
1 parent ad26c62 commit e620a15

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test/GeometryTests/SkeletonTriangulationsTests.jl

+9
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,13 @@ partition = (3,3,3)
126126
oldmodel = CartesianDiscreteModel(domain,partition)
127127
oldstrian = SkeletonTriangulation(oldmodel)
128128

129+
domain = (0,1,0,1)
130+
partition = (2,2)
131+
model = CartesianDiscreteModel(domain,partition)
132+
Ω1 = Interior(model,[2])
133+
Ω2 = Interior(model,[4])
134+
Γ12 = Interface(Ω1,Ω2)
135+
@test num_cells(Γ12) == 1
136+
137+
129138
end # module

0 commit comments

Comments
 (0)