accelerInt
v0.1
cvodes
cvodes_dydt.h
Go to the documentation of this file.
1
6
#ifndef DYDT_HEAD_CVODES
7
#define DYDT_HEAD_CVODES
8
9
#include "
header.h
"
10
#include "sundials/sundials_nvector.h"
11
#include "nvector/nvector_serial.h"
12
13
23
int
dydt_cvodes
(
double
t, N_Vector y, N_Vector ydot,
void
* f);
24
25
#endif
header.h
An example header file that defines system size and other required methods for integration of the van...
dydt_cvodes
int dydt_cvodes(double t, N_Vector y, N_Vector ydot, void *f)
The CVODEs RHS interface.
Generated by
1.8.14