Skip to content

Commit

Permalink
2D "elixir_advection_restart.jl with waving flag mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Nov 24, 2021
1 parent cf4ae12 commit 38e974c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/test_structured_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ isdir(outdir) && rm(outdir, recursive=true)

@trixi_testset "elixir_advection_restart.jl with waving flag mesh" begin
@test_trixi_include(joinpath(EXAMPLES_DIR, "elixir_advection_restart.jl"),
l2 = [0.00016265538283059892],
linf = [0.0015194298895079283],
rtol = 5e-7, # Higher tolerance to make tests pass in CI
l2 = [0.00016265538265929818],
linf = [0.0015194252169410394],
rtol = 5e-6, # Higher tolerance to make tests pass in CI
elixir_file="elixir_advection_waving_flag.jl",
restart_file="restart_000021.h5")
end
Expand Down

0 comments on commit 38e974c

Please sign in to comment.