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

Add basic ODE time stepping

This commit adds code for ODE time propagation using two
simple explicit steppers (using the Euler and RK4 method).

Both included steppers are mainly for demonstration purposes.
For productive use, adaptive step-size methods with error control
are more appropriate and will be added later.

The unit tests will use boost::odeint for comparison if it is found on
the system.
parent 3e44adb3
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