Skip to content

Commit

Permalink
test vals
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Apr 12, 2024
1 parent 1bc4893 commit a711b12
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/test_tree_3d_linearizedeuler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ EXAMPLES_DIR = pkgdir(Trixi, "examples", "tree_3d_dgsem")
@trixi_testset "elixir_linearizedeuler_gauss_wall.jl" begin
@test_trixi_include(joinpath(EXAMPLES_DIR, "elixir_linearizedeuler_gauss_wall.jl"),
l2=[
0.054201508303202306, 0.10347277056092179,
8.10542634693489e-17, 8.273108096127844e-17,
0.054201508303202306,
0.020380328336745232, 0.027122442311921492,
0.02712244231192152, 8.273108096127844e-17,
0.020380328336745232,
],
linf=[
0.1774484851727698, 0.33221022902054875,
1.9884884692276712e-15, 1.641012595221666e-15,
0.1774484851727698,
0.2916021983572774, 0.32763703462270843,
0.32763703462270855, 1.641012595221666e-15,
0.2916021983572774,
],
tspan=(0.0, 1.0))

Expand Down

0 comments on commit a711b12

Please sign in to comment.