Skip to content

Commit

Permalink
Merge branch 'main' into subcell-limiting
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibolm committed Sep 20, 2024
2 parents 0ded2e3 + 827a738 commit efeaca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tree_2d_dgsem/elixir_euler_astro_jet_MCL.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ boundary_conditions = (x_neg = BoundaryConditionCharacteristic(initial_condition
y_neg = boundary_condition_periodic,
y_pos = boundary_condition_periodic)

surface_flux = flux_lax_friedrichs # HLLC needs more shock capturing (alpha_max)
surface_flux = flux_lax_friedrichs
volume_flux = flux_chandrashekar # works with Ranocha flux as well
polydeg = 3
basis = LobattoLegendreBasis(polydeg)
Expand Down

0 comments on commit efeaca8

Please sign in to comment.