ModelEvaluator adapter that implements the multi-point evaluations through sampling.
More...
#include <Stokhos_MPModelEvaluatorAdapter.hpp>
|
| MPModelEvaluatorAdapter (const Teuchos::RCP< EpetraExt::ModelEvaluator > &me) |
|
|
Teuchos::RCP< EpetraExt::ModelEvaluator > | me |
| Underlying model evaluator.
|
|
Teuchos::RCP< const Epetra_Map > | get_x_map () const |
| Return solution vector map.
|
|
Teuchos::RCP< const Epetra_Map > | get_f_map () const |
| Return residual vector map.
|
|
Teuchos::RCP< const Epetra_Map > | get_p_map (int l) const |
| Return parameter vector map.
|
|
Teuchos::RCP< const Epetra_Map > | get_g_map (int l) const |
| Return observation vector map.
|
|
Teuchos::RCP< const Teuchos::Array< std::string > > | get_p_names (int l) const |
| Return array of parameter names.
|
|
Teuchos::RCP< const Epetra_Vector > | get_x_init () const |
| Return initial solution.
|
|
Teuchos::RCP< const Epetra_Vector > | get_p_init (int l) const |
| Return initial parameters.
|
|
Teuchos::RCP< Epetra_Operator > | create_W () const |
| Create W = alpha*M + beta*J matrix.
|
|
InArgs | createInArgs () const |
| Create InArgs.
|
|
OutArgs | createOutArgs () const |
| Create OutArgs.
|
|
void | evalModel (const InArgs &inArgs, const OutArgs &outArgs) const |
| Evaluate model on InArgs.
|
|
ModelEvaluator adapter that implements the multi-point evaluations through sampling.
The documentation for this class was generated from the following files:
- Stokhos_MPModelEvaluatorAdapter.hpp
- Stokhos_MPModelEvaluatorAdapter.cpp