#include <Thyra_ModelEvaluatorBase.hpp>
Inheritance diagram for Thyra::ModelEvaluatorBase::OutArgs< Scalar >:
Public Member Functions | |
| OutArgs () | |
| | |
| 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 Teuchos::RefCountPtr< VectorBase< Scalar > > &f) |
| | |
| Teuchos::RefCountPtr< VectorBase< Scalar > > | get_f () const |
| | |
| void | set_g (int j, const Teuchos::RefCountPtr< VectorBase< Scalar > > &g_j) |
| | |
| Teuchos::RefCountPtr< VectorBase< Scalar > > | get_g (int j) const |
| | |
| void | set_W (const Teuchos::RefCountPtr< LinearOpWithSolveBase< Scalar > > &W) |
| | |
| Teuchos::RefCountPtr< LinearOpWithSolveBase< Scalar > > | get_W () const |
| | |
| void | set_W_op (const Teuchos::RefCountPtr< LinearOpBase< Scalar > > &W_op) |
| | |
| Teuchos::RefCountPtr< LinearOpBase< Scalar > > | get_W_op () const |
| | |
| DerivativeProperties | get_W_properties () const |
| | |
| void | set_DfDp (int l, const Derivative< Scalar > &DfDp_l) |
| | |
| Derivative< Scalar > | get_DfDp (int l) const |
| | |
| DerivativeProperties | get_DfDp_properties (int l) const |
| | |
| void | set_DgDx (int j, const Derivative< Scalar > &DgDx_j) |
| | |
| Derivative< Scalar > | get_DgDx (int j) const |
| | |
| DerivativeProperties | get_DgDx_properties (int j) const |
| | |
| void | set_DgDp (int j, int l, const Derivative< Scalar > &DgDp_j_l) |
| | |
| Derivative< Scalar > | 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< VectorBase< Scalar > > > &f_poly) |
| | |
| Teuchos::RefCountPtr< Teuchos::Polynomial< VectorBase< Scalar > > > | get_f_poly () const |
| | |
| void | setArgs (const OutArgs< Scalar > &outArgs, bool ignoreUnsupported=false) |
| | |
| void | setFailed () const |
| | |
| bool | isFailed () const |
| | |
| std::string | description () const |
| | |
| void | describe (Teuchos::FancyOStream &out, const Teuchos::EVerbosityLevel verbLevel) 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 &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) |
| | |
| void | _setSupports (const OutArgs< Scalar > &outArgs) |
| | |
| void | _setUnsupportsAndRelated (EInArgsMembers arg) |
| | |
| void | _setUnsupportsAndRelated (EOutArgsMembers arg) |
| | |
Definition at line 326 of file Thyra_ModelEvaluatorBase.hpp.
|
|||||||||
|
Definition at line 878 of file Thyra_ModelEvaluatorBase.hpp. |
|
|||||||||
|
Definition at line 883 of file Thyra_ModelEvaluatorBase.hpp. |
|
|||||||||
|
Definition at line 887 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||
|
Definition at line 891 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||||||||
|
Definition at line 902 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||||||||
|
Definition at line 910 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||||||||||||
|
Definition at line 918 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||
|
Definition at line 926 of file Thyra_ModelEvaluatorBase.hpp. |
|
|||||||||
|
Definition at line 934 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||||||||
|
Definition at line 941 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||
|
Definition at line 949 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||
|
Definition at line 956 of file Thyra_ModelEvaluatorBase.hpp. |
|
|||||||||
|
Definition at line 964 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||
|
Definition at line 971 of file Thyra_ModelEvaluatorBase.hpp. |
|
|||||||||
|
Definition at line 979 of file Thyra_ModelEvaluatorBase.hpp. |
|
|||||||||
|
Definition at line 987 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||||||||
|
Definition at line 993 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||
|
Definition at line 1001 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||
|
Definition at line 1009 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||||||||
|
Definition at line 1016 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||
|
Definition at line 1024 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||
|
Definition at line 1032 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||||||||||||
|
Definition at line 1039 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||||||||
|
Definition at line 1047 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||||||||
|
Definition at line 1055 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||
|
Definition at line 1062 of file Thyra_ModelEvaluatorBase.hpp. |
|
|||||||||
|
Definition at line 1067 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||||||||
|
Definition at line 1072 of file Thyra_ModelEvaluatorBase.hpp. |
|
|||||||||
|
Definition at line 1111 of file Thyra_ModelEvaluatorBase.hpp. |
|
|||||||||
|
Definition at line 1126 of file Thyra_ModelEvaluatorBase.hpp. |
|
|||||||||
|
Reimplemented from Teuchos::Describable. Definition at line 1132 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||||||||
|
Definition at line 1147 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||
|
Definition at line 1228 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||||||||
|
Definition at line 1232 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||||||||
|
Definition at line 1254 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||||||||||||
|
Definition at line 1264 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||||||||||||
|
Definition at line 1271 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||||||||||||||||
|
Definition at line 1278 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||
|
Definition at line 1286 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||||||||
|
Definition at line 1292 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||||||||
|
Definition at line 1299 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||||||||||||
|
Definition at line 1306 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||
|
Definition at line 1313 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||
|
Definition at line 1326 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||
|
Definition at line 1344 of file Thyra_ModelEvaluatorBase.hpp. |
1.3.9.1