accelerInt
v0.1
|
A CUDA implementation of the van der Pol jacobian \(\frac{\partial \dot{\vec{y}}}{\partial \vec{y}}\). More...
#include "header.cuh"
Go to the source code of this file.
Namespaces | |
van_der_pol_cu | |
Functions | |
__device__ void | van_der_pol_cu::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. More... | |
A CUDA implementation of the van der Pol jacobian \(\frac{\partial \dot{\vec{y}}}{\partial \vec{y}}\).
Implementes the CUDA evaluation of van der Pol Jacobian
Definition in file jacob.cu.