|
Rythmos - Transient Integration for Differential Equations
Version of the Day
|
Mix-in interface for objects that accept an interpolator object. More...
#include <Rythmos_InterpolatorAcceptingObjectBase.hpp>

Public Member Functions | |
| virtual | ~InterpolatorAcceptingObjectBase () |
| | |
| virtual void | setInterpolator (const RCP< InterpolatorBase< Scalar > > &interpolator)=0 |
| | |
| virtual RCP< InterpolatorBase < Scalar > > | getNonconstInterpolator ()=0 |
| | |
| virtual RCP< const InterpolatorBase< Scalar > > | getInterpolator () const =0 |
| | |
| virtual RCP< InterpolatorBase < Scalar > > | unSetInterpolator ()=0 |
| | |
Mix-in interface for objects that accept an interpolator object.
ToDo: Finish documentation!
Definition at line 45 of file Rythmos_InterpolatorAcceptingObjectBase.hpp.
| virtual Rythmos::InterpolatorAcceptingObjectBase< Scalar >::~InterpolatorAcceptingObjectBase | ( | ) | [inline, virtual] |
Definition at line 50 of file Rythmos_InterpolatorAcceptingObjectBase.hpp.
| virtual void Rythmos::InterpolatorAcceptingObjectBase< Scalar >::setInterpolator | ( | const RCP< InterpolatorBase< Scalar > > & | interpolator | ) | [pure virtual] |
Implemented in Rythmos::BackwardEulerStepper< Scalar >, and Rythmos::InterpolationBuffer< Scalar >.
| virtual RCP<InterpolatorBase<Scalar> > Rythmos::InterpolatorAcceptingObjectBase< Scalar >::getNonconstInterpolator | ( | ) | [pure virtual] |
Implemented in Rythmos::BackwardEulerStepper< Scalar >, and Rythmos::InterpolationBuffer< Scalar >.
| virtual RCP<const InterpolatorBase<Scalar> > Rythmos::InterpolatorAcceptingObjectBase< Scalar >::getInterpolator | ( | ) | const [pure virtual] |
Implemented in Rythmos::BackwardEulerStepper< Scalar >, and Rythmos::InterpolationBuffer< Scalar >.
| virtual RCP<InterpolatorBase<Scalar> > Rythmos::InterpolatorAcceptingObjectBase< Scalar >::unSetInterpolator | ( | ) | [pure virtual] |
Implemented in Rythmos::BackwardEulerStepper< Scalar >, and Rythmos::InterpolationBuffer< Scalar >.
1.7.6.1