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

A CUDA implementation of the van der Pol right hand side (y' = f(y)) function. More...

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

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...
 

Detailed Description

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.