00001 00012 #ifndef CVODE_INCLUDES_H_DEF 00013 #define CVODE_INCLUDES_H_DEF 00014 00015 //-------------Includes for SUNDIALS CVODE solver:--------------------------------- 00016 #include "CVODE\cvode.h" /* prototypes for CVODE fcts. and consts. */ 00017 #include "CVODE\nvector_serial.h" /* serial N_Vector types, fcts., and macros */ 00018 #include "CVODE\cvode_dense.h" /* prototype for CVDense */ 00019 #include "CVODE\cvode_diag.h" /* prototype for CVDiag */ 00020 #include "CVODE\sundials_dense.h" /* definitions DenseMat DENSE_ELEM */ 00021 #include "CVODE\sundials_types.h" /* definition of type realtype */ 00022 //--------------------------------------------------------------------------------- 00023 00024 #endif
1.4.6-NO