accelerInt  v0.1
rkc.h
Go to the documentation of this file.
1 #ifndef RKC_HEAD
2 #define RKC_HEAD
3 
4 #include "header.h"
5 #include "rkc_props.h"
6 
7 //Real rkc_spec_rad (const Real, const Real, const Real*, const Real*, Real*, Real*);
8 Real rkc_spec_rad (const Real, const Real, const Real, const Real*, const Real*, Real*, Real*);
9 void rkc_step (const Real, const Real, const Real, const Real*, const Real*, const int, Real*);
10 void rkc_driver (Real, const Real, const Real, int, Real*, Real*);
11 
12 #endif
void rkc_step(const Real, const Real, const Real, const Real *, const Real *, const int, Real *)
An example header file that defines system size and other required methods for integration of the van...
void rkc_driver(Real, const Real, const Real, int, Real *, Real *)
#define Real
Definition: rkc_props.cuh:22
Real rkc_spec_rad(const Real, const Real, const Real, const Real *, const Real *, Real *, Real *)