Skip to content

Commit

Permalink
Added tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiManyer committed Oct 28, 2024
1 parent 1add052 commit 8b43ee4
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 @@ -59,9 +59,11 @@ function main(distribute,parts)

Ω = Triangulation(with_ghost,model)
writevtk(Ω,joinpath(output,"Ω"))
@test num_cells(Ω) == num_cells(model)

Ω = Triangulation(no_ghost,model)
writevtk(Ω,joinpath(output,"Ω"))
@test num_cells(Ω) == num_cells(model)

Γ = Boundary(with_ghost,model,tags="boundary")
writevtk(Γ,joinpath(output,"Γ"))
Expand Down

0 comments on commit 8b43ee4

Please sign in to comment.