Skip to content

Commit

Permalink
Update examples/structured_2d_dgsem/elixir_advection_coupled.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Faulhaber <[email protected]>
  • Loading branch information
SimonCan and efaulhaber authored Dec 11, 2023
1 parent 824217c commit 418796a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/structured_2d_dgsem/elixir_advection_coupled.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ equations = LinearScalarAdvectionEquation2D(advection_velocity)
# Create DG solver with polynomial degree = 3 and (local) Lax-Friedrichs/Rusanov flux as surface flux
solver = DGSEM(polydeg = 3, surface_flux = flux_lax_friedrichs)

# These will be the number of elements for each quarter/semidiscretization.
# This will be the number of elements for each quarter/semidiscretization.
cells_per_dimension = (8, 8)

###########
Expand Down

0 comments on commit 418796a

Please sign in to comment.