concrete class for interpolation buffer functionality. More...
#include <Rythmos_InterpolationBuffer.hpp>
Public Types | |
| typedef Teuchos::ScalarTraits < Scalar >::magnitudeType | ScalarMag |
| | |
Public Member Functions | |
| RCP< const Thyra::VectorSpaceBase< Scalar > > | get_x_space () const |
| Redefined from Rythmos::InterpolationBufferBase. | |
| InterpolationBuffer () | |
| | |
| void | initialize (const RCP< InterpolatorBase< Scalar > > &interpolator_, int storage_) |
| Initialize the buffer:. | |
| void | setInterpolator (const RCP< InterpolatorBase< Scalar > > &interpolator_) |
| Set the interpolator for this buffer. | |
| RCP< InterpolatorBase< Scalar > > & | unSetInterpolator () |
| Unset the interpolator for this buffer. | |
| void | setStorage (int storage) |
| Set the maximum storage of this buffer. | |
| int | getStorage () const |
| Get the maximum storage of this buffer. | |
| ~InterpolationBuffer () | |
| Destructor. | |
| void | addPoints (const Array< Scalar > &time_vec, const Array< RCP< const Thyra::VectorBase< Scalar > > > &x_vec, const Array< RCP< const Thyra::VectorBase< Scalar > > > &xdot_vec) |
| Add point to buffer. | |
| void | getPoints (const Array< Scalar > &time_vec, Array< RCP< const Thyra::VectorBase< Scalar > > > *x_vec, Array< RCP< const Thyra::VectorBase< Scalar > > > *xdot_vec, Array< ScalarMag > *accuracy_vec) const |
| Get value from buffer. | |
| TimeRange< Scalar > | getTimeRange () const |
| | |
| void | getNodes (Array< Scalar > *time_vec) const |
| Get interpolation nodes. | |
| int | getOrder () const |
| Get order of interpolation. | |
| void | removeNodes (Array< Scalar > &time_vec) |
| Remove interpolation nodes. | |
| 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 > | getNonconstParameterList () |
| | |
| RCP< Teuchos::ParameterList > | unsetParameterList () |
| | |
concrete class for interpolation buffer functionality.
Definition at line 45 of file Rythmos_InterpolationBuffer.hpp.
| typedef Teuchos::ScalarTraits<Scalar>::magnitudeType Rythmos::InterpolationBuffer< Scalar >::ScalarMag |
Reimplemented from Rythmos::InterpolationBufferBase< Scalar >.
Definition at line 49 of file Rythmos_InterpolationBuffer.hpp.
| Rythmos::InterpolationBuffer< Scalar >::InterpolationBuffer | ( | ) | [inline] |
Definition at line 146 of file Rythmos_InterpolationBuffer.hpp.
| Rythmos::InterpolationBuffer< Scalar >::~InterpolationBuffer | ( | ) | [inline] |
Destructor.
Definition at line 75 of file Rythmos_InterpolationBuffer.hpp.
| RCP< const Thyra::VectorSpaceBase< Scalar > > Rythmos::InterpolationBuffer< Scalar >::get_x_space | ( | ) | const [inline, virtual] |
Redefined from Rythmos::InterpolationBufferBase.
Implements Rythmos::InterpolationBufferBase< Scalar >.
Definition at line 164 of file Rythmos_InterpolationBuffer.hpp.
| void Rythmos::InterpolationBuffer< Scalar >::initialize | ( | const RCP< InterpolatorBase< Scalar > > & | interpolator_, | |
| int | storage_ | |||
| ) | [inline] |
Initialize the buffer:.
Definition at line 176 of file Rythmos_InterpolationBuffer.hpp.
| void Rythmos::InterpolationBuffer< Scalar >::setInterpolator | ( | const RCP< InterpolatorBase< Scalar > > & | interpolator_ | ) | [inline] |
Set the interpolator for this buffer.
Definition at line 222 of file Rythmos_InterpolationBuffer.hpp.
| RCP<InterpolatorBase<Scalar> >& Rythmos::InterpolationBuffer< Scalar >::unSetInterpolator | ( | ) |
Unset the interpolator for this buffer.
| void Rythmos::InterpolationBuffer< Scalar >::setStorage | ( | int | storage | ) | [inline] |
Set the maximum storage of this buffer.
Definition at line 196 of file Rythmos_InterpolationBuffer.hpp.
| int Rythmos::InterpolationBuffer< Scalar >::getStorage | ( | ) | const [inline] |
Get the maximum storage of this buffer.
Definition at line 215 of file Rythmos_InterpolationBuffer.hpp.
| void Rythmos::InterpolationBuffer< Scalar >::addPoints | ( | const Array< Scalar > & | time_vec, | |
| const Array< RCP< const Thyra::VectorBase< Scalar > > > & | x_vec, | |||
| const Array< RCP< const Thyra::VectorBase< Scalar > > > & | xdot_vec | |||
| ) | [inline, virtual] |
Add point to buffer.
Implements Rythmos::InterpolationBufferBase< Scalar >.
Definition at line 240 of file Rythmos_InterpolationBuffer.hpp.
| void Rythmos::InterpolationBuffer< Scalar >::getPoints | ( | const Array< Scalar > & | time_vec, | |
| Array< RCP< const Thyra::VectorBase< Scalar > > > * | x_vec, | |||
| Array< RCP< const Thyra::VectorBase< Scalar > > > * | xdot_vec, | |||
| Array< ScalarMag > * | accuracy_vec | |||
| ) | const [inline, virtual] |
Get value from buffer.
Implements Rythmos::InterpolationBufferBase< Scalar >.
Definition at line 360 of file Rythmos_InterpolationBuffer.hpp.
| TimeRange< Scalar > Rythmos::InterpolationBuffer< Scalar >::getTimeRange | ( | ) | const [inline, virtual] |
Implements Rythmos::InterpolationBufferBase< Scalar >.
Definition at line 386 of file Rythmos_InterpolationBuffer.hpp.
| void Rythmos::InterpolationBuffer< Scalar >::getNodes | ( | Array< Scalar > * | time_vec | ) | const [inline, virtual] |
Get interpolation nodes.
Implements Rythmos::InterpolationBufferBase< Scalar >.
Definition at line 397 of file Rythmos_InterpolationBuffer.hpp.
| int Rythmos::InterpolationBuffer< Scalar >::getOrder | ( | ) | const [inline, virtual] |
Get order of interpolation.
Implements Rythmos::InterpolationBufferBase< Scalar >.
Definition at line 450 of file Rythmos_InterpolationBuffer.hpp.
| void Rythmos::InterpolationBuffer< Scalar >::removeNodes | ( | Array< Scalar > & | time_vec | ) | [inline, virtual] |
Remove interpolation nodes.
Implements Rythmos::InterpolationBufferBase< Scalar >.
Definition at line 417 of file Rythmos_InterpolationBuffer.hpp.
| std::string Rythmos::InterpolationBuffer< Scalar >::description | ( | ) | const [inline, virtual] |
Redefined from Teuchos::Describable.
Reimplemented from Teuchos::Describable.
Definition at line 457 of file Rythmos_InterpolationBuffer.hpp.
| void Rythmos::InterpolationBuffer< Scalar >::describe | ( | Teuchos::FancyOStream & | out, | |
| const Teuchos::EVerbosityLevel | verbLevel | |||
| ) | const [inline, virtual] |
Reimplemented from Teuchos::Describable.
Definition at line 465 of file Rythmos_InterpolationBuffer.hpp.
| void Rythmos::InterpolationBuffer< Scalar >::setParameterList | ( | RCP< Teuchos::ParameterList > const & | paramList | ) | [inline, virtual] |
Redefined from Teuchos::ParameterListAcceptor.
Implements Teuchos::ParameterListAcceptor.
Definition at line 489 of file Rythmos_InterpolationBuffer.hpp.
| RCP< Teuchos::ParameterList > Rythmos::InterpolationBuffer< Scalar >::getNonconstParameterList | ( | ) | [inline, virtual] |
Implements Teuchos::ParameterListAcceptor.
Definition at line 508 of file Rythmos_InterpolationBuffer.hpp.
| RCP< Teuchos::ParameterList > Rythmos::InterpolationBuffer< Scalar >::unsetParameterList | ( | ) | [inline, virtual] |
Implements Teuchos::ParameterListAcceptor.
Definition at line 515 of file Rythmos_InterpolationBuffer.hpp.
1.6.1