Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Mar 29, 2024
1 parent 62cc4c8 commit 815a724
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/p4est_2d_dgsem/elixir_euler_subsonic_cylinder.jl
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@ callbacks = CallbackSet(summary_callback, analysis_callback, alive_callback, sav

###############################################################################
# run the simulation
sol = solve(ode, CarpenterKennedy2N54(williamson_condition = false; thread = OrdinaryDiffEq.True()),
sol = solve(ode,
CarpenterKennedy2N54(williamson_condition = false;
thread = OrdinaryDiffEq.True()),
dt = 1.0, # solve needs some value here but it will be overwritten by the stepsize_callback
save_everystep = false, callback = callbacks);
summary_callback() # print the timer summary

0 comments on commit 815a724

Please sign in to comment.