Skip to content

Commit

Permalink
Adapt elixir
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibolm committed Dec 22, 2023
1 parent 40b8d93 commit 8a516a3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ volume_flux = flux_ranocha
basis = LobattoLegendreBasis(3)
limiter_idp = SubcellLimiterIDP(equations, basis;
local_minmax_variables_cons = ["rho"],
math_entropy = true,
bar_states = false)
volume_integral = VolumeIntegralSubcellLimiting(limiter_idp;
volume_flux_dg = volume_flux,
Expand Down
16 changes: 8 additions & 8 deletions test/test_tree_2d_euler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -393,16 +393,16 @@ end
@test_trixi_include(joinpath(EXAMPLES_DIR,
"elixir_euler_blast_wave_sc_subcell_nonperiodic.jl"),
l2=[
0.3517507570120483,
0.19252291020146015,
0.19249751956580294,
0.618717827188004,
0.32211638619244837,
0.17984613698288662,
0.1798341339489921,
0.6136855864874968,
],
linf=[
1.6699566795772216,
1.3608007992899402,
1.361864507190922,
2.44022884092527,
1.343528359596545,
1.174708306029737,
1.174481988232382,
2.42152874599586,
],
tspan=(0.0, 0.5),
initial_refinement_level=4,
Expand Down

0 comments on commit 8a516a3

Please sign in to comment.