accelerInt  v0.1
Namespaces | Functions
solver.h File Reference

Contains skeleton of all methods that need to be defined on a per solver basis. More...

#include "solver_options.h"
#include "solver_init.h"
#include "solver_props.h"
Include dependency graph for solver.h:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

Contains skeleton of all methods that need to be defined on a per solver basis.

Author
Nicholas Curtis
Date
03/10/2015

Definition in file solver.h.