|
Stokhos
Development
|
ModelEvaluator adapter that implements the multi-point evaluations through sampling. More...
#include <Stokhos_MPModelEvaluatorAdapter.hpp>


Public Member Functions | |
| MPModelEvaluatorAdapter (const Teuchos::RCP< EpetraExt::ModelEvaluator > &me) | |
Overridden from EpetraExt::ModelEvaluator . | |
| 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. | |
Protected Attributes | |
|
Teuchos::RCP < EpetraExt::ModelEvaluator > | me |
| Underlying model evaluator. | |
ModelEvaluator adapter that implements the multi-point evaluations through sampling.
1.8.5