From dcb6abf00b0d66b48e362cf7b0729118096d4af7 Mon Sep 17 00:00:00 2001 From: patrickersing Date: Tue, 30 Apr 2024 14:52:48 +0200 Subject: [PATCH] update convergence test values --- test/test_tree_1d.jl | 52 ++++++++++++++++++++++---------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/test/test_tree_1d.jl b/test/test_tree_1d.jl index 9ccee9e..d7cde02 100644 --- a/test/test_tree_1d.jl +++ b/test/test_tree_1d.jl @@ -512,21 +512,21 @@ end # 2LSWE @test_trixi_include(joinpath(EXAMPLES_DIR, "elixir_shallowwater_multilayer_convergence.jl"), l2=[ - 0.0007413378395106811, - 0.0005405760373610748, - 8.772497321219398e-5, - 0.0006969915241438401, - 0.0004924779641660143, - 0.00011816455915431224, + 0.0007413423106723253, + 0.000540576469967569, + 8.772494905937258e-5, + 0.0006969877681271723, + 0.0004924792705658947, + 0.00011816401639126746, 0.000139126377287091, ], linf=[ - 0.002657085141947846, - 0.0028102251075707296, - 0.00022855706065982861, - 0.003310637567035979, - 0.002490976099376596, - 0.0005211086991627756, + 0.0026570823889522366, + 0.0028102271323960926, + 0.0002285569562520129, + 0.003310623577850169, + 0.0024909798619617285, + 0.0005211057995907487, 0.00021874455861881081, ], surface_flux=(flux_lax_friedrichs, @@ -546,22 +546,22 @@ end # 2LSWE @test_trixi_include(joinpath(EXAMPLES_DIR, "elixir_shallowwater_multilayer_convergence.jl"), l2=[ - 0.0019005747730996517, - 0.0006416926161516576, - 0.0013237483460263738, - 0.0002514843620148158, - 0.00019551931612091513, - 0.00029396289378303574, - 0.0001391263772870812, + 0.0007413415478415575, + 0.0005405759470722189, + 8.772503316220759e-5, + 0.0006969870846204186, + 0.0004924774643042689, + 0.00011816402423681591, + 0.000139126377287091, ], linf=[ - 0.0059479250195759725, - 0.0028032845871422407, - 0.0039446424223523735, - 0.0009866378484075788, - 0.000930107485495435, - 0.0012826105967129742, - 0.00021874455861947695, + 0.0026571096352370205, + 0.0028102212809490434, + 0.00022855702706781056, + 0.0033106637858648646, + 0.0024909780761511735, + 0.0005211084155695156, + 0.00021874455861881081, ], surface_flux=(FluxHydrostaticReconstruction(FluxPlusDissipation(flux_ersing_etal, DissipationLocalLaxFriedrichs()),