#include <EpetraExt_ModelEvaluator.h>
Inheritance diagram for EpetraExt::ModelEvaluator::OutArgsSetup:

Public Member Functions | |
| 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) |
| | |
Definition at line 643 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::OutArgsSetup::setModelEvalDescription | ( | const std::string & | modelEvalDescription | ) | [inline] |
| void EpetraExt::ModelEvaluator::OutArgsSetup::set_Np_Ng | ( | int | Np, | |
| int | Ng | |||
| ) | [inline] |
| void EpetraExt::ModelEvaluator::OutArgsSetup::setSupports | ( | EOutArgsMembers | arg, | |
| bool | supports = true | |||
| ) | [inline] |
| void EpetraExt::ModelEvaluator::OutArgsSetup::setSupports | ( | EOutArgsDfDp | arg, | |
| int | l, | |||
| const DerivativeSupport & | ||||
| ) | [inline] |
| void EpetraExt::ModelEvaluator::OutArgsSetup::setSupports | ( | EOutArgsDgDx_dot | arg, | |
| int | j, | |||
| const DerivativeSupport & | ||||
| ) | [inline] |
| void EpetraExt::ModelEvaluator::OutArgsSetup::setSupports | ( | EOutArgsDgDx | arg, | |
| int | j, | |||
| const DerivativeSupport & | ||||
| ) | [inline] |
| void EpetraExt::ModelEvaluator::OutArgsSetup::setSupports | ( | EOutArgsDgDp | arg, | |
| int | j, | |||
| int | l, | |||
| const DerivativeSupport & | ||||
| ) | [inline] |
| void EpetraExt::ModelEvaluator::OutArgsSetup::set_W_properties | ( | const DerivativeProperties & | properties | ) | [inline] |
| void EpetraExt::ModelEvaluator::OutArgsSetup::set_DfDp_properties | ( | int | l, | |
| const DerivativeProperties & | properties | |||
| ) | [inline] |
| void EpetraExt::ModelEvaluator::OutArgsSetup::set_DgDx_dot_properties | ( | int | j, | |
| const DerivativeProperties & | properties | |||
| ) | [inline] |
| void EpetraExt::ModelEvaluator::OutArgsSetup::set_DgDx_properties | ( | int | j, | |
| const DerivativeProperties & | properties | |||
| ) | [inline] |
| void EpetraExt::ModelEvaluator::OutArgsSetup::set_DgDp_properties | ( | int | j, | |
| int | l, | |||
| const DerivativeProperties & | properties | |||
| ) | [inline] |
1.4.7