#include <EpetraExt_ModelEvaluator.h>
Inheritance diagram for EpetraExt::ModelEvaluator::OutArgs:
Public Member Functions | |
| OutArgs () | |
| . | |
| std::string | modelEvalDescription () const |
| | |
| int | Np () const |
| | |
| int | Ng () const |
| | |
| bool | supports (EOutArgsMembers arg) const |
| . | |
| const DerivativeSupport & | supports (EOutArgsDfDp arg, int l) const |
0 <= l && l < Np(). | |
| 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(). | |
| void | set_f (const Evaluation< Epetra_Vector > &f) |
| . | |
| Evaluation< Epetra_Vector > | get_f () const |
| . | |
| 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_W (const Teuchos::RefCountPtr< Epetra_Operator > &W) |
| . | |
| Teuchos::RefCountPtr< Epetra_Operator > | get_W () const |
| . | |
| DerivativeProperties | get_W_properties () const |
| | |
| void | set_DfDp (int l, const Derivative &DfDp_l) |
| | |
| Derivative | get_DfDp (int l) const |
| | |
| DerivativeProperties | get_DfDp_properties (int l) 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_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_f_poly (const Teuchos::RefCountPtr< Teuchos::Polynomial< Epetra_Vector > > &f_poly) |
| | |
| Teuchos::RefCountPtr< Teuchos::Polynomial< Epetra_Vector > > | get_f_poly () const |
| | |
Protected Member Functions | |
| void | _setModelEvalDescription (const std::string &modelEvalDescription) |
| | |
| void | _set_Np_Ng (int Np, int Ng) |
| | |
| void | _setSupports (EOutArgsMembers arg, bool supports) |
| | |
| void | _setSupports (EOutArgsDfDp arg, int l, 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 &W_properties) |
| | |
| void | _set_DfDp_properties (int l, 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 341 of file EpetraExt_ModelEvaluator.h.
|
|
.
Definition at line 130 of file EpetraExt_ModelEvaluator.cpp. |
|
|
Definition at line 733 of file EpetraExt_ModelEvaluator.h. |
|
|
Definition at line 737 of file EpetraExt_ModelEvaluator.h. |
|
|
Definition at line 743 of file EpetraExt_ModelEvaluator.h. |
|
|
.
Definition at line 135 of file EpetraExt_ModelEvaluator.cpp. |
|
||||||||||||
|
Definition at line 145 of file EpetraExt_ModelEvaluator.cpp. |
|
||||||||||||
|
Definition at line 152 of file EpetraExt_ModelEvaluator.cpp. |
|
||||||||||||||||
|
Definition at line 159 of file EpetraExt_ModelEvaluator.cpp. |
|
|
.
Definition at line 749 of file EpetraExt_ModelEvaluator.h. |
|
|
.
Definition at line 753 of file EpetraExt_ModelEvaluator.h. |
|
||||||||||||
|
Set
Definition at line 756 of file EpetraExt_ModelEvaluator.h. |
|
|
Get
Definition at line 764 of file EpetraExt_ModelEvaluator.h. |
|
|
.
Definition at line 771 of file EpetraExt_ModelEvaluator.h. |
|
|
.
Definition at line 774 of file EpetraExt_ModelEvaluator.h. |
|
|
Definition at line 777 of file EpetraExt_ModelEvaluator.h. |
|
||||||||||||
|
Definition at line 783 of file EpetraExt_ModelEvaluator.h. |
|
|
Definition at line 791 of file EpetraExt_ModelEvaluator.h. |
|
|
Definition at line 799 of file EpetraExt_ModelEvaluator.h. |
|
||||||||||||
|
Definition at line 806 of file EpetraExt_ModelEvaluator.h. |
|
|
Definition at line 814 of file EpetraExt_ModelEvaluator.h. |
|
|
Definition at line 822 of file EpetraExt_ModelEvaluator.h. |
|
||||||||||||||||
|
Definition at line 829 of file EpetraExt_ModelEvaluator.h. |
|
||||||||||||
|
Definition at line 837 of file EpetraExt_ModelEvaluator.h. |
|
||||||||||||
|
Definition at line 845 of file EpetraExt_ModelEvaluator.h. |
|
|
Definition at line 852 of file EpetraExt_ModelEvaluator.h. |
|
|
Definition at line 857 of file EpetraExt_ModelEvaluator.h. |
|
|
Definition at line 166 of file EpetraExt_ModelEvaluator.cpp. |
|
||||||||||||
|
Definition at line 171 of file EpetraExt_ModelEvaluator.cpp. |
|
||||||||||||
|
Definition at line 192 of file EpetraExt_ModelEvaluator.cpp. |
|
||||||||||||||||
|
Definition at line 201 of file EpetraExt_ModelEvaluator.cpp. |
|
||||||||||||||||
|
Definition at line 207 of file EpetraExt_ModelEvaluator.cpp. |
|
||||||||||||||||||||
|
Definition at line 213 of file EpetraExt_ModelEvaluator.cpp. |
|
|
Definition at line 220 of file EpetraExt_ModelEvaluator.cpp. |
|
||||||||||||
|
Definition at line 225 of file EpetraExt_ModelEvaluator.cpp. |
|
||||||||||||
|
Definition at line 231 of file EpetraExt_ModelEvaluator.cpp. |
|
||||||||||||||||
|
Definition at line 237 of file EpetraExt_ModelEvaluator.cpp. |
1.3.9.1