Simple aggregate class for a derivative object represented as a column-wise multi-vector or its transpose as a row-wise multi-vector.
More...
#include <EpetraExt_ModelEvaluator.h>
Simple aggregate class for a derivative object represented as a column-wise multi-vector or its transpose as a row-wise multi-vector.
Definition at line 523 of file EpetraExt_ModelEvaluator.h.
◆ SGDerivativeMultiVector() [1/2]
EpetraExt::ModelEvaluator::SGDerivativeMultiVector::SGDerivativeMultiVector |
( |
| ) |
|
|
inline |
◆ SGDerivativeMultiVector() [2/2]
EpetraExt::ModelEvaluator::SGDerivativeMultiVector::SGDerivativeMultiVector |
( |
const Teuchos::RCP< Stokhos::EpetraMultiVectorOrthogPoly > & |
mv, |
|
|
const EDerivativeMultiVectorOrientation |
orientation = DERIV_MV_BY_COL , |
|
|
const Teuchos::Array< int > & |
paramIndexes = Teuchos::Array<int>() |
|
) |
| |
|
inline |
◆ changeOrientation()
◆ getMultiVector()
Teuchos::RCP< Stokhos::EpetraMultiVectorOrthogPoly > EpetraExt::ModelEvaluator::SGDerivativeMultiVector::getMultiVector |
( |
| ) |
const |
|
inline |
◆ getOrientation()
◆ getParamIndexes()
const Teuchos::Array<int>& EpetraExt::ModelEvaluator::SGDerivativeMultiVector::getParamIndexes |
( |
| ) |
const |
|
inline |
◆ mv_
Teuchos::RCP< Stokhos::EpetraMultiVectorOrthogPoly > EpetraExt::ModelEvaluator::SGDerivativeMultiVector::mv_ |
|
private |
◆ orientation_
◆ paramIndexes_
Teuchos::Array<int> EpetraExt::ModelEvaluator::SGDerivativeMultiVector::paramIndexes_ |
|
private |
The documentation for this class was generated from the following file: