accelerInt  v0.1
Namespaces | Functions
solver_rk78.cpp File Reference

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"
Include dependency graph for solver_rk78.cpp:

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...
 

Detailed Description

Defines an interface for boost's runge_kutta_fehlberg78 solver.

Author
Nicholas J. Curtis
Date
04/29/2016

Definition in file solver_rk78.cpp.