|
Rythmos - Transient Integration for Differential Equations
Version of the Day
|
Smart interplation buffer class. More...
#include <Rythmos_SmartInterpolationBufferAppender.hpp>

Public Member Functions | |
| void | append (const InterpolationBufferBase< Scalar > &interpBuffSource, const TimeRange< Scalar > &range, const Ptr< InterpolationBufferBase< Scalar > > &interpBuffSink) |
| Concrete implementation that attempts to use the order of interpolation between the two interpolation buffers to be a bit smarter about copying data between them. | |
Overridden from Teuchos::ParameterListAcceptorDefaultBase | |
| void | setParameterList (RCP< Teuchos::ParameterList > const ¶mList) |
| | |
| RCP< const Teuchos::ParameterList > | getValidParameters () const |
| | |
Smart interplation buffer class.
Definition at line 41 of file Rythmos_SmartInterpolationBufferAppender.hpp.
| void Rythmos::SmartInterpolationBufferAppender< Scalar >::append | ( | const InterpolationBufferBase< Scalar > & | interpBuffSource, |
| const TimeRange< Scalar > & | range, | ||
| const Ptr< InterpolationBufferBase< Scalar > > & | interpBuffSink | ||
| ) | [virtual] |
Concrete implementation that attempts to use the order of interpolation between the two interpolation buffers to be a bit smarter about copying data between them.
Implements Rythmos::InterpolationBufferAppenderBase< Scalar >.
Definition at line 75 of file Rythmos_SmartInterpolationBufferAppender.hpp.
| void Rythmos::SmartInterpolationBufferAppender< Scalar >::setParameterList | ( | RCP< Teuchos::ParameterList > const & | paramList | ) |
Definition at line 114 of file Rythmos_SmartInterpolationBufferAppender.hpp.
| RCP< const Teuchos::ParameterList > Rythmos::SmartInterpolationBufferAppender< Scalar >::getValidParameters | ( | ) | const |
Definition at line 123 of file Rythmos_SmartInterpolationBufferAppender.hpp.
1.7.6.1