Skip to content

Commit

Permalink
polydeg for struct1d sedov
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Jul 18, 2024
1 parent f9fda66 commit dff25ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/structured_1d_dgsem/elixir_euler_sedov.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ initial_condition = initial_condition_sedov_blast_wave

surface_flux = flux_lax_friedrichs
volume_flux = flux_ranocha
basis = LobattoLegendreBasis(3)
polydeg = 3
basis = LobattoLegendreBasis(polydeg)
shock_indicator_variable = density_pressure
indicator_sc = IndicatorHennemannGassner(equations, basis,
alpha_max = 1.0,
Expand Down

0 comments on commit dff25ef

Please sign in to comment.