Rythmos - Transient Integration for Differential Equations
Version of the Day
|
This is the complete list of members for Rythmos::StepControlStrategyBase< Scalar >, including all inherited members.
acceptStep(const StepperBase< Scalar > &stepper, Scalar *LETValue)=0 | Rythmos::StepControlStrategyBase< Scalar > | pure virtual |
cloneStepControlStrategyAlgorithm() const | Rythmos::StepControlStrategyBase< Scalar > | virtual |
completeStep(const StepperBase< Scalar > &stepper)=0 | Rythmos::StepControlStrategyBase< Scalar > | pure virtual |
getCurrentState()=0 | Rythmos::StepControlStrategyBase< Scalar > | pure virtual |
getMaxOrder() const =0 | Rythmos::StepControlStrategyBase< Scalar > | pure virtual |
initialize(const StepperBase< Scalar > &stepper)=0 | Rythmos::StepControlStrategyBase< Scalar > | pure virtual |
nextStepSize(const StepperBase< Scalar > &stepper, Scalar *stepSize, StepSizeType *stepSizeType, int *order)=0 | Rythmos::StepControlStrategyBase< Scalar > | pure virtual |
rejectStep(const StepperBase< Scalar > &stepper)=0 | Rythmos::StepControlStrategyBase< Scalar > | pure virtual |
setCorrection(const StepperBase< Scalar > &stepper, const RCP< const Thyra::VectorBase< Scalar > > &soln, const RCP< const Thyra::VectorBase< Scalar > > &ee, int solveStatus)=0 | Rythmos::StepControlStrategyBase< Scalar > | pure virtual |
setRequestedStepSize(const StepperBase< Scalar > &stepper, const Scalar &stepSize, const StepSizeType &stepSizeType)=0 | Rythmos::StepControlStrategyBase< Scalar > | pure virtual |
setStepControlData(const StepperBase< Scalar > &stepper)=0 | Rythmos::StepControlStrategyBase< Scalar > | pure virtual |
supportsCloning() const | Rythmos::StepControlStrategyBase< Scalar > | virtual |