|
EpetraExt
Development
|
#include "EpetraExt_ConfigDefs.h"#include "EpetraExt_PolynomialVectorTraits.h"#include "Teuchos_RefCountPtr.hpp"#include "Teuchos_Describable.hpp"#include "Teuchos_Polynomial.hpp"#include "Teuchos_Array.hpp"

Go to the source code of this file.
Classes | |
| class | EpetraExt::ModelEvaluator |
| Base interface for evaluating a stateless "model". More... | |
| class | EpetraExt::ModelEvaluator::InArgs |
| More... | |
| class | EpetraExt::ModelEvaluator::Evaluation< ObjType > |
| More... | |
| class | EpetraExt::ModelEvaluator::DerivativeSupport |
| More... | |
| struct | EpetraExt::ModelEvaluator::DerivativeProperties |
| More... | |
| class | EpetraExt::ModelEvaluator::DerivativeMultiVector |
| Simple aggregate class for a derivative object represented as a column-wise multi-vector or its transpose as a row-wise multi-vector. More... | |
| class | EpetraExt::ModelEvaluator::Derivative |
| Simple aggregate class that stores a derivative object as a general linear operator or as a multi-vector. More... | |
| struct | EpetraExt::ModelEvaluator::Preconditioner |
| Simple aggregate struct that stores a preconditioner as an Epetra_Operator and a bool, about whether it is inverted or not. More... | |
| class | EpetraExt::ModelEvaluator::SGDerivativeMultiVector |
| Simple aggregate class for a derivative object represented as a column-wise multi-vector or its transpose as a row-wise multi-vector. More... | |
| class | EpetraExt::ModelEvaluator::SGDerivative |
| Simple aggregate class that stores a derivative object as a general linear operator or as a multi-vector. More... | |
| class | EpetraExt::ModelEvaluator::MPDerivativeMultiVector |
| Simple aggregate class for a derivative object represented as a column-wise multi-vector or its transpose as a row-wise multi-vector. More... | |
| class | EpetraExt::ModelEvaluator::MPDerivative |
| Simple aggregate class that stores a derivative object as a general linear operator or as a multi-vector. More... | |
| class | EpetraExt::ModelEvaluator::OutArgs |
| More... | |
| class | EpetraExt::ModelEvaluator::InArgsSetup |
| More... | |
| class | EpetraExt::ModelEvaluator::OutArgsSetup |
| More... | |
Namespaces | |
| namespace | Stokhos |
| namespace | EpetraExt |
EpetraExt::BlockCrsMatrix: A class for constructing a distributed block matrix. | |
Functions | |
| std::string | EpetraExt::toString (ModelEvaluator::EDerivativeMultiVectorOrientation orientation) |
| | |
| std::string | EpetraExt::toString (ModelEvaluator::EInArgsMembers inArg) |
| | |
| std::string | EpetraExt::toString (ModelEvaluator::EOutArgsMembers outArg) |
| | |
| Teuchos::RefCountPtr < Epetra_Operator > | EpetraExt::getLinearOp (const std::string &modelEvalDescription, const ModelEvaluator::Derivative &deriv, const std::string &derivName) |
| | |
| Teuchos::RefCountPtr < Epetra_MultiVector > | EpetraExt::getMultiVector (const std::string &modelEvalDescription, const ModelEvaluator::Derivative &deriv, const std::string &derivName, const ModelEvaluator::EDerivativeMultiVectorOrientation mvOrientation) |
| | |
| Teuchos::RefCountPtr < Epetra_Operator > | EpetraExt::get_DfDp_op (const int l, const ModelEvaluator::OutArgs &outArgs) |
| | |
| Teuchos::RefCountPtr < Epetra_MultiVector > | EpetraExt::get_DfDp_mv (const int l, const ModelEvaluator::OutArgs &outArgs) |
| | |
| Teuchos::RefCountPtr < Epetra_MultiVector > | EpetraExt::get_DgDx_dot_mv (const int j, const ModelEvaluator::OutArgs &outArgs, const ModelEvaluator::EDerivativeMultiVectorOrientation mvOrientation) |
| | |
| Teuchos::RefCountPtr < Epetra_MultiVector > | EpetraExt::get_DgDx_dotdot_mv (const int j, const ModelEvaluator::OutArgs &outArgs, const ModelEvaluator::EDerivativeMultiVectorOrientation mvOrientation) |
| | |
| Teuchos::RefCountPtr < Epetra_MultiVector > | EpetraExt::get_DgDx_mv (const int j, const ModelEvaluator::OutArgs &outArgs, const ModelEvaluator::EDerivativeMultiVectorOrientation mvOrientation) |
| | |
| Teuchos::RefCountPtr < Epetra_MultiVector > | EpetraExt::get_DgDp_mv (const int j, const int l, const ModelEvaluator::OutArgs &outArgs, const ModelEvaluator::EDerivativeMultiVectorOrientation mvOrientation) |
| | |
1.7.6.1