|
numerics 0.1.0
|
Parameters for all ODE integrators. Set only the fields you need. More...
#include <ode.hpp>
Public Attributes | |
| real | t0 = 0.0 |
| real | tf = 1.0 |
| real | h = 1e-3 |
| step size (fixed-step) or initial hint (adaptive) | |
| real | rtol = 1e-6 |
| relative tolerance (adaptive only) | |
| real | atol = 1e-9 |
| absolute tolerance (adaptive only) | |
| idx | max_steps = 1000000 |
| step cap (adaptive only) | |
Parameters for all ODE integrators. Set only the fields you need.
| idx num::ODEParams::max_steps = 1000000 |
| real num::ODEParams::t0 = 0.0 |
Definition at line 65 of file ode.hpp.
Referenced by num::solve().