Skip to content

Commit

Permalink
Merge branch 'main' into sc/converters_coupling
Browse files Browse the repository at this point in the history
  • Loading branch information
sloede authored Jan 31, 2024
2 parents 05ba222 + 4b07706 commit c3e6037
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ callbacks = CallbackSet(summary_callback,
###############################################################################
sol = solve(ode, SSPRK104(; thread = OrdinaryDiffEq.True());
dt = 1.0, # overwritten by the `stepsize_callback`
save_everystep = false,
callback = callbacks);

summary_callback() # print the timer summary

0 comments on commit c3e6037

Please sign in to comment.