This is the complete list of members for RK2, including all inherited members.
buf_ | RK2 | mutableprivate |
ConstantStepOdeSolver() | ConstantStepOdeSolver | inline |
ConstantStepOdeSolver(const AbsODERHS &rhs) | ConstantStepOdeSolver | inline |
ConstantStepOdeSolver(const ConstantStepOdeSolver &r) | ConstantStepOdeSolver | |
getCoordinate(const unsigned which, const unsigned idx) const | ConstantStepOdeSolver | inline |
getIntegrated(unsigned which, unsigned idx) const | ConstantStepOdeSolver | |
getPeakTime(unsigned which) const | ConstantStepOdeSolver | |
getRHS() const | ConstantStepOdeSolver | inline |
getRHS() | ConstantStepOdeSolver | inline |
getTime(const unsigned idx) const | ConstantStepOdeSolver | inline |
interpolateCoordinate(unsigned which, double t, bool cubic=false) const | ConstantStepOdeSolver | |
interpolateIntegrated(unsigned which, double t, bool cubic=false) const | ConstantStepOdeSolver | |
lastDeltaT() const | ConstantStepOdeSolver | inline |
lastDim() const | ConstantStepOdeSolver | inline |
lastMaxT() const | ConstantStepOdeSolver | inline |
lastRunLength() const | ConstantStepOdeSolver | inline |
methodName() const override | RK2 | inlinevirtual |
operator=(const ConstantStepOdeSolver &r) | ConstantStepOdeSolver | |
rhs_ | ConstantStepOdeSolver | protected |
RK2() | RK2 | inline |
RK2(const AbsODERHS &rhs) | RK2 | inlineexplicit |
run(const double *initialConditions, unsigned lenConditions, double dt, unsigned nSteps) | ConstantStepOdeSolver | |
setHistory(double dt, const double *data, unsigned dim, unsigned runLen) | ConstantStepOdeSolver | |
setRHS(const AbsODERHS &rhs) | ConstantStepOdeSolver | inline |
step(double t, double dt, const double *x, unsigned lenX, double *coordIncrement) const override | RK2 | privatevirtual |
truncateCoordinate(unsigned which, double minValue, double maxValue) | ConstantStepOdeSolver | |
writeHistory(std::ostream &os, double dt, bool cubic=false) const | ConstantStepOdeSolver | |
writeIntegrated(std::ostream &os, unsigned which, double dt, bool cubic=false) const | ConstantStepOdeSolver | |
~ConstantStepOdeSolver() | ConstantStepOdeSolver | inlinevirtual |