#include <Rythmos_HermiteInterpolator.hpp>
Inheritance diagram for Rythmos::HermiteInterpolator< Scalar >:

Public Member Functions | |
| ~HermiteInterpolator () | |
| Destructor. | |
| HermiteInterpolator () | |
| Constructor. | |
| void | interpolate (const typename DataStore< Scalar >::DataStoreVector_t &data_in, const Array< Scalar > &t_values, typename DataStore< Scalar >::DataStoreVector_t *data_out) const |
| Interpolation: Hermite interpolation function. | |
| int | order () const |
| Order of interpolation:. | |
| std::string | description () const |
| Inherited from Teuchos::Describable . | |
| void | describe (Teuchos::FancyOStream &out, const Teuchos::EVerbosityLevel verbLevel) const |
| | |
| void | setParameterList (Teuchos::RCP< Teuchos::ParameterList > const ¶mList) |
| Redefined from Teuchos::ParameterListAcceptor . | |
| Teuchos::RCP< Teuchos::ParameterList > | getParameterList () |
| | |
| Teuchos::RCP< Teuchos::ParameterList > | unsetParameterList () |
| | |
| void | assertInterpolatePreconditions (const typename DataStore< Scalar >::DataStoreVector_t &data_in, const Array< Scalar > &t_values, typename DataStore< Scalar >::DataStoreVector_t *data_out) const |
Definition at line 53 of file Rythmos_HermiteInterpolator.hpp.
| Rythmos::HermiteInterpolator< Scalar >::~HermiteInterpolator | ( | ) | [inline] |
| Rythmos::HermiteInterpolator< Scalar >::HermiteInterpolator | ( | ) |
| void Rythmos::HermiteInterpolator< Scalar >::interpolate | ( | const typename DataStore< Scalar >::DataStoreVector_t & | data_in, | |
| const Array< Scalar > & | t_values, | |||
| typename DataStore< Scalar >::DataStoreVector_t * | data_out | |||
| ) | const [virtual] |
Interpolation: Hermite interpolation function.
Preconditions:
data_in[i].xdot != Teuchos::null for all i=0..data_in.size()-1 Implements Rythmos::InterpolatorBase< Scalar >.
Definition at line 118 of file Rythmos_HermiteInterpolator.hpp.
| int Rythmos::HermiteInterpolator< Scalar >::order | ( | ) | const [virtual] |
Order of interpolation:.
Implements Rythmos::InterpolatorBase< Scalar >.
Definition at line 234 of file Rythmos_HermiteInterpolator.hpp.
| std::string Rythmos::HermiteInterpolator< Scalar >::description | ( | ) | const [virtual] |
Inherited from Teuchos::Describable .
Reimplemented from Teuchos::Describable.
Definition at line 240 of file Rythmos_HermiteInterpolator.hpp.
| void Rythmos::HermiteInterpolator< Scalar >::describe | ( | Teuchos::FancyOStream & | out, | |
| const Teuchos::EVerbosityLevel | verbLevel | |||
| ) | const [virtual] |
Reimplemented from Teuchos::Describable.
Definition at line 247 of file Rythmos_HermiteInterpolator.hpp.
| void Rythmos::HermiteInterpolator< Scalar >::setParameterList | ( | Teuchos::RCP< Teuchos::ParameterList > const & | paramList | ) | [virtual] |
Redefined from Teuchos::ParameterListAcceptor .
Implements Teuchos::ParameterListAcceptor.
Definition at line 263 of file Rythmos_HermiteInterpolator.hpp.
| Teuchos::RCP< Teuchos::ParameterList > Rythmos::HermiteInterpolator< Scalar >::getParameterList | ( | ) | [virtual] |
Implements Teuchos::ParameterListAcceptor.
Definition at line 272 of file Rythmos_HermiteInterpolator.hpp.
| Teuchos::RCP< Teuchos::ParameterList > Rythmos::HermiteInterpolator< Scalar >::unsetParameterList | ( | ) | [virtual] |
Implements Teuchos::ParameterListAcceptor.
Definition at line 278 of file Rythmos_HermiteInterpolator.hpp.
1.4.7