|
Rythmos - Transient Integration for Differential Equations
Version of the Day
|
Mix-in interface for stepper objects that accept a step control strategy object to be used for evaluating steps and picking step-sizes & orders. More...
#include <Rythmos_StepControlStrategyAcceptingStepperBase.hpp>

Public Member Functions | |
| virtual void | setStepControlStrategy (const Teuchos::RCP< StepControlStrategyBase< Scalar > > &stepControlStrategy)=0 |
| | |
| virtual Teuchos::RCP < StepControlStrategyBase < Scalar > > | getNonconstStepControlStrategy ()=0 |
| | |
| virtual Teuchos::RCP< const StepControlStrategyBase < Scalar > > | getStepControlStrategy () const =0 |
| | |
Mix-in interface for stepper objects that accept a step control strategy object to be used for evaluating steps and picking step-sizes & orders.
ToDo: Finish documentation!
Definition at line 48 of file Rythmos_StepControlStrategyAcceptingStepperBase.hpp.
| virtual void Rythmos::StepControlStrategyAcceptingStepperBase< Scalar >::setStepControlStrategy | ( | const Teuchos::RCP< StepControlStrategyBase< Scalar > > & | stepControlStrategy | ) | [pure virtual] |
| virtual Teuchos::RCP<StepControlStrategyBase<Scalar> > Rythmos::StepControlStrategyAcceptingStepperBase< Scalar >::getNonconstStepControlStrategy | ( | ) | [pure virtual] |
Implemented in Rythmos::BackwardEulerStepper< Scalar >, and Rythmos::ImplicitBDFStepper< Scalar >.
| virtual Teuchos::RCP<const StepControlStrategyBase<Scalar> > Rythmos::StepControlStrategyAcceptingStepperBase< Scalar >::getStepControlStrategy | ( | ) | const [pure virtual] |
Implemented in Rythmos::BackwardEulerStepper< Scalar >, and Rythmos::ImplicitBDFStepper< Scalar >.
1.7.6.1