OutArgs that only ModelEvaluator subclasses can access to set up the selection of supported input arguments.
More...
#include <Thyra_ModelEvaluatorBase.hpp>
Inheritance diagram for Thyra::ModelEvaluatorBase::OutArgsSetup< Scalar >:

Public Member Functions | |
| OutArgsSetup () | |
| | |
| OutArgsSetup (const OutArgs< Scalar > &) | |
| | |
| void | setModelEvalDescription (const std::string &modelEvalDescription) |
| | |
| void | set_Np_Ng (int Np, int Ng) |
| | |
| void | setSupports (EOutArgsMembers arg, bool supports=true) |
| | |
| void | setSupports (EOutArgsDfDp arg, int l, const DerivativeSupport &) |
| | |
| void | setSupports (EOutArgsDgDx_dot arg, int j, const DerivativeSupport &) |
| | |
| void | setSupports (EOutArgsDgDx arg, int j, const DerivativeSupport &) |
| | |
| void | setSupports (EOutArgsDgDp arg, int j, int l, const DerivativeSupport &) |
| | |
| void | set_W_properties (const DerivativeProperties &properties) |
| | |
| void | set_DfDp_properties (int l, const DerivativeProperties &properties) |
| | |
| void | set_DgDx_dot_properties (int j, const DerivativeProperties &properties) |
| | |
| void | set_DgDx_properties (int j, const DerivativeProperties &properties) |
| | |
| void | set_DgDp_properties (int j, int l, const DerivativeProperties &properties) |
| | |
| void | setSupports (const OutArgs< Scalar > &inputOutArgs) |
| | |
| void | setUnsupportsAndRelated (EInArgsMembers arg) |
| | |
| void | setUnsupportsAndRelated (EOutArgsMembers arg) |
| Must be called after the above function. | |
OutArgs 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::createOutArgs().
Definition at line 688 of file Thyra_ModelEvaluatorBase.hpp.
| Thyra::ModelEvaluatorBase::OutArgsSetup< Scalar >::OutArgsSetup | ( | ) |
| Thyra::ModelEvaluatorBase::OutArgsSetup< Scalar >::OutArgsSetup | ( | const OutArgs< Scalar > & | ) |
| void Thyra::ModelEvaluatorBase::OutArgsSetup< Scalar >::setModelEvalDescription | ( | const std::string & | modelEvalDescription | ) |
| void Thyra::ModelEvaluatorBase::OutArgsSetup< Scalar >::set_Np_Ng | ( | int | Np, | |
| int | Ng | |||
| ) |
| void Thyra::ModelEvaluatorBase::OutArgsSetup< Scalar >::setSupports | ( | EOutArgsMembers | arg, | |
| bool | supports = true | |||
| ) |
| void Thyra::ModelEvaluatorBase::OutArgsSetup< Scalar >::setSupports | ( | EOutArgsDfDp | arg, | |
| int | l, | |||
| const DerivativeSupport & | ||||
| ) |
| void Thyra::ModelEvaluatorBase::OutArgsSetup< Scalar >::setSupports | ( | EOutArgsDgDx_dot | arg, | |
| int | j, | |||
| const DerivativeSupport & | ||||
| ) |
| void Thyra::ModelEvaluatorBase::OutArgsSetup< Scalar >::setSupports | ( | EOutArgsDgDx | arg, | |
| int | j, | |||
| const DerivativeSupport & | ||||
| ) |
| void Thyra::ModelEvaluatorBase::OutArgsSetup< Scalar >::setSupports | ( | EOutArgsDgDp | arg, | |
| int | j, | |||
| int | l, | |||
| const DerivativeSupport & | ||||
| ) |
| void Thyra::ModelEvaluatorBase::OutArgsSetup< Scalar >::set_W_properties | ( | const DerivativeProperties & | properties | ) |
| void Thyra::ModelEvaluatorBase::OutArgsSetup< Scalar >::set_DfDp_properties | ( | int | l, | |
| const DerivativeProperties & | properties | |||
| ) |
| void Thyra::ModelEvaluatorBase::OutArgsSetup< Scalar >::set_DgDx_dot_properties | ( | int | j, | |
| const DerivativeProperties & | properties | |||
| ) |
| void Thyra::ModelEvaluatorBase::OutArgsSetup< Scalar >::set_DgDx_properties | ( | int | j, | |
| const DerivativeProperties & | properties | |||
| ) |
| void Thyra::ModelEvaluatorBase::OutArgsSetup< Scalar >::set_DgDp_properties | ( | int | j, | |
| int | l, | |||
| const DerivativeProperties & | properties | |||
| ) |
| void Thyra::ModelEvaluatorBase::OutArgsSetup< Scalar >::setSupports | ( | const OutArgs< Scalar > & | inputOutArgs | ) |
| void Thyra::ModelEvaluatorBase::OutArgsSetup< Scalar >::setUnsupportsAndRelated | ( | EInArgsMembers | arg | ) |
| void Thyra::ModelEvaluatorBase::OutArgsSetup< Scalar >::setUnsupportsAndRelated | ( | EOutArgsMembers | arg | ) |
Must be called after the above function.
Definition at line 2540 of file Thyra_ModelEvaluatorBase.hpp.
1.4.7