|
Tatooine
|
Classes | |
| class | controlled_runge_kutta_with_domain_check |
| error stepper category dispatcher More... | |
| class | controlled_runge_kutta_with_domain_check< ErrorStepper, ErrorChecker, Resizer, ::boost::numeric::odeint::explicit_error_stepper_tag > |
| Implements step size control for Runge-Kutta steppers with error estimation. More... | |
| class | controlled_runge_kutta_with_domain_check< ErrorStepper, ErrorChecker, Resizer, explicit_error_stepper_fsal_tag > |
| Implements step size control for Runge-Kutta FSAL steppers with error estimation. More... | |
| class | default_error_checker |
| The default error checker to be used with Runge-Kutta error steppers. More... | |
| class | domain_error_checker |
| struct | rk43_helper |
| struct | rk4_helper |
| struct | rkck54_aux |
| struct | rkd5_aux |
| struct | rkf78_aux |
| struct | rungekutta4 |
| struct | rungekutta43 |
| struct | rungekuttacashkarp54 |
| struct | rungekuttadopri5 |
| struct | rungekuttafehlberg78 |
| struct | solver |
Typedefs | |
| template<typename Real , size_t N> | |
| using | rk4_t = typename rk4_helper< Real, N >::type |
| template<typename Real , size_t N> | |
| using | rk43_t = typename rk43_helper< Real, N >::type |
| using tatooine::ode::boost::rk43_t = typedef typename rk43_helper<Real, N>::type |
| using tatooine::ode::boost::rk4_t = typedef typename rk4_helper<Real, N>::type |