|
Cantera
3.0.0
|
#include "FuncEval.h"#include "PreconditionerBase.h"#include "cantera/base/global.h"#include "cantera/base/AnyMap.h"Go to the source code of this file.
Classes | |
| class | Integrator |
| Abstract base class for ODE system integrators. More... | |
Namespaces | |
| namespace | Cantera |
| Namespace for the Cantera kernel. | |
Enumerations | |
| enum | MethodType { BDF_Method , Adams_Method } |
| Specifies the method used to integrate the system of equations. More... | |
| enum | IterType { Newton_Iter , Functional_Iter } |
| Specifies the method used for iteration. More... | |
Functions | |
| Integrator * | newIntegrator (const string &itype) |
| Create new Integrator object. | |
Variables | |
| const int | DIAG = 1 |
| const int | DENSE = 2 |
| const int | NOJAC = 4 |
| const int | JAC = 8 |
| const int | GMRES = 16 |
| const int | BAND = 32 |