|
Rythmos - Transient Integration for Differential Equations
Version of the Day
|
Mix-in interface for integrator objects that accept an interpolationBufferAppender object to be used for appending to the trailing interpolation buffer. More...
#include <Rythmos_InterpolationBufferAppenderAcceptingIntegratorBase.hpp>

Public Member Functions | |
| virtual void | setInterpolationBufferAppender (const RCP< InterpolationBufferAppenderBase< Scalar > > &interpBufferAppender)=0 |
| | |
| virtual RCP< const InterpolationBufferAppenderBase < Scalar > > | getInterpolationBufferAppender ()=0 |
| | |
| virtual RCP < InterpolationBufferAppenderBase < Scalar > > | getNonconstInterpolationBufferAppender ()=0 |
| | |
| virtual RCP < InterpolationBufferAppenderBase < Scalar > > | unSetInterpolationBufferAppender ()=0 |
| | |
Mix-in interface for integrator objects that accept an interpolationBufferAppender object to be used for appending to the trailing interpolation buffer.
ToDo: Finish documentation!
Definition at line 48 of file Rythmos_InterpolationBufferAppenderAcceptingIntegratorBase.hpp.
| virtual void Rythmos::InterpolationBufferAppenderAcceptingIntegratorBase< Scalar >::setInterpolationBufferAppender | ( | const RCP< InterpolationBufferAppenderBase< Scalar > > & | interpBufferAppender | ) | [pure virtual] |
Implemented in Rythmos::DefaultIntegrator< Scalar >.
| virtual RCP<const InterpolationBufferAppenderBase<Scalar> > Rythmos::InterpolationBufferAppenderAcceptingIntegratorBase< Scalar >::getInterpolationBufferAppender | ( | ) | [pure virtual] |
Implemented in Rythmos::DefaultIntegrator< Scalar >.
| virtual RCP<InterpolationBufferAppenderBase<Scalar> > Rythmos::InterpolationBufferAppenderAcceptingIntegratorBase< Scalar >::getNonconstInterpolationBufferAppender | ( | ) | [pure virtual] |
Implemented in Rythmos::DefaultIntegrator< Scalar >.
| virtual RCP<InterpolationBufferAppenderBase<Scalar> > Rythmos::InterpolationBufferAppenderAcceptingIntegratorBase< Scalar >::unSetInterpolationBufferAppender | ( | ) | [pure virtual] |
Implemented in Rythmos::DefaultIntegrator< Scalar >.
1.7.6.1