Skip to content

Commit

Permalink
Update examples/tree_1d_dgsem/elixir_traffic_flow_lwr_trafficjam.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring authored Feb 8, 2024
1 parent 4958216 commit ac73d1b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ solver = DGSEM(polydeg = 0, surface_flux = flux_lax_friedrichs)
coordinates_min = -1.0 # minimum coordinate
coordinates_max = 1.0 # maximum coordinate

# Create a uniformly refined mesh with periodic boundaries
mesh = TreeMesh(coordinates_min, coordinates_max,
initial_refinement_level = 9,
n_cells_max = 30_000,
Expand Down

0 comments on commit ac73d1b

Please sign in to comment.