We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 322193b commit c5bfafcCopy full SHA for c5bfafc
examples/p4est_2d_dgsem/elixir_advection_basic_gpu.jl
@@ -48,7 +48,7 @@ save_solution = SaveSolutionCallback(interval = 100,
48
stepsize_callback = StepsizeCallback(cfl = 1.6)
49
50
# Create a CallbackSet to collect all callbacks such that they can be passed to the ODE solver
51
-callbacks = CallbackSet(summary_callback)
+callbacks = CallbackSet(summary_callback, stepsize_callback)
52
# analysis_callback, save_solution, stepsize_callback)
53
54
###############################################################################
0 commit comments