Thyra
Version of the Day
|
Simple aggregate class that stores a derivative object as a general linear operator or as a multi-vector. More...
#include <Thyra_ModelEvaluatorBase_decl.hpp>
Public Member Functions | |
MPDerivative () | |
MPDerivative (const RCP< Stokhos::ProductEpetraOperator > &lo) | |
MPDerivative (const RCP< Stokhos::ProductEpetraMultiVector > &mv, const EDerivativeMultiVectorOrientation orientation=DERIV_MV_BY_COL) | |
MPDerivative (const MPDerivativeMultiVector &dmv) | |
bool | isEmpty () const |
const MPDerivative & | assert_not_null () const |
RCP < Stokhos::ProductEpetraOperator > | getLinearOp () const |
RCP < Stokhos::ProductEpetraMultiVector > | getMultiVector () const |
EDerivativeMultiVectorOrientation | getMultiVectorOrientation () const |
MPDerivativeMultiVector | getDerivativeMultiVector () const |
bool | isSupportedBy (const DerivativeSupport &derivSupport) const |
Returns true if the form of the derivative contained here is supported by deriveSupport. More... | |
std::string | description () const |
void | describe (Teuchos::FancyOStream &, const Teuchos::EVerbosityLevel) const |
Simple aggregate class that stores a derivative object as a general linear operator or as a multi-vector.
Definition at line 611 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 614 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 616 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 619 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 624 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 627 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 630 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 633 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 636 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 639 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 642 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Returns true if the form of the derivative contained here is supported by deriveSupport.
Definition at line 647 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 662 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 664 of file Thyra_ModelEvaluatorBase_decl.hpp.