BubbleProfiler  0.3.0
by Peter Athron, Csaba Balazs, Michael Bardsley, Andrew Fowlie, Dylan Harries & Graham White
Namespaces | Typedefs
default_integration_policy.hpp File Reference
#include "eigen_state_utils.hpp"
#include "integration_policy.hpp"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 BubbleProfiler
 

Typedefs

using BubbleProfiler::Constant_step_size_RK4 = Fixed_step_size_integrator< double, Eigen::VectorXd >
 
using BubbleProfiler::Constant_step_size_euler = Fixed_step_size_integrator< double, Eigen::VectorXd, boost::numeric::odeint::euler< Eigen::VectorXd, double, Eigen::VectorXd, double, State_algebra_dispatcher< Eigen::VectorXd >::algebra_type > >
 
using BubbleProfiler::Controlled_step_size_RK4 = Controlled_step_size_integrator< double, Eigen::VectorXd, boost::numeric::odeint::runge_kutta_cash_karp54< Eigen::VectorXd, double, Eigen::VectorXd, double, State_algebra_dispatcher< Eigen::VectorXd >::algebra_type > >
 
using BubbleProfiler::Controlled_step_size_RKD5 = Controlled_step_size_integrator< double, Eigen::VectorXd, boost::numeric::odeint::runge_kutta_dopri5< Eigen::VectorXd, double, Eigen::VectorXd, double, State_algebra_dispatcher< Eigen::VectorXd >::algebra_type > >