Skip to content

Commit

Permalink
Update examples/structured_1d_dgsem/elixir_traffic_flow_lwr_greenligh…
Browse files Browse the repository at this point in the history
…t.jl
  • Loading branch information
DanielDoehring authored Feb 8, 2024
1 parent c71dea6 commit 4958216
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ coordinates_min = (-1.0,) # minimum coordinate
coordinates_max = (1.0,) # maximum coordinate
cells_per_dimension = (64,)

# Create curved mesh with 16 cells
mesh = StructuredMesh(cells_per_dimension, coordinates_min, coordinates_max,
periodicity = false)

Expand Down

0 comments on commit 4958216

Please sign in to comment.