Integrator options.
#include <odeslv_gsl.hpp>
List of all members.
template<typename T>
struct mc::ODESLV_GSL< T >::Options
Member Enumeration Documentation
- Enumerator:
RKF45 |
Explicit embedded Runge-Kutta-Fehlberg (4,5) method (non-stiff systems) [Default].
|
RK8PD |
Explicit embedded Runge-Kutta Prince-Dormand (8,9) method (non-stiff systems)
|
MSADAMS |
Variable-coefficient linear multistep Adams method in Nordsieck form (non-stiff systems)
|
MSBDF |
Variable-coefficient linear multistep backward differentiation formula (BDF) method in Nordsieck form (stiff systems)
|
- Enumerator:
LINEAR |
Linear interpolation. [Default].
|
CSPLINE |
Cubic spline with natural boundary conditions.
|
AKIMA |
Non-rounded Akima spline with natural boundary conditions.
|
The documentation for this struct was generated from the following file: