accelerInt  v0.1
cvodes_jac.h
Go to the documentation of this file.
1 
7 #ifndef JAC_HEAD_CVODES
8 #define JAC_HEAD_CVODES
9 
10 #include "header.h"
11 #include "sundials/sundials_nvector.h"
12 #include "sundials/sundials_direct.h"
13 #include "nvector/nvector_serial.h"
14 #include "jacob.h"
15 
30 int eval_jacob_cvodes(long int N, double t, N_Vector y, N_Vector ydot, DlsMat Jac, void* f, N_Vector tmp1, N_Vector tmp2, N_Vector tmp3);
31 
32 #endif
An example header file that defines system size and other required methods for integration of the van...
int eval_jacob_cvodes(long int N, double t, N_Vector y, N_Vector ydot, DlsMat Jac, void *f, N_Vector tmp1, N_Vector tmp2, N_Vector tmp3)
The CVODEs Jacobian interface for a direct dense Jacobian.
Definition: cvodes_jac.c:13
Contains a header definition for the van der Pol Jacobian evaluation.