Skip to content

Commit

Permalink
Update examples/p4est_3d_dgsem/elixir_navierstokes_taylor_green_vorte…
Browse files Browse the repository at this point in the history
…x_amr.jl
  • Loading branch information
DanielDoehring authored Dec 19, 2023
1 parent e8b38a7 commit 1255213
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ alive_callback = AliveCallback(analysis_interval = analysis_interval)

callbacks = CallbackSet(summary_callback,
analysis_callback,
alive_callback, amr_callback, save_solution)
alive_callback,
amr_callback,
save_solution)

###############################################################################
# run the simulation
Expand Down

0 comments on commit 1255213

Please sign in to comment.