Thyra  Version of the Day
Public Member Functions | List of all members
Thyra::ModelEvaluatorBase::MPDerivative Class Reference

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 MPDerivativeassert_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 &out, const Teuchos::EVerbosityLevel verbLevel) const
 

Detailed Description

Simple aggregate class that stores a derivative object as a general linear operator or as a multi-vector.

Definition at line 555 of file Thyra_ModelEvaluatorBase_decl.hpp.

Constructor & Destructor Documentation

◆ MPDerivative() [1/4]

Thyra::ModelEvaluatorBase::MPDerivative::MPDerivative ( )
inline

Definition at line 558 of file Thyra_ModelEvaluatorBase_decl.hpp.

◆ MPDerivative() [2/4]

Thyra::ModelEvaluatorBase::MPDerivative::MPDerivative ( const RCP< Stokhos::ProductEpetraOperator > &  lo)
inline

Definition at line 560 of file Thyra_ModelEvaluatorBase_decl.hpp.

◆ MPDerivative() [3/4]

Thyra::ModelEvaluatorBase::MPDerivative::MPDerivative ( const RCP< Stokhos::ProductEpetraMultiVector > &  mv,
const EDerivativeMultiVectorOrientation  orientation = DERIV_MV_BY_COL 
)
inline

Definition at line 563 of file Thyra_ModelEvaluatorBase_decl.hpp.

◆ MPDerivative() [4/4]

Thyra::ModelEvaluatorBase::MPDerivative::MPDerivative ( const MPDerivativeMultiVector dmv)
inline

Definition at line 568 of file Thyra_ModelEvaluatorBase_decl.hpp.

Member Function Documentation

◆ isEmpty()

bool Thyra::ModelEvaluatorBase::MPDerivative::isEmpty ( ) const
inline

Definition at line 571 of file Thyra_ModelEvaluatorBase_decl.hpp.

◆ assert_not_null()

const MPDerivative& Thyra::ModelEvaluatorBase::MPDerivative::assert_not_null ( ) const
inline

Definition at line 574 of file Thyra_ModelEvaluatorBase_decl.hpp.

◆ getLinearOp()

RCP<Stokhos::ProductEpetraOperator > Thyra::ModelEvaluatorBase::MPDerivative::getLinearOp ( ) const
inline

Definition at line 577 of file Thyra_ModelEvaluatorBase_decl.hpp.

◆ getMultiVector()

RCP<Stokhos::ProductEpetraMultiVector > Thyra::ModelEvaluatorBase::MPDerivative::getMultiVector ( ) const
inline

Definition at line 580 of file Thyra_ModelEvaluatorBase_decl.hpp.

◆ getMultiVectorOrientation()

EDerivativeMultiVectorOrientation Thyra::ModelEvaluatorBase::MPDerivative::getMultiVectorOrientation ( ) const
inline

Definition at line 583 of file Thyra_ModelEvaluatorBase_decl.hpp.

◆ getDerivativeMultiVector()

MPDerivativeMultiVector Thyra::ModelEvaluatorBase::MPDerivative::getDerivativeMultiVector ( ) const
inline

Definition at line 586 of file Thyra_ModelEvaluatorBase_decl.hpp.

◆ isSupportedBy()

bool Thyra::ModelEvaluatorBase::MPDerivative::isSupportedBy ( const DerivativeSupport derivSupport) const
inline

Returns true if the form of the derivative contained here is supported by deriveSupport.

Definition at line 591 of file Thyra_ModelEvaluatorBase_decl.hpp.

◆ description()

std::string Thyra::ModelEvaluatorBase::MPDerivative::description ( ) const
inline

Definition at line 606 of file Thyra_ModelEvaluatorBase_decl.hpp.

◆ describe()

void Thyra::ModelEvaluatorBase::MPDerivative::describe ( Teuchos::FancyOStream &  out,
const Teuchos::EVerbosityLevel  verbLevel 
) const
inline

Definition at line 608 of file Thyra_ModelEvaluatorBase_decl.hpp.


The documentation for this class was generated from the following file: