|
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< 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.
| Teuchos::RCP< Epetra_Operator > Stokhos::MPModelEvaluatorAdapter::create_W | ( | ) | const |
Create W = alpha*M + beta*J matrix.
References me.
| EpetraExt::ModelEvaluator::InArgs Stokhos::MPModelEvaluatorAdapter::createInArgs | ( | ) | const |
Create InArgs.
References me.
| EpetraExt::ModelEvaluator::OutArgs Stokhos::MPModelEvaluatorAdapter::createOutArgs | ( | ) | const |
Create OutArgs.
References me.
| void Stokhos::MPModelEvaluatorAdapter::evalModel | ( | const InArgs & | inArgs, |
| const OutArgs & | outArgs ) const |
Evaluate model on InArgs.
References me.
| Teuchos::RCP< const Epetra_Map > Stokhos::MPModelEvaluatorAdapter::get_f_map | ( | ) | const |
Return residual vector map.
References me.
| Teuchos::RCP< const Epetra_Map > Stokhos::MPModelEvaluatorAdapter::get_g_map | ( | int | l | ) | const |
Return observation vector map.
References me.
| Teuchos::RCP< const Epetra_Vector > Stokhos::MPModelEvaluatorAdapter::get_p_init | ( | int | l | ) | const |
Return initial parameters.
References me.
| Teuchos::RCP< const Epetra_Map > Stokhos::MPModelEvaluatorAdapter::get_p_map | ( | int | l | ) | const |
Return parameter vector map.
References me.
| Teuchos::RCP< const Teuchos::Array< std::string > > Stokhos::MPModelEvaluatorAdapter::get_p_names | ( | int | l | ) | const |
Return array of parameter names.
References me.
| Teuchos::RCP< const Epetra_Vector > Stokhos::MPModelEvaluatorAdapter::get_x_init | ( | ) | const |
Return initial solution.
References me.
| Teuchos::RCP< const Epetra_Map > Stokhos::MPModelEvaluatorAdapter::get_x_map | ( | ) | const |
Return solution vector map.
References me.
|
protected |
Underlying model evaluator.
Referenced by create_W(), createInArgs(), createOutArgs(), evalModel(), get_f_map(), get_g_map(), get_p_init(), get_p_map(), get_p_names(), get_x_init(), and get_x_map().