#include <Thyra_ModelEvaluatorBase.hpp>
Public Member Functions | |
| Derivative () | |
| | |
| Derivative (const RCP< LinearOpBase< Scalar > > &lo) | |
| | |
| Derivative (const RCP< MultiVectorBase< Scalar > > &mv, const EDerivativeMultiVectorOrientation orientation=DERIV_MV_BY_COL) | |
| | |
| Derivative (const DerivativeMultiVector< Scalar > &dmv) | |
| | |
| bool | isEmpty () const |
| | |
| const Derivative< Scalar > & | assert_not_null () const |
| | |
| RCP< LinearOpBase< Scalar > > | getLinearOp () const |
| | |
| RCP< MultiVectorBase< Scalar > > | getMultiVector () const |
| | |
| EDerivativeMultiVectorOrientation | getMultiVectorOrientation () const |
| | |
| DerivativeMultiVector< Scalar > | getDerivativeMultiVector () const |
| | |
| bool | isSupportedBy (const DerivativeSupport &derivSupport) const |
| Returns true if the form of the derivative contained here is supported by deriveSupport. | |
| std::string | description () const |
| | |
| void | describe (Teuchos::FancyOStream &out, const Teuchos::EVerbosityLevel verbLevel) const |
| | |
Definition at line 339 of file Thyra_ModelEvaluatorBase.hpp.
| Thyra::ModelEvaluatorBase::Derivative< Scalar >::Derivative | ( | ) | [inline] |
| Thyra::ModelEvaluatorBase::Derivative< Scalar >::Derivative | ( | const RCP< LinearOpBase< Scalar > > & | lo | ) | [inline] |
| Thyra::ModelEvaluatorBase::Derivative< Scalar >::Derivative | ( | const RCP< MultiVectorBase< Scalar > > & | mv, | |
| const EDerivativeMultiVectorOrientation | orientation = DERIV_MV_BY_COL | |||
| ) | [inline] |
| Thyra::ModelEvaluatorBase::Derivative< Scalar >::Derivative | ( | const DerivativeMultiVector< Scalar > & | dmv | ) | [inline] |
| bool Thyra::ModelEvaluatorBase::Derivative< Scalar >::isEmpty | ( | ) | const [inline] |
| const Derivative<Scalar>& Thyra::ModelEvaluatorBase::Derivative< Scalar >::assert_not_null | ( | ) | const [inline] |
| RCP<LinearOpBase<Scalar> > Thyra::ModelEvaluatorBase::Derivative< Scalar >::getLinearOp | ( | ) | const [inline] |
| RCP<MultiVectorBase<Scalar> > Thyra::ModelEvaluatorBase::Derivative< Scalar >::getMultiVector | ( | ) | const [inline] |
| EDerivativeMultiVectorOrientation Thyra::ModelEvaluatorBase::Derivative< Scalar >::getMultiVectorOrientation | ( | ) | const [inline] |
| DerivativeMultiVector<Scalar> Thyra::ModelEvaluatorBase::Derivative< Scalar >::getDerivativeMultiVector | ( | ) | const [inline] |
| bool Thyra::ModelEvaluatorBase::Derivative< Scalar >::isSupportedBy | ( | const DerivativeSupport & | derivSupport | ) | const [inline] |
Returns true if the form of the derivative contained here is supported by deriveSupport.
Definition at line 375 of file Thyra_ModelEvaluatorBase.hpp.
| std::string Thyra::ModelEvaluatorBase::Derivative< Scalar >::description | ( | ) | const |
| void Thyra::ModelEvaluatorBase::Derivative< Scalar >::describe | ( | Teuchos::FancyOStream & | out, | |
| const Teuchos::EVerbosityLevel | verbLevel | |||
| ) | const |
1.4.7