accelerInt
v0.1
generic
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
gpu_macros.cuh
Defines some simple macros to simplify GPU indexing.
eval_jacob
__device__ void eval_jacob(const double, const double, const double *__restrict__, double *__restrict__, const mechanism_memory *__restrict__, double *__restrict__, double *__restrict__)
dydt.cuh
Contains header definitions for the CUDA RHS function for the van der Pol example.
header.cuh
An example header file that defines system size, memory functions and other required methods for inte...
solver_options.cuh
A file generated by Scons that specifies various options to the solvers.
Generated by
1.8.14