Commit Graph

5 Commits

Author SHA1 Message Date
Valentin Hartmann
c5aab45386 moving to new formulation 2017-07-02 15:14:09 +02:00
Valentin Hartmann
16801429c9 modifications to stepper to allow make_controlled 2017-06-20 17:04:15 +02:00
Valentin Hartmann
233ebc5792 changes to files to fix warnings 2017-05-24 16:31:40 +02:00
Mario Mulansky
23ffb209fa added overflow exception to integrate_const
Following the discussion in #173, the integrate_const function now
provide a mechanisms to check for TOO_MUCH_WORK situations where too
many steps are performed without any progress (i.e. observer calls).
Naturally, this only makes sense for controlled steppers or dense
output steppers.
Also, integrate_adaptive functions do not require such functionality as
there observer calls happen at every time step.
Hence, only integrate_n_steps and integrate_times will be adapted shortly
2015-10-06 17:26:18 +02:00
Karsten Ahnert
f944058b1a boost.adaption: moving include directory 2014-03-26 08:19:56 +01:00