Mario Mulansky
60cd09818d
add max_dt to rosenbrock steppers
...
now all controlled and dense out steppers have step size limitation
functionality.
2015-11-01 14:21:02 -06:00
Mario Mulansky
80da40f6b5
test step limiter with negative dt + bugfix
...
Bugfix in error computation with negative dt.
2015-10-31 14:22:29 -06:00
Mario Mulansky
3d87ce360e
added step size limitation to bulirsch stoer
2015-10-31 13:24:11 -06:00
Mario Mulansky
ed2040d48f
refactored step size adjustment into own class
...
step size adjustment is now performed by a separate step_adjuster instead
of the error_checker. Repsonsibilities are now more clear.
2015-10-29 11:51:30 -06:00
Mario Mulansky
6825d7af8b
add max_dt support to generation functions + test
...
generate function now support additional max_dt parameter for setting the set
size limit.
Added a test case to check limiter behavior for controlled and dense out
integration.
2015-10-23 21:27:57 +02:00