#include "EpetraExt_ConfigDefs.h"#include "EpetraExt_PolynomialVectorTraits.h"#include "Teuchos_RefCountPtr.hpp"#include "Teuchos_Describable.hpp"#include "Teuchos_Polynomial.hpp"#include "Teuchos_Array.hpp"Include dependency graph for EpetraExt_ModelEvaluator.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | EpetraExt |
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... | |
| class | EpetraExt::ModelEvaluator::OutArgs |
| More... | |
| class | EpetraExt::ModelEvaluator::InArgsSetup |
| More... | |
| class | EpetraExt::ModelEvaluator::OutArgsSetup |
| More... | |
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_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.4.7