Cantera
2.2.1
|
#include "cantera/numerics/Integrator.h"
#include "cantera/numerics/ResidJacEval.h"
#include "cantera/numerics/GeneralMatrix.h"
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 } |