|
| | ODEIntegrator ()=delete |
| |
|
| ODEIntegrator (DerivFn deriv_fn, LogFn log_fn=ode_detail::NullFn{}) |
| |
|
std::array< Real, N > | integrate (Real xstart, Real xend, Real nominal_step, std::array< Real, N > yvec_start) const noexcept |
| |
◆ ODEIntegrator()
template<int N, class DerivFn , class LogFn = ode_detail::NullFn>
Represents an integrator of a system of (coupled) 1D ODEs.
- Template Parameters
-
| N | the number of ODEs that are integrated |
| DerivFn | Specifies the derivative of the ODEs |
| LogFn | An optional logger function that can be used to log information as the integrator progresses. |
The documentation for this class was generated from the following file: