This is the complete list of members for RK4, including all inherited members.
buf_ | RK4 | 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 | RK4 | inlinevirtual |
operator=(const ConstantStepOdeSolver &r) | ConstantStepOdeSolver | |
rhs_ | ConstantStepOdeSolver | protected |
RK4() | RK4 | inline |
RK4(const AbsODERHS &rhs) | RK4 | 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 | RK4 | 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 |