Skip to content

Commit

Permalink
update convergence test values
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickersing committed Apr 30, 2024
1 parent 08bab58 commit dcb6abf
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions test/test_tree_1d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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()),
Expand Down

0 comments on commit dcb6abf

Please sign in to comment.