Skip to content

Commit

Permalink
Fix a85c087 (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
efaulhaber authored Jun 10, 2021
1 parent a85c087 commit 7b39097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_special_elixirs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const EXAMPLES_DIR = joinpath(pathof(Trixi) |> dirname |> dirname, "examples")
mean_eoc = convergence_test(@__MODULE__, joinpath(EXAMPLES_DIR, "2d", "elixir_advection_extended_curved.jl"), 3)
@test isapprox(mean_eoc[:l2], [4.0], rtol=0.01)

mean_eoc = convergence_test(@__MODULE__, joinpath(EXAMPLES_DIR, "2d", "elixir_euler_nonperiodic_p4est.jl"), 3)
mean_eoc = convergence_test(@__MODULE__, joinpath(EXAMPLES_DIR, "2d", "elixir_euler_nonperiodic_p4est_unstructured.jl"), 3)
@test isapprox(mean_eoc[:l2], [3.54, 3.50, 3.50, 3.52], rtol=0.01)

mean_eoc = convergence_test(@__MODULE__, joinpath(EXAMPLES_DIR, "3d", "elixir_advection_basic_curved.jl"), 2)
Expand Down

0 comments on commit 7b39097

Please sign in to comment.