|
EpetraExt
Development
|
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::RefCountPtr< Stokhos::EpetraOperatorOrthogPoly > &lo) | |
| | |
| SGDerivative (const Teuchos::RefCountPtr< Stokhos::EpetraMultiVectorOrthogPoly > &mv, const EDerivativeMultiVectorOrientation orientation=DERIV_MV_BY_COL) | |
| | |
| SGDerivative (const SGDerivativeMultiVector &dmv) | |
| | |
| Teuchos::RefCountPtr < Stokhos::EpetraOperatorOrthogPoly > | getLinearOp () const |
| | |
| Teuchos::RefCountPtr < Stokhos::EpetraMultiVectorOrthogPoly > | getMultiVector () const |
| | |
| EDerivativeMultiVectorOrientation | getMultiVectorOrientation () const |
| | |
| SGDerivativeMultiVector | getDerivativeMultiVector () const |
| | |
| bool | isEmpty () const |
| | |
Simple aggregate class that stores a derivative object as a general linear operator or as a multi-vector.
Definition at line 546 of file EpetraExt_ModelEvaluator.h.
Definition at line 549 of file EpetraExt_ModelEvaluator.h.
| EpetraExt::ModelEvaluator::SGDerivative::SGDerivative | ( | const Teuchos::RefCountPtr< Stokhos::EpetraOperatorOrthogPoly > & | lo | ) | [inline] |
Definition at line 551 of file EpetraExt_ModelEvaluator.h.
| EpetraExt::ModelEvaluator::SGDerivative::SGDerivative | ( | const Teuchos::RefCountPtr< Stokhos::EpetraMultiVectorOrthogPoly > & | mv, |
| const EDerivativeMultiVectorOrientation | orientation = DERIV_MV_BY_COL |
||
| ) | [inline] |
Definition at line 554 of file EpetraExt_ModelEvaluator.h.
| EpetraExt::ModelEvaluator::SGDerivative::SGDerivative | ( | const SGDerivativeMultiVector & | dmv | ) | [inline] |
Definition at line 559 of file EpetraExt_ModelEvaluator.h.
| Teuchos::RefCountPtr< Stokhos::EpetraOperatorOrthogPoly > EpetraExt::ModelEvaluator::SGDerivative::getLinearOp | ( | ) | const [inline] |
Definition at line 562 of file EpetraExt_ModelEvaluator.h.
| Teuchos::RefCountPtr< Stokhos::EpetraMultiVectorOrthogPoly > EpetraExt::ModelEvaluator::SGDerivative::getMultiVector | ( | ) | const [inline] |
Definition at line 565 of file EpetraExt_ModelEvaluator.h.
| EDerivativeMultiVectorOrientation EpetraExt::ModelEvaluator::SGDerivative::getMultiVectorOrientation | ( | ) | const [inline] |
Definition at line 568 of file EpetraExt_ModelEvaluator.h.
| SGDerivativeMultiVector EpetraExt::ModelEvaluator::SGDerivative::getDerivativeMultiVector | ( | ) | const [inline] |
Definition at line 571 of file EpetraExt_ModelEvaluator.h.
| bool EpetraExt::ModelEvaluator::SGDerivative::isEmpty | ( | ) | const [inline] |
Definition at line 574 of file EpetraExt_ModelEvaluator.h.
1.7.6.1