Cantera  2.0
Classes | Namespaces | Macros | Enumerations
BEulerInt.h File Reference
#include "cantera/base/ct_defs.h"
#include "cantera/numerics/ctlapack.h"
#include "cantera/base/utilities.h"
#include "cantera/base/ctexceptions.h"
#include "cantera/numerics/Integrator.h"
#include "cantera/numerics/ResidJacEval.h"
#include "cantera/numerics/GeneralMatrix.h"
#include "cantera/numerics/NonlinearSolver.h"
#include "cantera/base/mdp_allo.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
 Wrapper class for 'beuler' integrator We derive the class from the class Integrator. More...
 

Namespaces

namespace  Cantera
 Provides class Nucleus.
 

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 }