|
EpetraExt Development
|
#include <EpetraExt_ModelEvaluator.h>

Public Types | |
| typedef Teuchos::RefCountPtr < Stokhos::EpetraVectorOrthogPoly > | sg_vector_t |
| Short-hand for stochastic Galerkin vector type. | |
| typedef Teuchos::RefCountPtr < Stokhos::VectorOrthogPoly < Epetra_Operator > > | sg_operator_t |
| Short-hand for stochastic Galerkin operator type. | |
Public Member Functions | |
| OutArgs () | |
| | |
| std::string | modelEvalDescription () const |
| | |
| int | Np () const |
| | |
| int | Ng () const |
| | |
| int | Np_sg () const |
| Number of stochastic Galerkin parameters. | |
| int | Ng_sg () const |
| Number of stochastic Galerkin responses. | |
| bool | supports (EOutArgsMembers arg) const |
| | |
| const DerivativeSupport & | supports (EOutArgsDfDp arg, int l) const |
0 <= l && l < Np(). | |
| const DerivativeSupport & | supports (EOutArgsDgDx_dot arg, int j) const |
0 <= j && j < Ng(). | |
| const DerivativeSupport & | supports (EOutArgsDgDx arg, int j) const |
0 <= j && j < Ng(). | |
| const DerivativeSupport & | supports (EOutArgsDgDp arg, int j, int l) const |
0 <= j && j < Ng() and 0 <= l && l < Np(). | |
| const DerivativeSupport & | supports (EOutArgsDfDp_sg arg, int l) const |
0 <= l && l < Np_sg(). | |
| const DerivativeSupport & | supports (EOutArgsDgDx_dot_sg arg, int j) const |
0 <= j && j < Ng_sg(). | |
| const DerivativeSupport & | supports (EOutArgsDgDx_sg arg, int j) const |
0 <= j && j < Ng_sg(). | |
| const DerivativeSupport & | supports (EOutArgsDgDp_sg arg, int j, int l) const |
0 <= j && j < Ng_sg() and 0 <= l && l < Np_sg(). | |
| void | set_f (const Evaluation< Epetra_Vector > &f) |
| | |
| Evaluation< Epetra_Vector > | get_f () const |
| | |
| void | set_f_sg (const sg_vector_t &f_sg) |
| Set stochastic Galerkin residual vector polynomial. | |
| sg_vector_t | get_f_sg () const |
| Get stochastic Galerkin residual vector polynomial. | |
| void | set_g (int j, const Evaluation< Epetra_Vector > &g_j) |
Set g(j) where 0 <= j && j < this->Ng(). | |
| Evaluation< Epetra_Vector > | get_g (int j) const |
Get g(j) where 0 <= j && j < this->Ng(). | |
| void | set_g_sg (int j, const sg_vector_t &g_sg_j) |
| Set stochastic Galerkin vector polynomial response. | |
| sg_vector_t | get_g_sg (int j) const |
| Get stochastic Galerkin vector polynomial response. | |
| void | set_W (const Teuchos::RefCountPtr< Epetra_Operator > &W) |
| | |
| void | set_WPrec (const Teuchos::RefCountPtr< Epetra_Operator > &WPrec) |
| Teuchos::RefCountPtr < Epetra_Operator > | get_W () const |
| | |
| Teuchos::RefCountPtr < Epetra_Operator > | get_WPrec () const |
| DerivativeProperties | get_W_properties () const |
| | |
| DerivativeProperties | get_WPrec_properties () const |
| void | set_W_sg (const sg_operator_t &W_sg) |
| Set stochastic Galerkin W operator polynomial. | |
| sg_operator_t | get_W_sg () const |
| Get stochastic Galerkin W operator polynomial. | |
| void | set_DfDp (int l, const Derivative &DfDp_l) |
| | |
| Derivative | get_DfDp (int l) const |
| | |
| DerivativeProperties | get_DfDp_properties (int l) const |
| | |
| void | set_DfDp_sg (int l, const SGDerivative &DfDp_sg_l) |
| | |
| SGDerivative | get_DfDp_sg (int l) const |
| | |
| DerivativeProperties | get_DfDp_sg_properties (int l) const |
| | |
| void | set_DgDx_dot (int j, const Derivative &DgDx_dot_j) |
| | |
| Derivative | get_DgDx_dot (int j) const |
| | |
| DerivativeProperties | get_DgDx_dot_properties (int j) const |
| | |
| void | set_DgDx_dot_sg (int j, const SGDerivative &DgDx_dot_j) |
| | |
| SGDerivative | get_DgDx_dot_sg (int j) const |
| | |
| DerivativeProperties | get_DgDx_dot_sg_properties (int j) const |
| | |
| void | set_DgDx (int j, const Derivative &DgDx_j) |
| | |
| Derivative | get_DgDx (int j) const |
| | |
| DerivativeProperties | get_DgDx_properties (int j) const |
| | |
| void | set_DgDx_sg (int j, const SGDerivative &DgDx_j) |
| | |
| SGDerivative | get_DgDx_sg (int j) const |
| | |
| DerivativeProperties | get_DgDx_sg_properties (int j) const |
| | |
| void | set_DgDp (int j, int l, const Derivative &DgDp_j_l) |
| | |
| Derivative | get_DgDp (int j, int l) const |
| | |
| DerivativeProperties | get_DgDp_properties (int j, int l) const |
| | |
| void | set_DgDp_sg (int j, int l, const SGDerivative &DgDp_sg_j_l) |
| | |
| SGDerivative | get_DgDp_sg (int j, int l) const |
| | |
| DerivativeProperties | get_DgDp_sg_properties (int j, int l) const |
| | |
| void | set_f_poly (const Teuchos::RefCountPtr< Teuchos::Polynomial< Epetra_Vector > > &f_poly) |
| Set residual vector Taylor polynomial. | |
| Teuchos::RefCountPtr < Teuchos::Polynomial < Epetra_Vector > > | get_f_poly () const |
| Get residual vector Taylor polynomial. | |
| bool | funcOrDerivesAreSet (EOutArgsMembers arg) const |
| Return true if the function or its derivatives are set. | |
| void | setFailed () const |
| Set that the evaluation as a whole failed. | |
| bool | isFailed () const |
| Return if the evaluation failed or not. | |
Protected Member Functions | |
| void | _setModelEvalDescription (const std::string &modelEvalDescription) |
| | |
| void | _set_Np_Ng (int Np, int Ng) |
| | |
| void | _set_Np_Ng_sg (int Np_sg, int Ng_sg) |
| | |
| void | _setSupports (EOutArgsMembers arg, bool supports) |
| | |
| 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 | _setSupports (EOutArgsDfDp_sg arg, int l, const DerivativeSupport &) |
| | |
| void | _setSupports (EOutArgsDgDx_dot_sg arg, int j, const DerivativeSupport &) |
| | |
| void | _setSupports (EOutArgsDgDx_sg arg, int j, const DerivativeSupport &) |
| | |
| void | _setSupports (EOutArgsDgDp_sg arg, int j, int l, const DerivativeSupport &) |
| | |
| void | _set_W_properties (const DerivativeProperties &W_properties) |
| | |
| void | _set_WPrec_properties (const DerivativeProperties &WPrec_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 | _set_DfDp_sg_properties (int l, const DerivativeProperties &properties) |
| | |
| void | _set_DgDx_dot_sg_properties (int j, const DerivativeProperties &properties) |
| | |
| void | _set_DgDx_sg_properties (int j, const DerivativeProperties &properties) |
| | |
| void | _set_DgDp_sg_properties (int j, int l, const DerivativeProperties &properties) |
| | |
Definition at line 545 of file EpetraExt_ModelEvaluator.h.
| typedef Teuchos::RefCountPtr<Stokhos::EpetraVectorOrthogPoly> EpetraExt::ModelEvaluator::OutArgs::sg_vector_t |
Short-hand for stochastic Galerkin vector type.
Definition at line 549 of file EpetraExt_ModelEvaluator.h.
| typedef Teuchos::RefCountPtr<Stokhos::VectorOrthogPoly<Epetra_Operator> > EpetraExt::ModelEvaluator::OutArgs::sg_operator_t |
Short-hand for stochastic Galerkin operator type.
Definition at line 552 of file EpetraExt_ModelEvaluator.h.
| EpetraExt::ModelEvaluator::OutArgs::OutArgs | ( | ) |
Definition at line 96 of file EpetraExt_ModelEvaluator.cpp.
| std::string EpetraExt::ModelEvaluator::OutArgs::modelEvalDescription | ( | ) | const [inline] |
Definition at line 1259 of file EpetraExt_ModelEvaluator.h.
| int EpetraExt::ModelEvaluator::OutArgs::Np | ( | ) | const [inline] |
Definition at line 1263 of file EpetraExt_ModelEvaluator.h.
| int EpetraExt::ModelEvaluator::OutArgs::Ng | ( | ) | const [inline] |
Definition at line 1269 of file EpetraExt_ModelEvaluator.h.
| int EpetraExt::ModelEvaluator::OutArgs::Np_sg | ( | ) | const [inline] |
Number of stochastic Galerkin parameters.
Definition at line 1275 of file EpetraExt_ModelEvaluator.h.
| int EpetraExt::ModelEvaluator::OutArgs::Ng_sg | ( | ) | const [inline] |
Number of stochastic Galerkin responses.
Definition at line 1281 of file EpetraExt_ModelEvaluator.h.
| bool EpetraExt::ModelEvaluator::OutArgs::supports | ( | EOutArgsMembers | arg | ) | const |
Definition at line 104 of file EpetraExt_ModelEvaluator.cpp.
| const ModelEvaluator::DerivativeSupport & EpetraExt::ModelEvaluator::OutArgs::supports | ( | EOutArgsDfDp | arg, |
| int | l | ||
| ) | const |
0 <= l && l < Np().
Definition at line 115 of file EpetraExt_ModelEvaluator.cpp.
| const ModelEvaluator::DerivativeSupport & EpetraExt::ModelEvaluator::OutArgs::supports | ( | EOutArgsDgDx_dot | arg, |
| int | j | ||
| ) | const |
0 <= j && j < Ng().
Definition at line 123 of file EpetraExt_ModelEvaluator.cpp.
| const ModelEvaluator::DerivativeSupport & EpetraExt::ModelEvaluator::OutArgs::supports | ( | EOutArgsDgDx | arg, |
| int | j | ||
| ) | const |
0 <= j && j < Ng().
Definition at line 131 of file EpetraExt_ModelEvaluator.cpp.
| const ModelEvaluator::DerivativeSupport & EpetraExt::ModelEvaluator::OutArgs::supports | ( | EOutArgsDgDp | arg, |
| int | j, | ||
| int | l | ||
| ) | const |
0 <= j && j < Ng() and 0 <= l && l < Np().
Definition at line 139 of file EpetraExt_ModelEvaluator.cpp.
| const ModelEvaluator::DerivativeSupport & EpetraExt::ModelEvaluator::OutArgs::supports | ( | EOutArgsDfDp_sg | arg, |
| int | l | ||
| ) | const |
0 <= l && l < Np_sg().
Definition at line 147 of file EpetraExt_ModelEvaluator.cpp.
| const ModelEvaluator::DerivativeSupport & EpetraExt::ModelEvaluator::OutArgs::supports | ( | EOutArgsDgDx_dot_sg | arg, |
| int | j | ||
| ) | const |
0 <= j && j < Ng_sg().
Definition at line 155 of file EpetraExt_ModelEvaluator.cpp.
| const ModelEvaluator::DerivativeSupport & EpetraExt::ModelEvaluator::OutArgs::supports | ( | EOutArgsDgDx_sg | arg, |
| int | j | ||
| ) | const |
0 <= j && j < Ng_sg().
Definition at line 163 of file EpetraExt_ModelEvaluator.cpp.
| const ModelEvaluator::DerivativeSupport & EpetraExt::ModelEvaluator::OutArgs::supports | ( | EOutArgsDgDp_sg | arg, |
| int | j, | ||
| int | l | ||
| ) | const |
0 <= j && j < Ng_sg() and 0 <= l && l < Np_sg().
Definition at line 170 of file EpetraExt_ModelEvaluator.cpp.
| void EpetraExt::ModelEvaluator::OutArgs::set_f | ( | const Evaluation< Epetra_Vector > & | f | ) | [inline] |
Definition at line 1287 of file EpetraExt_ModelEvaluator.h.
| ModelEvaluator::Evaluation< Epetra_Vector > EpetraExt::ModelEvaluator::OutArgs::get_f | ( | ) | const [inline] |
Definition at line 1291 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::OutArgs::set_f_sg | ( | const sg_vector_t & | f_sg | ) | [inline] |
Set stochastic Galerkin residual vector polynomial.
Definition at line 1534 of file EpetraExt_ModelEvaluator.h.
| ModelEvaluator::OutArgs::sg_vector_t EpetraExt::ModelEvaluator::OutArgs::get_f_sg | ( | ) | const [inline] |
Get stochastic Galerkin residual vector polynomial.
Definition at line 1539 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::OutArgs::set_g | ( | int | j, |
| const Evaluation< Epetra_Vector > & | g_j | ||
| ) | [inline] |
Set g(j) where 0 <= j && j < this->Ng().
Definition at line 1294 of file EpetraExt_ModelEvaluator.h.
| ModelEvaluator::Evaluation< Epetra_Vector > EpetraExt::ModelEvaluator::OutArgs::get_g | ( | int | j | ) | const [inline] |
Get g(j) where 0 <= j && j < this->Ng().
Definition at line 1302 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::OutArgs::set_g_sg | ( | int | j, |
| const sg_vector_t & | g_sg_j | ||
| ) | [inline] |
Set stochastic Galerkin vector polynomial response.
0 <= j && j < this->Ng_sg().
Definition at line 1309 of file EpetraExt_ModelEvaluator.h.
| ModelEvaluator::OutArgs::sg_vector_t EpetraExt::ModelEvaluator::OutArgs::get_g_sg | ( | int | j | ) | const [inline] |
Get stochastic Galerkin vector polynomial response.
0 <= j && j < this->Ng_sg().
Definition at line 1317 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::OutArgs::set_W | ( | const Teuchos::RefCountPtr< Epetra_Operator > & | W | ) | [inline] |
Definition at line 1324 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::OutArgs::set_WPrec | ( | const Teuchos::RefCountPtr< Epetra_Operator > & | WPrec | ) | [inline] |
Definition at line 1326 of file EpetraExt_ModelEvaluator.h.
| Teuchos::RefCountPtr< Epetra_Operator > EpetraExt::ModelEvaluator::OutArgs::get_W | ( | ) | const [inline] |
Definition at line 1329 of file EpetraExt_ModelEvaluator.h.
| Teuchos::RefCountPtr< Epetra_Operator > EpetraExt::ModelEvaluator::OutArgs::get_WPrec | ( | ) | const [inline] |
Definition at line 1331 of file EpetraExt_ModelEvaluator.h.
| ModelEvaluator::DerivativeProperties EpetraExt::ModelEvaluator::OutArgs::get_W_properties | ( | ) | const [inline] |
Definition at line 1334 of file EpetraExt_ModelEvaluator.h.
| ModelEvaluator::DerivativeProperties EpetraExt::ModelEvaluator::OutArgs::get_WPrec_properties | ( | ) | const [inline] |
Definition at line 1337 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::OutArgs::set_W_sg | ( | const sg_operator_t & | W_sg | ) | [inline] |
Set stochastic Galerkin W operator polynomial.
Definition at line 1543 of file EpetraExt_ModelEvaluator.h.
| ModelEvaluator::OutArgs::sg_operator_t EpetraExt::ModelEvaluator::OutArgs::get_W_sg | ( | ) | const [inline] |
Get stochastic Galerkin W operator polynomial.
Definition at line 1546 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::OutArgs::set_DfDp | ( | int | l, |
| const Derivative & | DfDp_l | ||
| ) | [inline] |
Definition at line 1341 of file EpetraExt_ModelEvaluator.h.
| ModelEvaluator::Derivative EpetraExt::ModelEvaluator::OutArgs::get_DfDp | ( | int | l | ) | const [inline] |
Definition at line 1349 of file EpetraExt_ModelEvaluator.h.
| ModelEvaluator::DerivativeProperties EpetraExt::ModelEvaluator::OutArgs::get_DfDp_properties | ( | int | l | ) | const [inline] |
Definition at line 1357 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::OutArgs::set_DfDp_sg | ( | int | l, |
| const SGDerivative & | DfDp_sg_l | ||
| ) | [inline] |
Definition at line 1364 of file EpetraExt_ModelEvaluator.h.
| ModelEvaluator::SGDerivative EpetraExt::ModelEvaluator::OutArgs::get_DfDp_sg | ( | int | l | ) | const [inline] |
Definition at line 1372 of file EpetraExt_ModelEvaluator.h.
| ModelEvaluator::DerivativeProperties EpetraExt::ModelEvaluator::OutArgs::get_DfDp_sg_properties | ( | int | l | ) | const [inline] |
Definition at line 1380 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::OutArgs::set_DgDx_dot | ( | int | j, |
| const Derivative & | DgDx_dot_j | ||
| ) | [inline] |
Definition at line 1387 of file EpetraExt_ModelEvaluator.h.
| ModelEvaluator::Derivative EpetraExt::ModelEvaluator::OutArgs::get_DgDx_dot | ( | int | j | ) | const [inline] |
Definition at line 1395 of file EpetraExt_ModelEvaluator.h.
| ModelEvaluator::DerivativeProperties EpetraExt::ModelEvaluator::OutArgs::get_DgDx_dot_properties | ( | int | j | ) | const [inline] |
Definition at line 1403 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::OutArgs::set_DgDx_dot_sg | ( | int | j, |
| const SGDerivative & | DgDx_dot_j | ||
| ) | [inline] |
Definition at line 1410 of file EpetraExt_ModelEvaluator.h.
| ModelEvaluator::SGDerivative EpetraExt::ModelEvaluator::OutArgs::get_DgDx_dot_sg | ( | int | j | ) | const [inline] |
Definition at line 1418 of file EpetraExt_ModelEvaluator.h.
| ModelEvaluator::DerivativeProperties EpetraExt::ModelEvaluator::OutArgs::get_DgDx_dot_sg_properties | ( | int | j | ) | const [inline] |
Definition at line 1426 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::OutArgs::set_DgDx | ( | int | j, |
| const Derivative & | DgDx_j | ||
| ) | [inline] |
Definition at line 1433 of file EpetraExt_ModelEvaluator.h.
| ModelEvaluator::Derivative EpetraExt::ModelEvaluator::OutArgs::get_DgDx | ( | int | j | ) | const [inline] |
Definition at line 1441 of file EpetraExt_ModelEvaluator.h.
| ModelEvaluator::DerivativeProperties EpetraExt::ModelEvaluator::OutArgs::get_DgDx_properties | ( | int | j | ) | const [inline] |
Definition at line 1449 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::OutArgs::set_DgDx_sg | ( | int | j, |
| const SGDerivative & | DgDx_j | ||
| ) | [inline] |
Definition at line 1456 of file EpetraExt_ModelEvaluator.h.
| ModelEvaluator::SGDerivative EpetraExt::ModelEvaluator::OutArgs::get_DgDx_sg | ( | int | j | ) | const [inline] |
Definition at line 1464 of file EpetraExt_ModelEvaluator.h.
| ModelEvaluator::DerivativeProperties EpetraExt::ModelEvaluator::OutArgs::get_DgDx_sg_properties | ( | int | j | ) | const [inline] |
Definition at line 1472 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::OutArgs::set_DgDp | ( | int | j, |
| int | l, | ||
| const Derivative & | DgDp_j_l | ||
| ) | [inline] |
Definition at line 1479 of file EpetraExt_ModelEvaluator.h.
| ModelEvaluator::Derivative EpetraExt::ModelEvaluator::OutArgs::get_DgDp | ( | int | j, |
| int | l | ||
| ) | const [inline] |
Definition at line 1487 of file EpetraExt_ModelEvaluator.h.
| ModelEvaluator::DerivativeProperties EpetraExt::ModelEvaluator::OutArgs::get_DgDp_properties | ( | int | j, |
| int | l | ||
| ) | const [inline] |
Definition at line 1495 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::OutArgs::set_DgDp_sg | ( | int | j, |
| int | l, | ||
| const SGDerivative & | DgDp_sg_j_l | ||
| ) | [inline] |
Definition at line 1502 of file EpetraExt_ModelEvaluator.h.
| ModelEvaluator::SGDerivative EpetraExt::ModelEvaluator::OutArgs::get_DgDp_sg | ( | int | j, |
| int | l | ||
| ) | const [inline] |
Definition at line 1510 of file EpetraExt_ModelEvaluator.h.
| ModelEvaluator::DerivativeProperties EpetraExt::ModelEvaluator::OutArgs::get_DgDp_sg_properties | ( | int | j, |
| int | l | ||
| ) | const [inline] |
Definition at line 1518 of file EpetraExt_ModelEvaluator.h.
| void EpetraExt::ModelEvaluator::OutArgs::set_f_poly | ( | const Teuchos::RefCountPtr< Teuchos::Polynomial< Epetra_Vector > > & | f_poly | ) | [inline] |
Set residual vector Taylor polynomial.
Definition at line 1525 of file EpetraExt_ModelEvaluator.h.
| Teuchos::RefCountPtr< Teuchos::Polynomial< Epetra_Vector > > EpetraExt::ModelEvaluator::OutArgs::get_f_poly | ( | ) | const [inline] |
Get residual vector Taylor polynomial.
Definition at line 1530 of file EpetraExt_ModelEvaluator.h.
| bool EpetraExt::ModelEvaluator::OutArgs::funcOrDerivesAreSet | ( | EOutArgsMembers | arg | ) | const |
Return true if the function or its derivatives are set.
Definition at line 178 of file EpetraExt_ModelEvaluator.cpp.
| void EpetraExt::ModelEvaluator::OutArgs::setFailed | ( | ) | const |
Set that the evaluation as a whole failed.
Note that this function is declared as const even through it technically changes the state of *this object.
Definition at line 198 of file EpetraExt_ModelEvaluator.cpp.
| bool EpetraExt::ModelEvaluator::OutArgs::isFailed | ( | ) | const |
Return if the evaluation failed or not.
If the evaluation failed, no assumptions should be made at all about the state of the output objects.
Definition at line 204 of file EpetraExt_ModelEvaluator.cpp.
| void EpetraExt::ModelEvaluator::OutArgs::_setModelEvalDescription | ( | const std::string & | modelEvalDescription | ) | [protected] |
Definition at line 210 of file EpetraExt_ModelEvaluator.cpp.
| void EpetraExt::ModelEvaluator::OutArgs::_set_Np_Ng | ( | int | Np, |
| int | Ng | ||
| ) | [protected] |
Definition at line 216 of file EpetraExt_ModelEvaluator.cpp.
| void EpetraExt::ModelEvaluator::OutArgs::_set_Np_Ng_sg | ( | int | Np_sg, |
| int | Ng_sg | ||
| ) | [protected] |
Definition at line 248 of file EpetraExt_ModelEvaluator.cpp.
| void EpetraExt::ModelEvaluator::OutArgs::_setSupports | ( | EOutArgsMembers | arg, |
| bool | supports | ||
| ) | [protected] |
Definition at line 281 of file EpetraExt_ModelEvaluator.cpp.
| void EpetraExt::ModelEvaluator::OutArgs::_setSupports | ( | EOutArgsDfDp | arg, |
| int | l, | ||
| const DerivativeSupport & | supports | ||
| ) | [protected] |
Definition at line 291 of file EpetraExt_ModelEvaluator.cpp.
| void EpetraExt::ModelEvaluator::OutArgs::_setSupports | ( | EOutArgsDgDx_dot | arg, |
| int | j, | ||
| const DerivativeSupport & | supports | ||
| ) | [protected] |
Definition at line 298 of file EpetraExt_ModelEvaluator.cpp.
| void EpetraExt::ModelEvaluator::OutArgs::_setSupports | ( | EOutArgsDgDx | arg, |
| int | j, | ||
| const DerivativeSupport & | supports | ||
| ) | [protected] |
Definition at line 305 of file EpetraExt_ModelEvaluator.cpp.
| void EpetraExt::ModelEvaluator::OutArgs::_setSupports | ( | EOutArgsDgDp | arg, |
| int | j, | ||
| int | l, | ||
| const DerivativeSupport & | supports | ||
| ) | [protected] |
Definition at line 312 of file EpetraExt_ModelEvaluator.cpp.
| void EpetraExt::ModelEvaluator::OutArgs::_setSupports | ( | EOutArgsDfDp_sg | arg, |
| int | l, | ||
| const DerivativeSupport & | supports | ||
| ) | [protected] |
Definition at line 319 of file EpetraExt_ModelEvaluator.cpp.
| void EpetraExt::ModelEvaluator::OutArgs::_setSupports | ( | EOutArgsDgDx_dot_sg | arg, |
| int | j, | ||
| const DerivativeSupport & | supports | ||
| ) | [protected] |
Definition at line 326 of file EpetraExt_ModelEvaluator.cpp.
| void EpetraExt::ModelEvaluator::OutArgs::_setSupports | ( | EOutArgsDgDx_sg | arg, |
| int | j, | ||
| const DerivativeSupport & | supports | ||
| ) | [protected] |
Definition at line 333 of file EpetraExt_ModelEvaluator.cpp.
| void EpetraExt::ModelEvaluator::OutArgs::_setSupports | ( | EOutArgsDgDp_sg | arg, |
| int | j, | ||
| int | l, | ||
| const DerivativeSupport & | supports | ||
| ) | [protected] |
Definition at line 339 of file EpetraExt_ModelEvaluator.cpp.
| void EpetraExt::ModelEvaluator::OutArgs::_set_W_properties | ( | const DerivativeProperties & | W_properties | ) | [protected] |
Definition at line 347 of file EpetraExt_ModelEvaluator.cpp.
| void EpetraExt::ModelEvaluator::OutArgs::_set_WPrec_properties | ( | const DerivativeProperties & | WPrec_properties | ) | [protected] |
Definition at line 352 of file EpetraExt_ModelEvaluator.cpp.
| void EpetraExt::ModelEvaluator::OutArgs::_set_DfDp_properties | ( | int | l, |
| const DerivativeProperties & | properties | ||
| ) | [protected] |
Definition at line 357 of file EpetraExt_ModelEvaluator.cpp.
| void EpetraExt::ModelEvaluator::OutArgs::_set_DgDx_dot_properties | ( | int | j, |
| const DerivativeProperties & | properties | ||
| ) | [protected] |
Definition at line 364 of file EpetraExt_ModelEvaluator.cpp.
| void EpetraExt::ModelEvaluator::OutArgs::_set_DgDx_properties | ( | int | j, |
| const DerivativeProperties & | properties | ||
| ) | [protected] |
Definition at line 371 of file EpetraExt_ModelEvaluator.cpp.
| void EpetraExt::ModelEvaluator::OutArgs::_set_DgDp_properties | ( | int | j, |
| int | l, | ||
| const DerivativeProperties & | properties | ||
| ) | [protected] |
Definition at line 378 of file EpetraExt_ModelEvaluator.cpp.
| void EpetraExt::ModelEvaluator::OutArgs::_set_DfDp_sg_properties | ( | int | l, |
| const DerivativeProperties & | properties | ||
| ) | [protected] |
Definition at line 384 of file EpetraExt_ModelEvaluator.cpp.
| void EpetraExt::ModelEvaluator::OutArgs::_set_DgDx_dot_sg_properties | ( | int | j, |
| const DerivativeProperties & | properties | ||
| ) | [protected] |
Definition at line 391 of file EpetraExt_ModelEvaluator.cpp.
| void EpetraExt::ModelEvaluator::OutArgs::_set_DgDx_sg_properties | ( | int | j, |
| const DerivativeProperties & | properties | ||
| ) | [protected] |
Definition at line 398 of file EpetraExt_ModelEvaluator.cpp.
| void EpetraExt::ModelEvaluator::OutArgs::_set_DgDp_sg_properties | ( | int | j, |
| int | l, | ||
| const DerivativeProperties & | properties | ||
| ) | [protected] |
Definition at line 404 of file EpetraExt_ModelEvaluator.cpp.
1.7.4