Skip to content

Commit

Permalink
Update examples/tree_1d_dgsem/elixir_euler_quasi_1d_ec.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Jesse Chan <[email protected]>
  • Loading branch information
KrisshChawla and jlchan authored Nov 26, 2023
1 parent 5854bd7 commit 8be7c58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/tree_1d_dgsem/elixir_euler_quasi_1d_ec.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ end

initial_condition = initial_condition_ec

volume_flux = (flux_chan_etal, flux_nonconservative_chan_etal)
surface_flux = volume_flux
surface_flux = (flux_chan_etal, flux_nonconservative_chan_etal)
volume_flux = surface_flux
solver = DGSEM(polydeg = 4, surface_flux = surface_flux,
volume_integral = VolumeIntegralFluxDifferencing(volume_flux))

Expand Down

0 comments on commit 8be7c58

Please sign in to comment.