Cantera  3.1.0a1
Integrator.h File Reference
#include "FuncEval.h"
#include "PreconditionerBase.h"
#include "cantera/base/global.h"
#include "cantera/base/AnyMap.h"
Include dependency graph for Integrator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Integrator
 Abstract base class for ODE system integrators. More...
 

Namespaces

 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. More...