headmyshoulder / odeint-v2

odeint - solving ordinary differential equations in c++ v2
http://headmyshoulder.github.com/odeint-v2/
Other
341 stars 101 forks source link

Controlled initialization of the controlled adams bashforth moulton stepper #216

Closed vhartman closed 6 years ago

vhartman commented 7 years ago

The basic initialize method takes fixed stepsizes. Even when working with a higher order stepper, this might lead to relatively big errors during the first few steps.

initialize_controlled takes advantage of the try_step method of controlled steppers during the initialization of the controlled adams bashforth moulton stepper.

Additionally added the boost licence information on top of all the files.