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

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. | |
Protected subclass of 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 703 of file Thyra_ModelEvaluatorBase_decl.hpp.
| Thyra::ModelEvaluatorBase::OutArgsSetup< Scalar >::OutArgsSetup | ( | ) |
Definition at line 1592 of file Thyra_ModelEvaluatorBase_def.hpp.
| Thyra::ModelEvaluatorBase::OutArgsSetup< Scalar >::OutArgsSetup | ( | const OutArgs< Scalar > & | inputOutArgs | ) |
Definition at line 1597 of file Thyra_ModelEvaluatorBase_def.hpp.
| void Thyra::ModelEvaluatorBase::OutArgsSetup< Scalar >::setModelEvalDescription | ( | const std::string & | modelEvalDescription | ) |
| void Thyra::ModelEvaluatorBase::OutArgsSetup< Scalar >::set_Np_Ng | ( | int | Np, |
| int | Ng | ||
| ) |
Definition at line 1612 of file Thyra_ModelEvaluatorBase_def.hpp.
Referenced by Thyra::EpetraModelEvaluator::updateInArgsOutArgs().
| void Thyra::ModelEvaluatorBase::OutArgsSetup< Scalar >::setSupports | ( | EOutArgsMembers | arg, |
| bool | supports = true |
||
| ) |
Definition at line 1617 of file Thyra_ModelEvaluatorBase_def.hpp.
Referenced by Thyra::EpetraModelEvaluator::updateInArgsOutArgs().
| void Thyra::ModelEvaluatorBase::OutArgsSetup< Scalar >::setSupports | ( | EOutArgsDfDp | arg, |
| int | l, | ||
| const DerivativeSupport & | supports_in | ||
| ) |
Definition at line 1624 of file Thyra_ModelEvaluatorBase_def.hpp.
| void Thyra::ModelEvaluatorBase::OutArgsSetup< Scalar >::setSupports | ( | EOutArgsDgDx_dot | arg, |
| int | j, | ||
| const DerivativeSupport & | supports_in | ||
| ) |
Definition at line 1631 of file Thyra_ModelEvaluatorBase_def.hpp.
| void Thyra::ModelEvaluatorBase::OutArgsSetup< Scalar >::setSupports | ( | EOutArgsDgDx | arg, |
| int | j, | ||
| const DerivativeSupport & | supports_in | ||
| ) |
Definition at line 1638 of file Thyra_ModelEvaluatorBase_def.hpp.
| void Thyra::ModelEvaluatorBase::OutArgsSetup< Scalar >::setSupports | ( | EOutArgsDgDp | arg, |
| int | j, | ||
| int | l, | ||
| const DerivativeSupport & | supports_in | ||
| ) |
Definition at line 1645 of file Thyra_ModelEvaluatorBase_def.hpp.
| void Thyra::ModelEvaluatorBase::OutArgsSetup< Scalar >::set_W_properties | ( | const DerivativeProperties & | properties | ) |
Definition at line 1652 of file Thyra_ModelEvaluatorBase_def.hpp.
Referenced by Thyra::EpetraModelEvaluator::updateInArgsOutArgs().
| void Thyra::ModelEvaluatorBase::OutArgsSetup< Scalar >::set_DfDp_properties | ( | int | l, |
| const DerivativeProperties & | properties | ||
| ) |
Definition at line 1659 of file Thyra_ModelEvaluatorBase_def.hpp.
Referenced by Thyra::EpetraModelEvaluator::updateInArgsOutArgs().
| void Thyra::ModelEvaluatorBase::OutArgsSetup< Scalar >::set_DgDx_dot_properties | ( | int | j, |
| const DerivativeProperties & | properties | ||
| ) |
Definition at line 1666 of file Thyra_ModelEvaluatorBase_def.hpp.
Referenced by Thyra::EpetraModelEvaluator::updateInArgsOutArgs().
| void Thyra::ModelEvaluatorBase::OutArgsSetup< Scalar >::set_DgDx_properties | ( | int | j, |
| const DerivativeProperties & | properties | ||
| ) |
Definition at line 1673 of file Thyra_ModelEvaluatorBase_def.hpp.
Referenced by Thyra::EpetraModelEvaluator::updateInArgsOutArgs().
| void Thyra::ModelEvaluatorBase::OutArgsSetup< Scalar >::set_DgDp_properties | ( | int | j, |
| int | l, | ||
| const DerivativeProperties & | properties | ||
| ) |
Definition at line 1680 of file Thyra_ModelEvaluatorBase_def.hpp.
Referenced by Thyra::EpetraModelEvaluator::updateInArgsOutArgs().
| void Thyra::ModelEvaluatorBase::OutArgsSetup< Scalar >::setSupports | ( | const OutArgs< Scalar > & | inputOutArgs | ) |
Definition at line 1687 of file Thyra_ModelEvaluatorBase_def.hpp.
| void Thyra::ModelEvaluatorBase::OutArgsSetup< Scalar >::setUnsupportsAndRelated | ( | EInArgsMembers | arg | ) |
Definition at line 1694 of file Thyra_ModelEvaluatorBase_def.hpp.
| void Thyra::ModelEvaluatorBase::OutArgsSetup< Scalar >::setUnsupportsAndRelated | ( | EOutArgsMembers | arg | ) |
Must be called after the above function.
Definition at line 1701 of file Thyra_ModelEvaluatorBase_def.hpp.
1.7.4