x -> f(x).
More...
#include <Thyra_StateFuncModelEvaluatorBase.hpp>
Public functions overridden from ModelEvaulator. | |
| int | Np () const |
| Returns 0 . | |
| int | Ng () const |
| Returns 0 . | |
| Teuchos::RefCountPtr< const VectorSpaceBase< Scalar > > | get_p_space (int l) const |
| Throws exception. | |
| Teuchos::RefCountPtr< const VectorSpaceBase< Scalar > > | get_g_space (int j) const |
| Throws exception. | |
| ModelEvaluatorBase::InArgs< Scalar > | getNominalValues () const |
| Returns this->createInArgs(). | |
| ModelEvaluatorBase::InArgs< Scalar > | getLowerBounds () const |
| Returns this->createInArgs(). | |
| ModelEvaluatorBase::InArgs< Scalar > | getUpperBounds () const |
| Returns this->createInArgs(). | |
| Teuchos::RefCountPtr< LinearOpWithSolveBase< Scalar > > | create_W () const |
| Returns Teuchos::null. | |
| Teuchos::RefCountPtr< LinearOpBase< Scalar > > | create_W_op () const |
| Returns Teuchos::null. | |
| Teuchos::RefCountPtr< LinearOpBase< Scalar > > | create_DfDp_op (int l) const |
| Throws exception. | |
| Teuchos::RefCountPtr< LinearOpBase< Scalar > > | create_DgDx_op (int j) const |
| Throws exception. | |
| Teuchos::RefCountPtr< LinearOpBase< Scalar > > | create_DgDp_op (int j, int l) const |
| Throws exception. | |
| void | reportFinalPoint (const ModelEvaluatorBase::InArgs< Scalar > &finalPoint, const bool wasSolved) |
| Does nothing and ignores input. | |
x -> f(x).
The minimum that a subclass must to is to define implementations for get_x_space(), get_f_space(), createInArgs(), createOutArgs, and evalModel().
Definition at line 45 of file Thyra_StateFuncModelEvaluatorBase.hpp.
|
|||||||||
|
Returns 0 .
Definition at line 91 of file Thyra_StateFuncModelEvaluatorBase.hpp. |
|
|||||||||
|
Returns 0 .
Definition at line 95 of file Thyra_StateFuncModelEvaluatorBase.hpp. |
|
||||||||||
|
Throws exception.
Definition at line 100 of file Thyra_StateFuncModelEvaluatorBase.hpp. |
|
||||||||||
|
Throws exception.
Definition at line 112 of file Thyra_StateFuncModelEvaluatorBase.hpp. |
|
|||||||||
|
Returns this->createInArgs().
Definition at line 125 of file Thyra_StateFuncModelEvaluatorBase.hpp. |
|
|||||||||
|
Returns this->createInArgs().
Definition at line 130 of file Thyra_StateFuncModelEvaluatorBase.hpp. |
|
|||||||||
|
Returns this->createInArgs().
Definition at line 135 of file Thyra_StateFuncModelEvaluatorBase.hpp. |
|
|||||||||
|
Returns Teuchos::null.
Definition at line 140 of file Thyra_StateFuncModelEvaluatorBase.hpp. |
|
|||||||||
|
Returns Teuchos::null.
Definition at line 153 of file Thyra_StateFuncModelEvaluatorBase.hpp. |
|
||||||||||
|
Throws exception.
Definition at line 166 of file Thyra_StateFuncModelEvaluatorBase.hpp. |
|
||||||||||
|
Throws exception.
Definition at line 181 of file Thyra_StateFuncModelEvaluatorBase.hpp. |
|
||||||||||||||||
|
Throws exception.
Definition at line 196 of file Thyra_StateFuncModelEvaluatorBase.hpp. |
|
||||||||||||||||
|
Does nothing and ignores input.
Definition at line 210 of file Thyra_StateFuncModelEvaluatorBase.hpp. |
1.3.9.1