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 418796a commit fa4852b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/structured_2d_dgsem/elixir_advection_coupled.jl
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ semi3 = SemidiscretizationHyperbolic(mesh3, equations, initial_condition_converg
# system #4
###########

# First mesh is the left half of a [-1,1]^2 square
coordinates_min4 = (0.0, -1.0) # minimum coordinates (min(x), min(y))
coordinates_max4 = (1.0, 0.0) # maximum coordinates (max(x), max(y))

Expand Down

0 comments on commit fa4852b

Please sign in to comment.