Cantera
2.0
|
Header file for class DAE_Solver. More...
#include <vector>
#include "cantera/base/ct_defs.h"
#include "ResidJacEval.h"
#include "cantera/base/global.h"
Go to the source code of this file.
Classes | |
class | DAE_Solver |
Wrapper for DAE solvers. More... | |
Namespaces | |
namespace | Cantera |
Provides class Nucleus. | |
Functions | |
DAE_Solver * | newDAE_Solver (std::string itype, ResidJacEval &f) |
Factor method for choosing a DAE solver. | |
Variables | |
const int | cDirect = 0 |
const int | cKrylov = 1 |
Header file for class DAE_Solver.
Definition in file DAE_Solver.h.