#include <Rythmos_PointwiseInterpolationBufferAppender.hpp>
Inheritance diagram for Rythmos::PointwiseInterpolationBufferAppender< Scalar >:

Overridden from Teuchos::Describable | |
| void | describe (Teuchos::FancyOStream &out, const Teuchos::EVerbosityLevel verbLevel) const |
| | |
Overridden from ParameterListAcceptorDefaultBase | |
| void | setParameterList (const RCP< ParameterList > ¶mList) |
| | |
| RCP< const ParameterList > | getValidParameters () const |
| | |
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.) | |
| RCP< PointwiseInterpolationBufferAppender< Scalar > > | pointwiseInterpolationBufferAppender () |
| Nonmember constructor function. | |
Definition at line 45 of file Rythmos_PointwiseInterpolationBufferAppender.hpp.
| typedef Teuchos::ScalarTraits<Scalar>::magnitudeType Rythmos::PointwiseInterpolationBufferAppender< Scalar >::ScalarMag |
| void Rythmos::PointwiseInterpolationBufferAppender< Scalar >::append | ( | const InterpolationBufferBase< Scalar > & | interpBuffSource, | |
| const TimeRange< Scalar > & | range, | |||
| const Ptr< InterpolationBufferBase< Scalar > > & | interpBuffSink | |||
| ) | [virtual] |
Concrete implementation that simply copies the nodal points between the interpolation buffers.
Implements Rythmos::InterpolationBufferAppenderBase< Scalar >.
Definition at line 107 of file Rythmos_PointwiseInterpolationBufferAppender.hpp.
| void Rythmos::PointwiseInterpolationBufferAppender< Scalar >::describe | ( | Teuchos::FancyOStream & | out, | |
| const Teuchos::EVerbosityLevel | verbLevel | |||
| ) | const [virtual] |
Reimplemented from Teuchos::Describable.
Definition at line 176 of file Rythmos_PointwiseInterpolationBufferAppender.hpp.
| void Rythmos::PointwiseInterpolationBufferAppender< Scalar >::setParameterList | ( | const RCP< ParameterList > & | paramList | ) | [virtual] |
Implements Teuchos::ParameterListAcceptor.
Definition at line 193 of file Rythmos_PointwiseInterpolationBufferAppender.hpp.
| RCP< const ParameterList > Rythmos::PointwiseInterpolationBufferAppender< Scalar >::getValidParameters | ( | ) | const [virtual] |
Reimplemented from Teuchos::ParameterListAcceptor.
Definition at line 206 of file Rythmos_PointwiseInterpolationBufferAppender.hpp.
| RCP< PointwiseInterpolationBufferAppender< Scalar > > pointwiseInterpolationBufferAppender | ( | ) | [related] |
Nonmember constructor function.
Definition at line 95 of file Rythmos_PointwiseInterpolationBufferAppender.hpp.
1.4.7