#include <Thyra_DefaultStateEliminationModelEvaluator.hpp>
Constructors/initializers/accessors/utilities. | |
| DefaultStateEliminationModelEvaluator () | |
| | |
| DefaultStateEliminationModelEvaluator (const Teuchos::RefCountPtr< ModelEvaluator< Scalar > > &thyraModel, const Teuchos::RefCountPtr< NonlinearSolverBase< Scalar > > &stateSolver) | |
| | |
| void | initialize (const Teuchos::RefCountPtr< ModelEvaluator< Scalar > > &thyraModel, const Teuchos::RefCountPtr< NonlinearSolverBase< Scalar > > &stateSolver) |
| | |
| void | uninitialize (Teuchos::RefCountPtr< ModelEvaluator< Scalar > > *thyraModel=NULL, Teuchos::RefCountPtr< NonlinearSolverBase< Scalar > > *stateSolver=NULL) |
| | |
Public functions overridden from ModelEvaulator. | |
| Teuchos::RefCountPtr< const VectorSpaceBase< Scalar > > | get_x_space () const |
| | |
| Teuchos::RefCountPtr< const VectorSpaceBase< Scalar > > | get_f_space () const |
| | |
| ModelEvaluatorBase::InArgs< Scalar > | getNominalValues () const |
| | |
| ModelEvaluatorBase::InArgs< Scalar > | getLowerBounds () const |
| | |
| ModelEvaluatorBase::InArgs< Scalar > | getUpperBounds () const |
| | |
| Teuchos::RefCountPtr< LinearOpWithSolveBase< Scalar > > | create_W () const |
| | |
| Teuchos::RefCountPtr< LinearOpBase< Scalar > > | create_W_op () const |
| | |
| Teuchos::RefCountPtr< LinearOpBase< Scalar > > | create_DfDp_op (int l) const |
| | |
| Teuchos::RefCountPtr< LinearOpBase< Scalar > > | create_DgDx_op (int j) const |
| | |
| ModelEvaluatorBase::InArgs< Scalar > | createInArgs () const |
| | |
| ModelEvaluatorBase::OutArgs< Scalar > | createOutArgs () const |
| | |
| void | evalModel (const ModelEvaluatorBase::InArgs< Scalar > &inArgs, const ModelEvaluatorBase::OutArgs< Scalar > &outArgs) const |
| | |
Public functions overridden from Teuchos::Describable. | |
| std::string | description () const |
| | |
ToDo: Finish documentation!
Definition at line 46 of file Thyra_DefaultStateEliminationModelEvaluator.hpp.
|
|||||||||
|
Definition at line 135 of file Thyra_DefaultStateEliminationModelEvaluator.hpp. |
|
||||||||||||||||
|
Definition at line 139 of file Thyra_DefaultStateEliminationModelEvaluator.hpp. |
|
||||||||||||||||
|
Definition at line 148 of file Thyra_DefaultStateEliminationModelEvaluator.hpp. |
|
||||||||||||||||
|
Definition at line 175 of file Thyra_DefaultStateEliminationModelEvaluator.hpp. |
|
|||||||||
|
Definition at line 192 of file Thyra_DefaultStateEliminationModelEvaluator.hpp. |
|
|||||||||
|
Definition at line 199 of file Thyra_DefaultStateEliminationModelEvaluator.hpp. |
|
|||||||||
|
Definition at line 206 of file Thyra_DefaultStateEliminationModelEvaluator.hpp. |
|
|||||||||
|
Definition at line 219 of file Thyra_DefaultStateEliminationModelEvaluator.hpp. |
|
|||||||||
|
Definition at line 232 of file Thyra_DefaultStateEliminationModelEvaluator.hpp. |
|
|||||||||
|
Definition at line 245 of file Thyra_DefaultStateEliminationModelEvaluator.hpp. |
|
|||||||||
|
Definition at line 252 of file Thyra_DefaultStateEliminationModelEvaluator.hpp. |
|
||||||||||
|
Definition at line 259 of file Thyra_DefaultStateEliminationModelEvaluator.hpp. |
|
||||||||||
|
Definition at line 266 of file Thyra_DefaultStateEliminationModelEvaluator.hpp. |
|
|||||||||
|
Definition at line 273 of file Thyra_DefaultStateEliminationModelEvaluator.hpp. |
|
|||||||||
|
Definition at line 289 of file Thyra_DefaultStateEliminationModelEvaluator.hpp. |
|
||||||||||||||||
|
Definition at line 306 of file Thyra_DefaultStateEliminationModelEvaluator.hpp. |
|
|||||||||
|
Definition at line 441 of file Thyra_DefaultStateEliminationModelEvaluator.hpp. |
1.3.9.1