|
Cantera 2.6.0
|
A simple class to hold an array of parameter values and a pointer to an instance of a subclass of ResidEval. More...
Public Member Functions | |
| ResidData (ResidJacEval *f, IDA_Solver *s, int npar=0) | |
Public Attributes | |
| ResidJacEval * | m_func |
| IDA_Solver * | m_solver |
A simple class to hold an array of parameter values and a pointer to an instance of a subclass of ResidEval.
Definition at line 43 of file IDA_Solver.cpp.
|
inline |
Definition at line 46 of file IDA_Solver.cpp.
|
inlinevirtual |
Definition at line 51 of file IDA_Solver.cpp.
| ResidJacEval* m_func |
Definition at line 54 of file IDA_Solver.cpp.
| IDA_Solver* m_solver |
Definition at line 55 of file IDA_Solver.cpp.