32 void intDriver (
const int NUM,
const double t,
const double t_end,
33 const double* pr_global,
double* y_global);
43 int integrate(
const double t_start,
const double t_end,
const double pr,
double* y);
int 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.
void intDriver(const int NUM, const double t, const double t_end, const double *pr_global, double *y_global)
Integration driver for the CPU integrators.
A file generated by Scons that specifies various options to the solvers.
simple convenience file to include the correct solver properties file
Header definitions for solver initialization routins.