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 643 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 646 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 648 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 651 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 656 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 659 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 662 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 665 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 668 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 671 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 674 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Returns true if the form of the derivative contained here is supported by deriveSupport.
Definition at line 679 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 694 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 696 of file Thyra_ModelEvaluatorBase_decl.hpp.