Result returned by general ODE integrators.
More...
#include <ode.hpp>
Result returned by general ODE integrators.
Definition at line 48 of file ode.hpp.
◆ converged
| bool num::ODEResult::converged |
Always true for fixed-step; false if rk45 hit max_steps.
Definition at line 52 of file ode.hpp.
◆ steps
| idx num::ODEResult::steps |
Number of (accepted) steps taken.
Definition at line 51 of file ode.hpp.
Final time.
Definition at line 50 of file ode.hpp.
Final state vector.
Definition at line 49 of file ode.hpp.
The documentation for this struct was generated from the following file:
- /home/runner/work/numerics/numerics/include/ode/ode.hpp