Skip to content

Commit

Permalink
Fix blast wave test
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibolm committed Nov 20, 2023
1 parent e09ed28 commit 3a20622
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions test/test_tree_2d_euler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -365,16 +365,16 @@ end
@trixi_testset "elixir_euler_blast_wave_sc_subcell.jl" begin
@test_trixi_include(joinpath(EXAMPLES_DIR, "elixir_euler_blast_wave_sc_subcell.jl"),
l2=[
0.30785002807815187,
0.1759956703391451,
0.1759417566220675,
0.6141201710105174,
0.30785094769124677,
0.17599603017990473,
0.17594201496603085,
0.614120201076276,
],
linf=[
1.2971792413978331,
1.1057407237412735,
1.1057665512872346,
2.436409926521213,
1.2971828380703805,
1.1057475500114755,
1.105770653844522,
2.4364101844067916
],
tspan=(0.0, 0.5),
initial_refinement_level=4,
Expand Down

0 comments on commit 3a20622

Please sign in to comment.