Skip to content

Commit

Permalink
Adapt test to actually test pos limiter for nonlinear variables
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibolm committed Nov 16, 2023
1 parent 849b09e commit 2c75e38
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions test/test_tree_2d_euler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -585,18 +585,18 @@ end
@test_trixi_include(joinpath(EXAMPLES_DIR,
"elixir_euler_kelvin_helmholtz_instability_sc_subcell.jl"),
l2=[
0.05570313943221697,
0.03298722119008495,
0.05224470329798064,
0.08011555326900793,
0.42185634563805724,
0.1686471269704017,
0.18240674916968103,
0.17858250604280654,
],
linf=[
0.2409101307301882,
0.16601896096921037,
0.12356154796415487,
0.2695166427148403,
1.7012978064377158,
0.7149714986746726,
0.5822547982757897,
0.7300051017382696,
],
tspan=(0.0, 0.2))
tspan=(0.0, 2.0))
# Ensure that we do not have excessive memory allocations
# (e.g., from type instabilities)
let
Expand Down

0 comments on commit 2c75e38

Please sign in to comment.