accelerInt
v0.1
|
Defines an interface for boost's runge_kutta_fehlberg78 solver. More...
#include "rk78_typedefs.hpp"
#include <boost/numeric/odeint/integrate/integrate_adaptive.hpp>
#include "solver.h"
Go to the source code of this file.
Namespaces | |
rk78 | |
Functions | |
void | rk78::intDriver (const int NUM, const double t, const double t_end, const double *pr_global, double *y_global) |
Integration driver for the CPU integrators. More... | |
Defines an interface for boost's runge_kutta_fehlberg78 solver.
Definition in file solver_rk78.cpp.