Cantera  2.2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
integrators.h
Go to the documentation of this file.
1 /**
2  * @file integrators.h
3  * ODE integrators. Currently, the only integrator is CVODE.
4  */
5 #ifndef CT_INTEG_H_INCL
6 #define CT_INTEG_H_INCL
7 
8 #include "numerics/Integrator.h"
9 #include "numerics/DAE_Solver.h"
10 #include "numerics/IDA_Solver.h"
11 
12 #endif
Header file for class DAE_Solver.
Header file for class IDA_Solver.