|
Cantera
2.1.2
|
#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"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 } |
1.8.6