Stratimikos
Version of the Day
|
Concrete preconditioner factory subclass based on ML. More...
#include <Thyra_MLPreconditionerFactory.hpp>
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. More... | |
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 > | getNonconstParameterList () |
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 |
Concrete preconditioner factory subclass based on ML.
For information on ML and its available options, please see the ML home page or the ML User manuals.
Definition at line 25 of file Thyra_MLPreconditionerFactory.hpp.
Thyra::MLPreconditionerFactory::MLPreconditionerFactory | ( | ) |
Definition at line 91 of file Thyra_MLPreconditionerFactory.cpp.
Thyra::MLPreconditionerFactory::STANDARD_COMPOSITION_MEMBERS | ( | EpetraOperatorViewExtractorBase | , |
epetraFwdOpViewExtractor | |||
) |
Set the strategy object used to extract an Epetra_Operator
view of an input forward operator.
This view will then be dynamically casted to Epetra_RowMatrix
before it is used.
The default implementation used is EpetraOperatorViewExtractorBase
.
|
virtual |
Implements Thyra::PreconditionerFactoryBase< double >.
Definition at line 99 of file Thyra_MLPreconditionerFactory.cpp.
|
virtual |
Reimplemented from Thyra::PreconditionerFactoryBase< double >.
Definition at line 124 of file Thyra_MLPreconditionerFactory.cpp.
|
virtual |
Reimplemented from Thyra::PreconditionerFactoryBase< double >.
Definition at line 130 of file Thyra_MLPreconditionerFactory.cpp.
|
virtual |
Implements Thyra::PreconditionerFactoryBase< double >.
Definition at line 137 of file Thyra_MLPreconditionerFactory.cpp.
|
virtual |
Implements Thyra::PreconditionerFactoryBase< double >.
Definition at line 143 of file Thyra_MLPreconditionerFactory.cpp.
|
virtual |
Implements Thyra::PreconditionerFactoryBase< double >.
Definition at line 367 of file Thyra_MLPreconditionerFactory.cpp.
|
virtual |
Implements Teuchos::ParameterListAcceptor.
Definition at line 380 of file Thyra_MLPreconditionerFactory.cpp.
|
virtual |
Implements Teuchos::ParameterListAcceptor.
Definition at line 434 of file Thyra_MLPreconditionerFactory.cpp.
|
virtual |
Implements Teuchos::ParameterListAcceptor.
Definition at line 441 of file Thyra_MLPreconditionerFactory.cpp.
|
virtual |
Reimplemented from Teuchos::ParameterListAcceptor.
Definition at line 450 of file Thyra_MLPreconditionerFactory.cpp.
|
virtual |
Reimplemented from Teuchos::ParameterListAcceptor.
Definition at line 457 of file Thyra_MLPreconditionerFactory.cpp.
|
virtual |
Reimplemented from Teuchos::Describable.
Definition at line 538 of file Thyra_MLPreconditionerFactory.cpp.