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 7, 2024
1 parent 04be105 commit 8d9ad2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function boundary_condition_outflow(u_inner, orientation, normal_direction, x, t
return flux
end

boundary_conditions = (x_neg = boundary_condition_outflow,
boundary_conditions = (x_neg = boundary_condition_inflow,
x_pos = boundary_condition_outflow)

initial_condition = initial_condition_greenlight
Expand Down

0 comments on commit 8d9ad2e

Please sign in to comment.