Skip to content
Snippets Groups Projects
Commit 33e948ef authored by Damian Hofmann's avatar Damian Hofmann
Browse files

Small optimizations for controlled time steppers

In this Dopri54 implementation, the last k_ value is the same as the
first for the next time step (this is called FSAL, first same as last,
in the literature), so it is now reused when the last step was not
rejected.

Also, ControlledTimeStepper now stores the time step between different
calls to Propagate.
parent b5b15e81
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment