accelerInt  v0.1
Classes | Namespaces | Typedefs
rk78_typedefs.hpp File Reference

Defines an interface for boost's runge_kutta_fehlberg78 solver. More...

#include <boost/numeric/odeint.hpp>
#include "dydt.h"
#include "header.h"
#include "solver_options.h"
Include dependency graph for rk78_typedefs.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rk78::rhs_eval
 A wrapper class to evaluate the rhs function y' = f(y) stores the state variable, and provides to dydt. More...
 

Namespaces

 rk78
 

Typedefs

typedef std::vector< double > rk78::state_type
 state vector More...
 
typedef runge_kutta_fehlberg78< state_type, double > rk78::stepper
 solver type More...
 
typedef controlled_runge_kutta< stepper > rk78::controller
 controller type More...
 

Detailed Description

Defines an interface for boost's runge_kutta_fehlberg78 solver.

Author
Nicholas J. Curtis
Date
04/29/2016

Definition in file rk78_typedefs.hpp.