Tatooine
Public Types | List of all members
tatooine::ode::boost::rkf78_aux< Real, N > Struct Template Reference

#include <rungekuttafehlberg78.h>

Public Types

using stepper_type = ::boost::numeric::odeint::runge_kutta_fehlberg78< vec< Real, N > >
 
using error_checker_type = domain_error_checker< Real, typename stepper_type::algebra_type, typename stepper_type::operations_type >
 
using controller_type = ::boost::numeric::odeint::controlled_runge_kutta< stepper_type, error_checker_type >
 

Member Typedef Documentation

◆ controller_type

template<floating_point Real, std::size_t N>
using tatooine::ode::boost::rkf78_aux< Real, N >::controller_type = ::boost::numeric::odeint::controlled_runge_kutta<stepper_type, error_checker_type>

◆ error_checker_type

template<floating_point Real, std::size_t N>
using tatooine::ode::boost::rkf78_aux< Real, N >::error_checker_type = domain_error_checker<Real, typename stepper_type::algebra_type, typename stepper_type::operations_type>

◆ stepper_type

template<floating_point Real, std::size_t N>
using tatooine::ode::boost::rkf78_aux< Real, N >::stepper_type = ::boost::numeric::odeint::runge_kutta_fehlberg78<vec<Real, N> >

The documentation for this struct was generated from the following file: