|
Thyra Package Browser (Single Doxygen Collection) Version of the Day
|
Protected subclass of InArgs that only ModelEvaluator subclasses can access to set up the selection of supported input arguments.
More...
#include <Thyra_ModelEvaluatorBase_decl.hpp>

Public Member Functions | |
| InArgsSetup () | |
| | |
| InArgsSetup (const InArgs< Scalar > &) | |
| | |
| void | setModelEvalDescription (const std::string &modelEvalDescription) |
| | |
| void | set_Np (int Np) |
| | |
| void | setSupports (EInArgsMembers arg, bool supports=true) |
| | |
| void | setSupports (const InArgs< Scalar > &inputInArgs, const int Np=-1) |
| | |
| void | setUnsupportsAndRelated (EInArgsMembers arg) |
| | |
Protected subclass of InArgs that only ModelEvaluator subclasses can access to set up the selection of supported input arguments.
Objects of this type must be created in overrides of ModelEvaluator::createInArgs().
Definition at line 677 of file Thyra_ModelEvaluatorBase_decl.hpp.
| Thyra::ModelEvaluatorBase::InArgsSetup< Scalar >::InArgsSetup | ( | ) |
Definition at line 1540 of file Thyra_ModelEvaluatorBase_def.hpp.
| Thyra::ModelEvaluatorBase::InArgsSetup< Scalar >::InArgsSetup | ( | const InArgs< Scalar > & | inArgs | ) |
Definition at line 1545 of file Thyra_ModelEvaluatorBase_def.hpp.
| void Thyra::ModelEvaluatorBase::InArgsSetup< Scalar >::setModelEvalDescription | ( | const std::string & | modelEvalDescription | ) |
Definition at line 1551 of file Thyra_ModelEvaluatorBase_def.hpp.
Referenced by Thyra::ModelEvaluatorDelegatorBase< Scalar >::createInArgs(), and Thyra::EpetraModelEvaluator::updateInArgsOutArgs().
| void Thyra::ModelEvaluatorBase::InArgsSetup< Scalar >::set_Np | ( | int | Np | ) |
Definition at line 1559 of file Thyra_ModelEvaluatorBase_def.hpp.
Referenced by Thyra::EpetraModelEvaluator::updateInArgsOutArgs().
| void Thyra::ModelEvaluatorBase::InArgsSetup< Scalar >::setSupports | ( | EInArgsMembers | arg, |
| bool | supports = true |
||
| ) |
Definition at line 1564 of file Thyra_ModelEvaluatorBase_def.hpp.
Referenced by Thyra::EpetraModelEvaluator::updateInArgsOutArgs().
| void Thyra::ModelEvaluatorBase::InArgsSetup< Scalar >::setSupports | ( | const InArgs< Scalar > & | inputInArgs, |
| const int | Np = -1 |
||
| ) |
Definition at line 1569 of file Thyra_ModelEvaluatorBase_def.hpp.
| void Thyra::ModelEvaluatorBase::InArgsSetup< Scalar >::setUnsupportsAndRelated | ( | EInArgsMembers | arg | ) |
Definition at line 1578 of file Thyra_ModelEvaluatorBase_def.hpp.
1.7.4