Thyra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 &, const Teuchos::EVerbosityLevel) const
 

Detailed Description

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.

Constructor & Destructor Documentation

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

Definition at line 646 of file Thyra_ModelEvaluatorBase_decl.hpp.

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

Definition at line 648 of file Thyra_ModelEvaluatorBase_decl.hpp.

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

Definition at line 651 of file Thyra_ModelEvaluatorBase_decl.hpp.

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

Definition at line 656 of file Thyra_ModelEvaluatorBase_decl.hpp.

Member Function Documentation

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

Definition at line 659 of file Thyra_ModelEvaluatorBase_decl.hpp.

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

Definition at line 662 of file Thyra_ModelEvaluatorBase_decl.hpp.

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

Definition at line 665 of file Thyra_ModelEvaluatorBase_decl.hpp.

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

Definition at line 668 of file Thyra_ModelEvaluatorBase_decl.hpp.

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

Definition at line 671 of file Thyra_ModelEvaluatorBase_decl.hpp.

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

Definition at line 674 of file Thyra_ModelEvaluatorBase_decl.hpp.

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 679 of file Thyra_ModelEvaluatorBase_decl.hpp.

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

Definition at line 694 of file Thyra_ModelEvaluatorBase_decl.hpp.

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

Definition at line 696 of file Thyra_ModelEvaluatorBase_decl.hpp.


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