Skip to content

Commit

Permalink
Do not safe sol
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Jan 30, 2024
1 parent f4e6e49 commit 67ea8a4
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 67ea8a4

Please sign in to comment.