accelerInt  v0.1
rkc.cuh
Go to the documentation of this file.
1 #ifndef RKC_HEAD
2 #define RKC_HEAD
3 
4 #include "header.cuh"
5 #include "rkc_props.cuh"
6 #include "solver_options.cuh"
7 
8 //__device__ Real rkc_spec_rad (const Real, const Real, const Real*, const Real*, Real*, Real*);
9 __device__ Real rkc_spec_rad (const Real, const Real, const Real, const Real*, const Real*, Real*, Real*);
10 __device__ void rkc_step (const Real, const Real, const Real, const Real*, const Real*, const int, Real*);
11 __device__ void rkc_driver (Real, const Real, const Real, int, Real*, Real*);
12 
13 #endif
Various macros controlling behaviour of RKC algorithm.
__device__ Real rkc_spec_rad(const Real, const Real, const Real, const Real *, const Real *, Real *, Real *)
#define Real
Definition: rkc_props.cuh:22
An example header file that defines system size, memory functions and other required methods for inte...
__device__ void rkc_driver(Real, const Real, const Real, int, Real *, Real *)
__device__ void rkc_step(const Real, const Real, const Real, const Real *, const Real *, const int, Real *)
A file generated by Scons that specifies various options to the solvers.