accelerInt
v0.1
|
Contains skeleton of all methods that need to be defined on a per solver basis. More...
Go to the source code of this file.
Namespaces | |
generic | |
Functions | |
void | generic::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... | |
int | generic::integrate (const double t_start, const double t_end, const double pr, double *y) |
A header definition of the integrate method, that must be implemented by various solvers. More... | |
Contains skeleton of all methods that need to be defined on a per solver basis.
Definition in file solver.h.