26 const double * __restrict__ pr_global,
27 double * __restrict__ y_global,
28 const mechanism_memory * __restrict__ d_mem,
34 double *
const __restrict__,
35 mechanism_memory
const *
const __restrict__,
39 void check_error(
int num_conditions,
int* code_arr);
__global__ void intDriver(const int NUM, const double t, const double t_end, const double *__restrict__ pr_global, double *__restrict__ y_global, const mechanism_memory *__restrict__ d_mem, const solver_memory *__restrict__ s_mem)
Generic driver for the GPU integrators.
__host__ void check_error(int num_conditions, int *code_arr)
Header definitions for solver initialization routins.
simple convenience file to include the correct solver properties file
__device__ void integrate(const double, const double, const double, double *const __restrict__, mechanism_memory const *const __restrict__, solver_memory const *const __restrict__)
A file generated by Scons that specifies various options to the solvers.