Cantera
2.0
|
This is the complete list of members for CVodeInt, including all inherited members.
CVodeInt() | CVodeInt | |
initialize(double t0, FuncEval &func) | CVodeInt | virtual |
integrate(double tout) | CVodeInt | virtual |
Integrator() | Integrator | inline |
m_abstol (defined in CVodeInt) | CVodeInt | private |
m_abstols (defined in CVodeInt) | CVodeInt | private |
m_cvode_mem (defined in CVodeInt) | CVodeInt | private |
m_data (defined in CVodeInt) | CVodeInt | private |
m_hmax (defined in CVodeInt) | CVodeInt | private |
m_hmin (defined in CVodeInt) | CVodeInt | private |
m_iopt (defined in CVodeInt) | CVodeInt | private |
m_iter (defined in CVodeInt) | CVodeInt | private |
m_itol (defined in CVodeInt) | CVodeInt | private |
m_maxord (defined in CVodeInt) | CVodeInt | private |
m_maxsteps (defined in CVodeInt) | CVodeInt | private |
m_method (defined in CVodeInt) | CVodeInt | private |
m_nabs (defined in CVodeInt) | CVodeInt | private |
m_neq (defined in CVodeInt) | CVodeInt | private |
m_reltol (defined in CVodeInt) | CVodeInt | private |
m_ropt (defined in CVodeInt) | CVodeInt | private |
m_t0 (defined in CVodeInt) | CVodeInt | private |
m_type (defined in CVodeInt) | CVodeInt | private |
m_y (defined in CVodeInt) | CVodeInt | private |
nEquations() const | CVodeInt | inlinevirtual |
nEvals() const | CVodeInt | virtual |
nSensParams() (defined in Integrator) | Integrator | inlinevirtual |
reinitialize(double t0, FuncEval &func) (defined in CVodeInt) | CVodeInt | virtual |
sensitivity(size_t k, size_t p) (defined in Integrator) | Integrator | inlinevirtual |
setBandwidth(int N_Upper, int N_Lower) (defined in Integrator) | Integrator | inlinevirtual |
setIterator(IterType t) | CVodeInt | virtual |
setMaxOrder(int n) | CVodeInt | inlinevirtual |
setMaxSteps(int nmax) (defined in CVodeInt) | CVodeInt | virtual |
setMaxStepSize(double hmax) | CVodeInt | virtual |
setMethod(MethodType t) | CVodeInt | virtual |
setMinStepSize(double hmin) | CVodeInt | virtual |
setProblemType(int probtype) | CVodeInt | virtual |
setSensitivityTolerances(doublereal reltol, doublereal abstol) | Integrator | inlinevirtual |
setTolerances(double reltol, size_t n, double *abstol) | CVodeInt | virtual |
setTolerances(double reltol, double abstol) | CVodeInt | virtual |
solution(size_t k) | CVodeInt | virtual |
solution() | CVodeInt | virtual |
step(double tout) | CVodeInt | virtual |
~CVodeInt() | CVodeInt | virtual |
~Integrator() | Integrator | inlinevirtual |