Skip to content

Commit

Permalink
More tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiManyer committed Oct 28, 2024
1 parent 8b43ee4 commit 977c878
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/GeometryTests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,11 @@ function main(distribute,parts)

Γ = Boundary(with_ghost,model,tags="boundary")
writevtk(Γ,joinpath(output,"Γ"))
nbfacets = num_cells(Γ)

Γ = Boundary(no_ghost,model,tags="boundary")
writevtk(Γ,joinpath(output,"Γ"))
@test num_cells(Γ) == nbfacets

function is_in(coords)
R = 1.6
Expand Down

0 comments on commit 977c878

Please sign in to comment.