accelerInt  v0.1
jacob.cuh
Go to the documentation of this file.
1 
7 #ifdef GENERATE_DOCS
8 //put this in the van der Pol namespace for documentation
9 namespace van_der_pol_cu {
10 #endif
11 
12 
23 __device__
24 void eval_jacob (const double t, const double mu, const double * __restrict__ y, double * __restrict__ jac, const mechanism_memory * __restrict__ d_mem);
25 
26 #ifdef GENERATE_DOCS
27 }
28 #endif
__device__ void eval_jacob(const double t, const double mu, const double *__restrict__ y, double *__restrict__ jac, const mechanism_memory *__restrict__ d_mem)
An implementation of the van der Pol jacobian.
Definition: jacob.cu:31