#include <Thyra_MLPreconditionerFactory.hpp>
Public Member Functions | |
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::RefCountPtr< PreconditionerBase< double > > | createPrec () const |
| void | initializePrec (const Teuchos::RefCountPtr< const LinearOpSourceBase< double > > &fwdOp, PreconditionerBase< double > *prec, const ESupportSolveUse supportSolveUse) const |
| void | uninitializePrec (PreconditionerBase< double > *prec, Teuchos::RefCountPtr< const LinearOpSourceBase< double > > *fwdOp, ESupportSolveUse *supportSolveUse) const |
Overridden from Teuchos::ParameterListAcceptor | |
| void | setParameterList (Teuchos::RefCountPtr< Teuchos::ParameterList > const ¶mList) |
| Teuchos::RefCountPtr< Teuchos::ParameterList > | getParameterList () |
| Teuchos::RefCountPtr< Teuchos::ParameterList > | unsetParameterList () |
|
Teuchos::RefCountPtr< const Teuchos::ParameterList > | getParameterList () const |
|
Teuchos::RefCountPtr< const Teuchos::ParameterList > | getValidParameters () const |
Public functions overridden from 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 |
1.3.9.1