Concrete InterplationBufferAppender subclass that just transfers notes without any regard for accuracy or order. More...
#include <Rythmos_PointwiseInterpolationBufferAppender.hpp>
Public Types | |
| typedef Teuchos::ScalarTraits < Scalar >::magnitudeType | ScalarMag |
| | |
Public Member Functions | |
| void | append (const InterpolationBufferBase< Scalar > &interpBuffSource, const TimeRange< Scalar > &range, const Ptr< InterpolationBufferBase< Scalar > > &interpBuffSink) |
| Concrete implementation that simply copies the nodal points between the interpolation buffers. | |
Related Functions | |
(Note that these are not member functions.) | |
| template<class Scalar > | |
| RCP < PointwiseInterpolationBufferAppender < Scalar > > | pointwiseInterpolationBufferAppender () |
| Nonmember constructor function. | |
Overridden from Teuchos::Describable | |
|
| |
| void | describe (Teuchos::FancyOStream &out, const Teuchos::EVerbosityLevel verbLevel) const |
| | |
Overridden from ParameterListAcceptor | |
|
| |
| void | setParameterList (RCP< ParameterList > const ¶mList) |
| | |
| RCP< ParameterList > | getNonconstParameterList () |
| | |
| RCP< ParameterList > | unsetParameterList () |
| | |
Concrete InterplationBufferAppender subclass that just transfers notes without any regard for accuracy or order.
Definition at line 42 of file Rythmos_PointwiseInterpolationBufferAppender.hpp.
| typedef Teuchos::ScalarTraits<Scalar>::magnitudeType Rythmos::PointwiseInterpolationBufferAppender< Scalar >::ScalarMag |
Definition at line 48 of file Rythmos_PointwiseInterpolationBufferAppender.hpp.
| void Rythmos::PointwiseInterpolationBufferAppender< Scalar >::append | ( | const InterpolationBufferBase< Scalar > & | interpBuffSource, | |
| const TimeRange< Scalar > & | range, | |||
| const Ptr< InterpolationBufferBase< Scalar > > & | interpBuffSink | |||
| ) | [inline, virtual] |
Concrete implementation that simply copies the nodal points between the interpolation buffers.
Implements Rythmos::InterpolationBufferAppenderBase< Scalar >.
Definition at line 108 of file Rythmos_PointwiseInterpolationBufferAppender.hpp.
| void Rythmos::PointwiseInterpolationBufferAppender< Scalar >::describe | ( | Teuchos::FancyOStream & | out, | |
| const Teuchos::EVerbosityLevel | verbLevel | |||
| ) | const [inline, virtual] |
Reimplemented from Teuchos::Describable.
Definition at line 136 of file Rythmos_PointwiseInterpolationBufferAppender.hpp.
| void Rythmos::PointwiseInterpolationBufferAppender< Scalar >::setParameterList | ( | RCP< ParameterList > const & | paramList | ) | [inline, virtual] |
Implements Teuchos::ParameterListAcceptor.
Definition at line 153 of file Rythmos_PointwiseInterpolationBufferAppender.hpp.
| RCP< ParameterList > Rythmos::PointwiseInterpolationBufferAppender< Scalar >::getNonconstParameterList | ( | ) | [inline, virtual] |
Implements Teuchos::ParameterListAcceptor.
Definition at line 166 of file Rythmos_PointwiseInterpolationBufferAppender.hpp.
| RCP< ParameterList > Rythmos::PointwiseInterpolationBufferAppender< Scalar >::unsetParameterList | ( | ) | [inline, virtual] |
Implements Teuchos::ParameterListAcceptor.
Definition at line 174 of file Rythmos_PointwiseInterpolationBufferAppender.hpp.
| RCP< PointwiseInterpolationBufferAppender< Scalar > > pointwiseInterpolationBufferAppender | ( | ) | [related] |
Nonmember constructor function.
Definition at line 96 of file Rythmos_PointwiseInterpolationBufferAppender.hpp.
1.6.1