#include <Thyra_DefaultModelEvaluatorWithSolveFactory.hpp>
Inheritance diagram for Thyra::DefaultModelEvaluatorWithSolveFactory< Scalar >:
Constructors/initializers/accessors/utilities. | |
| DefaultModelEvaluatorWithSolveFactory () | |
| | |
| DefaultModelEvaluatorWithSolveFactory (const Teuchos::RefCountPtr< ModelEvaluator< Scalar > > &thyraModel, const Teuchos::RefCountPtr< LinearOpWithSolveFactoryBase< Scalar > > &W_factory) | |
| | |
| void | initialize (const Teuchos::RefCountPtr< ModelEvaluator< Scalar > > &thyraModel, const Teuchos::RefCountPtr< LinearOpWithSolveFactoryBase< Scalar > > &W_factory) |
| | |
| void | uninitialize (Teuchos::RefCountPtr< ModelEvaluator< Scalar > > *thyraModel=NULL, Teuchos::RefCountPtr< LinearOpWithSolveFactoryBase< Scalar > > *W_factory=NULL) |
| | |
Public functions overridden from ModelEvaulator. | |
| Teuchos::RefCountPtr< LinearOpWithSolveBase< Scalar > > | create_W () 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 45 of file Thyra_DefaultModelEvaluatorWithSolveFactory.hpp.
|
|||||||||
|
Definition at line 109 of file Thyra_DefaultModelEvaluatorWithSolveFactory.hpp. |
|
||||||||||||||||
|
Definition at line 113 of file Thyra_DefaultModelEvaluatorWithSolveFactory.hpp. |
|
||||||||||||||||
|
Definition at line 122 of file Thyra_DefaultModelEvaluatorWithSolveFactory.hpp. |
|
||||||||||||||||
|
Definition at line 132 of file Thyra_DefaultModelEvaluatorWithSolveFactory.hpp. |
|
|||||||||
|
Reimplemented from Thyra::ModelEvaluatorDelegatorBase< Scalar >. Definition at line 147 of file Thyra_DefaultModelEvaluatorWithSolveFactory.hpp. |
|
|||||||||
|
Reimplemented from Thyra::ModelEvaluatorDelegatorBase< Scalar >. Definition at line 161 of file Thyra_DefaultModelEvaluatorWithSolveFactory.hpp. |
|
||||||||||||||||
|
Definition at line 176 of file Thyra_DefaultModelEvaluatorWithSolveFactory.hpp. |
|
|||||||||
|
Definition at line 292 of file Thyra_DefaultModelEvaluatorWithSolveFactory.hpp. |
1.3.9.1