cvdenx.c File Reference

#include <stdio.h>
#include <cvode/cvode.h>
#include <nvector/nvector_serial.h>
#include <cvode/cvode_dense.h>
#include <sundials/sundials_dense.h>
#include <sundials/sundials_types.h>

Defines

#define Ith(v, i)   NV_Ith_S(v,i-1)
#define IJth(A, i, j)   DENSE_ELEM(A,i-1,j-1)
#define NEQ   3
#define Y1   RCONST(1.0)
#define Y2   RCONST(0.0)
#define Y3   RCONST(0.0)
#define RTOL   RCONST(1.0e-4)
#define ATOL1   RCONST(1.0e-8)
#define ATOL2   RCONST(1.0e-14)
#define ATOL3   RCONST(1.0e-6)
#define T0   RCONST(0.0)
#define T1   RCONST(0.4)
#define TMULT   RCONST(10.0)
#define NOUT   12

Functions

int main ()


Define Documentation

#define ATOL1   RCONST(1.0e-8)

#define ATOL2   RCONST(1.0e-14)

#define ATOL3   RCONST(1.0e-6)

#define IJth ( A,
i,
 )     DENSE_ELEM(A,i-1,j-1)

#define Ith ( v,
 )     NV_Ith_S(v,i-1)

#define NEQ   3

#define NOUT   12

#define RTOL   RCONST(1.0e-4)

#define T0   RCONST(0.0)

#define T1   RCONST(0.4)

#define TMULT   RCONST(10.0)

#define Y1   RCONST(1.0)

#define Y2   RCONST(0.0)

#define Y3   RCONST(0.0)


Function Documentation

int main ( void   ) 


Generated on Fri Sep 26 07:44:20 2008 for SimTKcore by  doxygen 1.5.6