|
Rythmos - Transient Integration for Differential Equations
Version of the Day
|
Mix-in interface for step control strategy objects that accept an external error weight calculation and WRMS norm. More...
#include <Rythmos_ErrWtVecCalcAcceptingStepControlStrategyBase.hpp>

Public Member Functions | |
| virtual void | setErrWtVecCalc (const RCP< ErrWtVecCalcBase< Scalar > > &errWtVecCalc)=0 |
| | |
| virtual RCP< const ErrWtVecCalcBase< Scalar > > | getErrWtVecCalc () const =0 |
| | |
Mix-in interface for step control strategy objects that accept an external error weight calculation and WRMS norm.
ToDo: Finish documentation!
Definition at line 46 of file Rythmos_ErrWtVecCalcAcceptingStepControlStrategyBase.hpp.
| virtual void Rythmos::ErrWtVecCalcAcceptingStepControlStrategyBase< Scalar >::setErrWtVecCalc | ( | const RCP< ErrWtVecCalcBase< Scalar > > & | errWtVecCalc | ) | [pure virtual] |
Implemented in Rythmos::ImplicitBDFStepperRampingStepControl< Scalar >.
| virtual RCP<const ErrWtVecCalcBase<Scalar> > Rythmos::ErrWtVecCalcAcceptingStepControlStrategyBase< Scalar >::getErrWtVecCalc | ( | ) | const [pure virtual] |
Implemented in Rythmos::ImplicitBDFStepperRampingStepControl< Scalar >.
1.7.6.1