Skip to content

Commit 977c878

Browse files
committed
More tests
1 parent 8b43ee4 commit 977c878

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/GeometryTests.jl

+2
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,11 @@ function main(distribute,parts)
6767

6868
Γ = Boundary(with_ghost,model,tags="boundary")
6969
writevtk(Γ,joinpath(output,"Γ"))
70+
nbfacets = num_cells(Γ)
7071

7172
Γ = Boundary(no_ghost,model,tags="boundary")
7273
writevtk(Γ,joinpath(output,"Γ"))
74+
@test num_cells(Γ) == nbfacets
7375

7476
function is_in(coords)
7577
R = 1.6

0 commit comments

Comments
 (0)