Skip to content

Commit

Permalink
Updated some test values.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Markert committed Jan 12, 2024
1 parent 022c2a8 commit 92a2c1b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/test_mpi_t8code_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@ const EXAMPLES_DIR = pkgdir(Trixi, "examples", "t8code_2d_dgsem")
@test_trixi_include(joinpath(EXAMPLES_DIR,
"elixir_advection_amr_solution_independent.jl"),
# Expected errors are exactly the same as with TreeMesh!
l2=[4.949660644033807e-5],
linf=[0.0004867846262313763],
l2=[4.933027431215839e-5],
linf=[0.00048678461161243136],
coverage_override=(maxiters = 6,))
end

@trixi_testset "elixir_advection_amr_unstructured_flag.jl" begin
@test_trixi_include(joinpath(EXAMPLES_DIR,
"elixir_advection_amr_unstructured_flag.jl"),
l2=[0.001993165013217687],
linf=[0.032891018571625796],
l2=[0.001980652042312077],
linf=[0.0328882442132265],
coverage_override=(maxiters = 6,))
end

Expand Down

0 comments on commit 92a2c1b

Please sign in to comment.