EpetraExt Package Browser (Single Doxygen Collection) Development
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
EpetraExt::ModelEvaluator::SGDerivative Class Reference

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

#include <EpetraExt_ModelEvaluator.h>

Public Member Functions

 SGDerivative ()
 
 SGDerivative (const Teuchos::RCP< Stokhos::EpetraOperatorOrthogPoly > &lo)
 
 SGDerivative (const Teuchos::RCP< Stokhos::EpetraMultiVectorOrthogPoly > &mv, const EDerivativeMultiVectorOrientation orientation=DERIV_MV_BY_COL)
 
 SGDerivative (const SGDerivativeMultiVector &dmv)
 
Teuchos::RCP< Stokhos::EpetraOperatorOrthogPoly > getLinearOp () const
 
Teuchos::RCP< Stokhos::EpetraMultiVectorOrthogPoly > getMultiVector () const
 
EDerivativeMultiVectorOrientation getMultiVectorOrientation () const
 
SGDerivativeMultiVector getDerivativeMultiVector () const
 
bool isEmpty () const
 

Private Attributes

Teuchos::RCP< Stokhos::EpetraOperatorOrthogPoly > lo_
 
SGDerivativeMultiVector dmv_
 

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 EpetraExt_ModelEvaluator.h.

Constructor & Destructor Documentation

◆ SGDerivative() [1/4]

EpetraExt::ModelEvaluator::SGDerivative::SGDerivative ( )
inline

Definition at line 558 of file EpetraExt_ModelEvaluator.h.

◆ SGDerivative() [2/4]

EpetraExt::ModelEvaluator::SGDerivative::SGDerivative ( const Teuchos::RCP< Stokhos::EpetraOperatorOrthogPoly > & lo)
inline

Definition at line 560 of file EpetraExt_ModelEvaluator.h.

◆ SGDerivative() [3/4]

EpetraExt::ModelEvaluator::SGDerivative::SGDerivative ( const Teuchos::RCP< Stokhos::EpetraMultiVectorOrthogPoly > & mv,
const EDerivativeMultiVectorOrientation orientation = DERIV_MV_BY_COL )
inline

Definition at line 563 of file EpetraExt_ModelEvaluator.h.

◆ SGDerivative() [4/4]

EpetraExt::ModelEvaluator::SGDerivative::SGDerivative ( const SGDerivativeMultiVector & dmv)
inline

Definition at line 568 of file EpetraExt_ModelEvaluator.h.

Member Function Documentation

◆ getLinearOp()

Teuchos::RCP< Stokhos::EpetraOperatorOrthogPoly > EpetraExt::ModelEvaluator::SGDerivative::getLinearOp ( ) const
inline

Definition at line 571 of file EpetraExt_ModelEvaluator.h.

◆ getMultiVector()

Teuchos::RCP< Stokhos::EpetraMultiVectorOrthogPoly > EpetraExt::ModelEvaluator::SGDerivative::getMultiVector ( ) const
inline

Definition at line 574 of file EpetraExt_ModelEvaluator.h.

◆ getMultiVectorOrientation()

EDerivativeMultiVectorOrientation EpetraExt::ModelEvaluator::SGDerivative::getMultiVectorOrientation ( ) const
inline

Definition at line 577 of file EpetraExt_ModelEvaluator.h.

◆ getDerivativeMultiVector()

SGDerivativeMultiVector EpetraExt::ModelEvaluator::SGDerivative::getDerivativeMultiVector ( ) const
inline

Definition at line 580 of file EpetraExt_ModelEvaluator.h.

◆ isEmpty()

bool EpetraExt::ModelEvaluator::SGDerivative::isEmpty ( ) const
inline

Definition at line 583 of file EpetraExt_ModelEvaluator.h.

Member Data Documentation

◆ lo_

Teuchos::RCP< Stokhos::EpetraOperatorOrthogPoly > EpetraExt::ModelEvaluator::SGDerivative::lo_
private

Definition at line 586 of file EpetraExt_ModelEvaluator.h.

◆ dmv_

SGDerivativeMultiVector EpetraExt::ModelEvaluator::SGDerivative::dmv_
private

Definition at line 587 of file EpetraExt_ModelEvaluator.h.


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