LinearOpWithSolveFactoryBase adapter subclass that uses Amesos direct solvers.
More...
#include <Thyra_AmesosLinearOpWithSolveFactory.hpp>
Constructors/initializers/accessors | |
| ~AmesosLinearOpWithSolveFactory () | |
| | |
| AmesosLinearOpWithSolveFactory (const Amesos::ESolverType solverType=Amesos::LAPACK, const Amesos::ERefactorizationPolicy refactorizationPolicy=Amesos::REPIVOT_ON_REFACTORIZATION, const bool throwOnPrecInput=true) | |
| Constructor which sets the defaults. | |
| STANDARD_COMPOSITION_MEMBERS (EpetraOperatorViewExtractorBase, epetraFwdOpViewExtractor) | |
Set the strategy object used to extract an Epetra_Operator view of an input forward operator. | |
Overridden public functions from LinearOpWithSolveFactoryBase | |
| bool | isCompatible (const LinearOpSourceBase< double > &fwdOpSrc) const |
Returns true if dynamic_cast<const EpetraLinearOpBase*>(fwdOpSrc)!=NULL . | |
| Teuchos::RCP< LinearOpWithSolveBase< double > > | createOp () const |
| | |
| void | initializeOp (const Teuchos::RCP< const LinearOpSourceBase< double > > &fwdOpSrc, LinearOpWithSolveBase< double > *Op, const ESupportSolveUse supportSolveUse) const |
| | |
| bool | supportsPreconditionerInputType (const EPreconditionerInputType precOpType) const |
Returns false . | |
| void | initializePreconditionedOp (const Teuchos::RCP< const LinearOpSourceBase< double > > &fwdOpSrc, const Teuchos::RCP< const PreconditionerBase< double > > &prec, LinearOpWithSolveBase< double > *Op, const ESupportSolveUse supportSolveUse) const |
Throws exception if this->throwOnPrecInput()==true and calls this->initializeOp(fwdOpSrc,Op) otherwise. | |
| void | initializePreconditionedOp (const Teuchos::RCP< const LinearOpSourceBase< double > > &fwdOpSrc, const Teuchos::RCP< const LinearOpSourceBase< double > > &approxFwdOpSrc, LinearOpWithSolveBase< double > *Op, const ESupportSolveUse supportSolveUse) const |
Throws exception if this->throwOnPrecInput()==true and calls this->initializeOp(fwdOpSrc,Op) otherwise. | |
| void | uninitializeOp (LinearOpWithSolveBase< double > *Op, Teuchos::RCP< const LinearOpSourceBase< double > > *fwdOpSrc, Teuchos::RCP< const PreconditionerBase< double > > *prec, Teuchos::RCP< const LinearOpSourceBase< double > > *approxFwdOpSrc, ESupportSolveUse *supportSolveUse) const |
| | |
Overridden from 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 Teuchos::Describable. | |
| std::string | description () const |
| | |
Parameter names for Paramter List | |
| const std::string | SolverType_name = "Solver Type" |
| | |
| const std::string | RefactorizationPolicy_name = "Refactorization Policy" |
| | |
| const std::string | ThrowOnPreconditionerInput_name = "Throw on Preconditioner Input" |
| | |
| const std::string | Amesos_Settings_name = "Amesos Settings" |
| | |
LinearOpWithSolveFactoryBase adapter subclass that uses Amesos direct solvers.
This class creates objects of type AmesosLinearOpWithSolve (through the LinearOpWithSolveBase interface) which can then be used to solve for linear systems. The AmesosLinearOpWithSolve objects created an initialized by this object are completely indpendent from *this. This allows for multiple AmesosLinearOpWithSolve objects to be created and maintained simultaneously and for *this factory object to be destroyed without affecting the created AmesosLinearOpWithSolve objects.
ToDo: Mention parameter list usage.
Development notes: This class has been designed to allow for "smart" EpetraLinearOpBase subclasses that can create an Epetra_Operator view on command where the underlying storage may not be an Epetra object. However, the current implementation of at least some of the Amesos_BaseSolver subclasses do not allow the Epetra_Operator object to change after construction. Therefore, this current flawed implementation requires that every call to the EpetraLinearOpBase::getEpetraOpView() function return the same Epetra_Operator object.
Definition at line 69 of file Thyra_AmesosLinearOpWithSolveFactory.hpp.
|
|
Definition at line 101 of file Thyra_AmesosLinearOpWithSolveFactory.cpp. |
|
||||||||||||||||
|
Constructor which sets the defaults.
Definition at line 111 of file Thyra_AmesosLinearOpWithSolveFactory.cpp. |
|
||||||||||||
|
Set the strategy object used to extract an
This view will then be dynamically casted to
The default implementation used is |
|
|
Returns true if
Definition at line 124 of file Thyra_AmesosLinearOpWithSolveFactory.cpp. |
|
|
Definition at line 145 of file Thyra_AmesosLinearOpWithSolveFactory.cpp. |
|
||||||||||||||||
|
Definition at line 150 of file Thyra_AmesosLinearOpWithSolveFactory.cpp. |
|
|
Returns
Definition at line 338 of file Thyra_AmesosLinearOpWithSolveFactory.cpp. |
|
||||||||||||||||||||
|
Throws exception if
Definition at line 343 of file Thyra_AmesosLinearOpWithSolveFactory.cpp. |
|
||||||||||||||||||||
|
Throws exception if
Definition at line 358 of file Thyra_AmesosLinearOpWithSolveFactory.cpp. |
|
||||||||||||||||||||||||
|
Definition at line 373 of file Thyra_AmesosLinearOpWithSolveFactory.cpp. |
|
|
Definition at line 407 of file Thyra_AmesosLinearOpWithSolveFactory.cpp. |
|
|
Definition at line 435 of file Thyra_AmesosLinearOpWithSolveFactory.cpp. |
|
|
Definition at line 441 of file Thyra_AmesosLinearOpWithSolveFactory.cpp. |
|
|
Definition at line 449 of file Thyra_AmesosLinearOpWithSolveFactory.cpp. |
|
|
Definition at line 455 of file Thyra_AmesosLinearOpWithSolveFactory.cpp. |
|
|
Definition at line 462 of file Thyra_AmesosLinearOpWithSolveFactory.cpp. |
|
|
Definition at line 91 of file Thyra_AmesosLinearOpWithSolveFactory.cpp. |
|
|
Definition at line 93 of file Thyra_AmesosLinearOpWithSolveFactory.cpp. |
|
|
Definition at line 95 of file Thyra_AmesosLinearOpWithSolveFactory.cpp. |
|
|
Definition at line 97 of file Thyra_AmesosLinearOpWithSolveFactory.cpp. |
1.3.9.1