#include <Thyra_MLPreconditionerFactory.hpp>
Inheritance diagram for Thyra::MLPreconditionerFactory:
Constructors/initializers/accessors | |
| MLPreconditionerFactory () | |
| | |
| STANDARD_COMPOSITION_MEMBERS (EpetraOperatorViewExtractorBase, epetraFwdOpViewExtractor) | |
Set the strategy object used to extract an Epetra_Operator view of an input forward operator. | |
Overridden from PreconditionerFactoryBase | |
| bool | isCompatible (const LinearOpSourceBase< double > &fwdOp) const |
| | |
| bool | applySupportsConj (EConj conj) const |
| | |
| bool | applyTransposeSupportsConj (EConj conj) const |
| | |
| Teuchos::RCP< PreconditionerBase< double > > | createPrec () const |
| | |
| void | initializePrec (const Teuchos::RCP< const LinearOpSourceBase< double > > &fwdOp, PreconditionerBase< double > *prec, const ESupportSolveUse supportSolveUse) const |
| | |
| void | uninitializePrec (PreconditionerBase< double > *prec, Teuchos::RCP< const LinearOpSourceBase< double > > *fwdOp, ESupportSolveUse *supportSolveUse) const |
| | |
Overridden from Teuchos::ParameterListAcceptor | |
| void | setParameterList (Teuchos::RCP< Teuchos::ParameterList > const ¶mList) |
| | |
| Teuchos::RCP< Teuchos::ParameterList > | getParameterList () |
| | |
| Teuchos::RCP< Teuchos::ParameterList > | unsetParameterList () |
| | |
| Teuchos::RCP< const Teuchos::ParameterList > | getParameterList () const |
| | |
| Teuchos::RCP< const Teuchos::ParameterList > | getValidParameters () const |
| | |
Public functions overridden from Describable. | |
| std::string | description () const |
| | |
ToDo: Finish documentation!
Definition at line 45 of file Thyra_MLPreconditionerFactory.hpp.
|
|
Definition at line 87 of file Thyra_MLPreconditionerFactory.cpp. |
|
||||||||||||
|
Set the strategy object used to extract an
This view will then be dynamically casted to
The default implementation used is |
|
|
Definition at line 95 of file Thyra_MLPreconditionerFactory.cpp. |
|
|
Reimplemented from Thyra::PreconditionerFactoryBase< double >. Definition at line 119 of file Thyra_MLPreconditionerFactory.cpp. |
|
|
Reimplemented from Thyra::PreconditionerFactoryBase< double >. Definition at line 125 of file Thyra_MLPreconditionerFactory.cpp. |
|
|
Implements Thyra::PreconditionerFactoryBase< double >. Definition at line 132 of file Thyra_MLPreconditionerFactory.cpp. |
|
||||||||||||||||
|
Definition at line 138 of file Thyra_MLPreconditionerFactory.cpp. |
|
||||||||||||||||
|
Definition at line 292 of file Thyra_MLPreconditionerFactory.cpp. |
|
|
Definition at line 305 of file Thyra_MLPreconditionerFactory.cpp. |
|
|
Implements Teuchos::ParameterListAcceptor. Definition at line 345 of file Thyra_MLPreconditionerFactory.cpp. |
|
|
Implements Teuchos::ParameterListAcceptor. Definition at line 352 of file Thyra_MLPreconditionerFactory.cpp. |
|
|
Reimplemented from Teuchos::ParameterListAcceptor. Definition at line 361 of file Thyra_MLPreconditionerFactory.cpp. |
|
|
Reimplemented from Teuchos::ParameterListAcceptor. Definition at line 368 of file Thyra_MLPreconditionerFactory.cpp. |
|
|
Reimplemented from Teuchos::Describable. Definition at line 469 of file Thyra_MLPreconditionerFactory.cpp. |
1.3.9.1