accelerInt
v0.1
|
A CUDA implementation of the van der Pol right hand side (y' = f(y)) function. More...
Go to the source code of this file.
Namespaces | |
van_der_pol_cu | |
Functions | |
__device__ void | van_der_pol_cu::dydt (const double t, const double mu, const double *__restrict__ y, double *__restrict__ dy, const mechanism_memory *__restrict__ d_mem) |
An implementation of the RHS of the van der Pol equation. More... | |
A CUDA implementation of the van der Pol right hand side (y' = f(y)) function.
Implements the CUDA evaluation of the derivative of the state vector with respect to time, \(\dot{\vec{y}}\)
Definition in file dydt.cu.