Cantera  2.2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Macros | Enumerations
BEulerInt.h File Reference
#include "cantera/numerics/Integrator.h"
#include "cantera/numerics/ResidJacEval.h"
#include "cantera/numerics/GeneralMatrix.h"
Include dependency graph for BEulerInt.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BEulerErr
 Exception class thrown when a BEuler error is encountered. More...
 
class  BEulerInt
 

Namespaces

 Cantera
 Namespace for the Cantera kernel.
 

Macros

#define OPT_SIZE   10
 
#define SUCCESS   0
 
#define FAILURE   1
 
#define STEADY   0
 
#define TRANSIENT   1
 
#define BEULER_JAC_ANAL   2
 
#define BEULER_JAC_NUM   1
 

Enumerations

enum  BEulerMethodType { BEulerFixedStep, BEulerVarStep }