|
Rythmos - Transient Integration for Differential Equations
Version of the Day
|
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 ParameterListAcceptorDefaultBase | |
| void | setParameterList (const RCP< ParameterList > ¶mList) |
| | |
| RCP< const ParameterList > | getValidParameters () const |
| | |
Concrete InterplationBufferAppender subclass that just transfers notes without any regard for accuracy or order.
Definition at line 45 of file Rythmos_PointwiseInterpolationBufferAppender.hpp.
| typedef Teuchos::ScalarTraits<Scalar>::magnitudeType Rythmos::PointwiseInterpolationBufferAppender< Scalar >::ScalarMag |
Definition at line 52 of file Rythmos_PointwiseInterpolationBufferAppender.hpp.
| 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 |
Definition at line 176 of file Rythmos_PointwiseInterpolationBufferAppender.hpp.
| void Rythmos::PointwiseInterpolationBufferAppender< Scalar >::setParameterList | ( | const RCP< ParameterList > & | paramList | ) |
Definition at line 193 of file Rythmos_PointwiseInterpolationBufferAppender.hpp.
| RCP< const ParameterList > Rythmos::PointwiseInterpolationBufferAppender< Scalar >::getValidParameters | ( | ) | const |
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.7.6.1