#include <Thyra_ModelEvaluatorBase.hpp>
Inheritance diagram for Thyra::ModelEvaluatorBase::InArgs< Scalar >:
Public Types | |
| typedef Teuchos::ScalarTraits< Scalar >::magnitudeType | ScalarMag |
| | |
Public Member Functions | |
| InArgs () | |
| | |
| int | Np () const |
| | |
| void | set_x_dot (const Teuchos::RefCountPtr< const VectorBase< Scalar > > &x_dot) |
| | |
| Teuchos::RefCountPtr< const VectorBase< Scalar > > | get_x_dot () const |
| | |
| void | set_x (const Teuchos::RefCountPtr< const VectorBase< Scalar > > &x) |
| | |
| Teuchos::RefCountPtr< const VectorBase< Scalar > > | get_x () const |
| | |
| void | set_x_poly (const Teuchos::RefCountPtr< const Teuchos::Polynomial< VectorBase< Scalar > > > &x_poly) |
| | |
| Teuchos::RefCountPtr< const Teuchos::Polynomial< VectorBase< Scalar > > > | get_x_poly () const |
| | |
| void | set_x_dot_poly (const Teuchos::RefCountPtr< const Teuchos::Polynomial< VectorBase< Scalar > > > &x_dot_poly) |
| | |
| Teuchos::RefCountPtr< const Teuchos::Polynomial< VectorBase< Scalar > > > | get_x_dot_poly () const |
| | |
| void | set_p (int l, const Teuchos::RefCountPtr< const VectorBase< Scalar > > &p_l) |
Set p(l) where 0 <= l && l < this->Np(). | |
| Teuchos::RefCountPtr< const VectorBase< Scalar > > | get_p (int l) const |
Get p(l) where 0 <= l && l < this->Np(). | |
| void | set_t (ScalarMag t) |
| | |
| ScalarMag | get_t () const |
| | |
| void | set_alpha (Scalar alpha) |
| | |
| Scalar | get_alpha () const |
| | |
| void | set_beta (Scalar beta) |
| | |
| Scalar | get_beta () const |
| | |
| bool | supports (EInArgsMembers arg) const |
| | |
| void | setArgs (const InArgs< Scalar > &inArgs, bool ignoreUnsupported=false) |
| Set non-null arguments (does not overwrite non-NULLs with NULLs) . | |
| 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 (int Np) |
| | |
| void | _setSupports (EInArgsMembers arg, bool supports) |
| | |
| void | _setSupports (const InArgs< Scalar > &inArgs) |
| | |
| void | _setUnsupportsAndRelated (EInArgsMembers arg) |
| | |
Definition at line 68 of file Thyra_ModelEvaluatorBase.hpp.
|
|||||
|
Definition at line 71 of file Thyra_ModelEvaluatorBase.hpp. |
|
|||||||||
|
Definition at line 605 of file Thyra_ModelEvaluatorBase.hpp. |
|
|||||||||
|
Definition at line 616 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||
|
Definition at line 620 of file Thyra_ModelEvaluatorBase.hpp. |
|
|||||||||
|
Definition at line 625 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||
|
Definition at line 629 of file Thyra_ModelEvaluatorBase.hpp. |
|
|||||||||
|
Definition at line 634 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||
|
Definition at line 647 of file Thyra_ModelEvaluatorBase.hpp. |
|
|||||||||
|
Definition at line 652 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||
|
Definition at line 638 of file Thyra_ModelEvaluatorBase.hpp. |
|
|||||||||
|
Definition at line 643 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||||||||
|
Set
Definition at line 656 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||
|
Get
Definition at line 661 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||
|
Definition at line 665 of file Thyra_ModelEvaluatorBase.hpp. |
|
|||||||||
|
Definition at line 670 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||
|
Definition at line 674 of file Thyra_ModelEvaluatorBase.hpp. |
|
|||||||||
|
Definition at line 678 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||
|
Definition at line 682 of file Thyra_ModelEvaluatorBase.hpp. |
|
|||||||||
|
Definition at line 686 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||
|
Definition at line 690 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||||||||
|
Set non-null arguments (does not overwrite non-NULLs with NULLs) .
Definition at line 700 of file Thyra_ModelEvaluatorBase.hpp. |
|
|||||||||
|
Reimplemented from Teuchos::Describable. Definition at line 738 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||||||||
|
Definition at line 752 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||
|
Definition at line 807 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||
|
Definition at line 811 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||||||||
|
Definition at line 817 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||
|
Definition at line 826 of file Thyra_ModelEvaluatorBase.hpp. |
|
||||||||||
|
Definition at line 832 of file Thyra_ModelEvaluatorBase.hpp. |
1.3.9.1