Cantera  2.3.0
integrators.h
Go to the documentation of this file.
1 /**
2  * @file integrators.h
3  * ODE integrators. Currently, the only integrator is CVODE.
4  * @deprecated To be removed after Cantera 2.3. Include relevant headers directly.
5  */
6 #ifndef CT_INTEG_H_INCL
7 #define CT_INTEG_H_INCL
8 
9 #pragma message "Deprecated. integrators.h will be removed after Cantera 2.3. Include relevant headers directly."
10 
11 #include "numerics/Integrator.h"
12 #include "numerics/DAE_Solver.h"
13 #include "numerics/IDA_Solver.h"
14 
15 #endif
Header file for class DAE_Solver.
Header file for class IDA_Solver.