|
numerics 0.1.0
|
Parameters for fixed-step implicit integration. More...
#include <implicit.hpp>
Public Attributes | |
| int | nstep |
| number of time steps | |
| double | dt |
| step size (reported to observer as t) | |
Parameters for fixed-step implicit integration.
Definition at line 26 of file implicit.hpp.
| double num::ode::ImplicitParams::dt |
step size (reported to observer as t)
Definition at line 28 of file implicit.hpp.
Referenced by num::ode::advance().
| int num::ode::ImplicitParams::nstep |
number of time steps
Definition at line 27 of file implicit.hpp.
Referenced by num::ode::advance(), and num::ode::advance().