accelerInt  v0.1
Namespaces | Functions
solver_generic.cu File Reference

the generic integration driver for the GPU solvers More...

#include "solver.cuh"
#include "header.cuh"
#include "gpu_macros.cuh"
Include dependency graph for solver_generic.cu:

Go to the source code of this file.

Namespaces

 genericcu
 

Functions

__global__ void genericcu::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. More...
 

Detailed Description

the generic integration driver for the GPU solvers

Author
Nicholas Curtis
Date
03/10/2015

Definition in file solver_generic.cu.