Skip to content

Commit

Permalink
forgot to update all new test values on the new mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwinters5000 committed Mar 13, 2024
1 parent e73e3e7 commit 099050d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions test/test_unstructured_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -201,16 +201,16 @@ end
@trixi_testset "elixir_euler_time_series.jl" begin
@test_trixi_include(joinpath(EXAMPLES_DIR, "elixir_euler_time_series.jl"),
l2=[
9.44589994864801e-5,
7.375567345161402e-5,
8.469037537040469e-5,
0.0001638067441092813,
9.860036213913957e-5,
7.767842271271052e-5,
8.956109781622046e-5,
0.0001771544151538529,
],
linf=[
0.0006797328621439558,
0.00048723709312858965,
0.0006701229224337357,
0.0011917195110209278,
0.000656954971669732,
0.000494381111073805,
0.0006563610876975101,
0.0011651838899400246,
],
tspan=(0.0, 0.5))
# Ensure that we do not have excessive memory allocations
Expand Down

0 comments on commit 099050d

Please sign in to comment.