accelerInt
v0.1
examples
van_der_pol
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
van_der_pol_cu
Definition:
dydt.cu:14
van_der_pol_cu::eval_jacob
__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
Generated by
1.8.14