Skip to content

Commit dff25ef

Browse files
polydeg for struct1d sedov
1 parent f9fda66 commit dff25ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/structured_1d_dgsem/elixir_euler_sedov.jl

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ initial_condition = initial_condition_sedov_blast_wave
3838

3939
surface_flux = flux_lax_friedrichs
4040
volume_flux = flux_ranocha
41-
basis = LobattoLegendreBasis(3)
41+
polydeg = 3
42+
basis = LobattoLegendreBasis(polydeg)
4243
shock_indicator_variable = density_pressure
4344
indicator_sc = IndicatorHennemannGassner(equations, basis,
4445
alpha_max = 1.0,

0 commit comments

Comments
 (0)