Skip to content

Commit

Permalink
change cfl number
Browse files Browse the repository at this point in the history
  • Loading branch information
warisa-r committed Oct 14, 2024
1 parent e08f3e9 commit 7fd60c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tree_1d_dgsem/elixir_advection_embedded_perk3.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ analysis_interval = 100
analysis_callback = AnalysisCallback(semi, interval = analysis_interval)

# The StepsizeCallback handles the re-calculation of the maximum Δt after each time step
stepsize_callback = StepsizeCallback(cfl = 1.0)
stepsize_callback = StepsizeCallback(cfl = 1.5)

alive_callback = AliveCallback(alive_interval = analysis_interval)

Expand Down

0 comments on commit 7fd60c7

Please sign in to comment.