#include <Thyra_IfpackPreconditionerFactory.hpp>
Inheritance diagram for Thyra::IfpackPreconditionerFactory:
Constructors/initializers/accessors | |
| IfpackPreconditionerFactory () | |
| | |
| 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 > &fwdOpSrc) 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 > > &fwdOpSrc, PreconditionerBase< double > *prec, const ESupportSolveUse supportSolveUse) const |
| | |
| void | uninitializePrec (PreconditionerBase< double > *prec, Teuchos::RCP< const LinearOpSourceBase< double > > *fwdOpSrc, ESupportSolveUse *supportSolveUse) const |
| | |
Overridden from ParameterListAcceptor | |
| void | setParameterList (Teuchos::RCP< Teuchos::ParameterList > const ¶mList) |
| | |
| Teuchos::RCP< Teuchos::ParameterList > | getNonconstParameterList () |
| | |
| Teuchos::RCP< Teuchos::ParameterList > | unsetParameterList () |
| | |
| Teuchos::RCP< const Teuchos::ParameterList > | getParameterList () const |
| | |
| Teuchos::RCP< const Teuchos::ParameterList > | getValidParameters () const |
| | |
Public functions overridden from Teuchos::Describable. | |
| std::string | description () const |
| | |
ToDo: Finish documentation!
|
|
|
|
||||||||||||
|
Set the strategy object used to extract an
This view will then be dynamically casted to
The default implementation used is |
|
|
|
|
|
Reimplemented from Thyra::PreconditionerFactoryBase< double >. |
|
|
Reimplemented from Thyra::PreconditionerFactoryBase< double >. |
|
|
Implements Thyra::PreconditionerFactoryBase< double >. |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
Implements Teuchos::ParameterListAcceptor. |
|
|
Implements Teuchos::ParameterListAcceptor. |
|
|
Reimplemented from Teuchos::ParameterListAcceptor. |
|
|
Reimplemented from Teuchos::ParameterListAcceptor. |
|
|
Reimplemented from Teuchos::Describable. |
1.3.9.1