|
accelerInt
v0.1
|
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"

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... | |
Defines an interface for boost's runge_kutta_fehlberg78 solver.
Definition in file rk78_typedefs.hpp.
1.8.14