Public Types | |
|
typedef Teuchos::ScalarTraits< Scalar >::magnitudeType | ScalarMag |
Public Member Functions | |
| void | import (InterpolationBufferBase< Scalar > *IB_base, const InterpolationBufferBase< Scalar > &IB_in, const TimeRange< Scalar > &range) |
| Concrete implementation that simply copies the nodal points between the interpolation buffers. | |
| std::string | description () const |
| Redefined from Teuchos::Describable . | |
| void | describe (Teuchos::FancyOStream &out, const Teuchos::EVerbosityLevel verbLevel) const |
| | |
| void | setParameterList (RCP< Teuchos::ParameterList > const ¶mList) |
| Redefined from Teuchos::ParameterListAcceptor . | |
| RCP< Teuchos::ParameterList > | getParameterList () |
| | |
| RCP< Teuchos::ParameterList > | unsetParameterList () |
| | |
Definition at line 118 of file Rythmos_InterpolationBufferAppender.hpp.
| void Rythmos::InterpolationBufferAppenderDefault< Scalar >::import | ( | InterpolationBufferBase< Scalar > * | IB_base, | |
| const InterpolationBufferBase< Scalar > & | IB_in, | |||
| const TimeRange< Scalar > & | range | |||
| ) | [virtual] |
Concrete implementation that simply copies the nodal points between the interpolation buffers.
Implements Rythmos::InterpolationBufferAppenderBase< Scalar >.
Definition at line 159 of file Rythmos_InterpolationBufferAppender.hpp.
| std::string Rythmos::InterpolationBufferAppenderDefault< Scalar >::description | ( | ) | const [virtual] |
Redefined from Teuchos::Describable .
Reimplemented from Teuchos::Describable.
Definition at line 185 of file Rythmos_InterpolationBufferAppender.hpp.
| void Rythmos::InterpolationBufferAppenderDefault< Scalar >::describe | ( | Teuchos::FancyOStream & | out, | |
| const Teuchos::EVerbosityLevel | verbLevel | |||
| ) | const [virtual] |
Reimplemented from Teuchos::Describable.
Definition at line 192 of file Rythmos_InterpolationBufferAppender.hpp.
| void Rythmos::InterpolationBufferAppenderDefault< Scalar >::setParameterList | ( | RCP< Teuchos::ParameterList > const & | paramList | ) | [virtual] |
Redefined from Teuchos::ParameterListAcceptor .
Implements Teuchos::ParameterListAcceptor.
Definition at line 205 of file Rythmos_InterpolationBufferAppender.hpp.
| RCP< Teuchos::ParameterList > Rythmos::InterpolationBufferAppenderDefault< Scalar >::getParameterList | ( | ) | [virtual] |
Implements Teuchos::ParameterListAcceptor.
Definition at line 212 of file Rythmos_InterpolationBufferAppender.hpp.
| RCP< Teuchos::ParameterList > Rythmos::InterpolationBufferAppenderDefault< Scalar >::unsetParameterList | ( | ) | [virtual] |
Implements Teuchos::ParameterListAcceptor.
Definition at line 218 of file Rythmos_InterpolationBufferAppender.hpp.
1.4.7