accelerInt  v0.1
fd_jacob.cuh
Go to the documentation of this file.
1 
6 #ifndef FD_JACOB_CU_HEAD
7 #define FD_JACOB_CU_HEAD
8 
9 #include <math.h>
10 #include <float.h>
11 #include "header.cuh"
12 #include "dydt.cuh"
13 #include "gpu_macros.cuh"
14 #include "solver_options.cuh"
15 
16 __device__
17 void eval_jacob (const double, const double, const double * __restrict__,
18  double * __restrict__, const mechanism_memory* __restrict__,
19  double* __restrict__, double* __restrict__);
20 
21 #endif
Defines some simple macros to simplify GPU indexing.
__device__ void eval_jacob(const double, const double, const double *__restrict__, double *__restrict__, const mechanism_memory *__restrict__, double *__restrict__, double *__restrict__)
Contains header definitions for the CUDA RHS function for the van der Pol example.
An example header file that defines system size, memory functions and other required methods for inte...
A file generated by Scons that specifies various options to the solvers.