42 #ifndef THYRA_AZTECOO_LINEAR_OP_WITH_SOLVE_FACTORY_HPP
43 #define THYRA_AZTECOO_LINEAR_OP_WITH_SOLVE_FACTORY_HPP
45 #include "Thyra_LinearOpWithSolveFactoryBase.hpp"
51 namespace Teuchos {
class ParameterList; }
108 const Teuchos::RCP<PreconditionerFactoryBase<double> > &precFactory,
109 const std::string &precFactoryName
115 Teuchos::RCP<PreconditionerFactoryBase<double> > *precFactory,
116 std::string *precFactoryName
119 bool isCompatible(
const LinearOpSourceBase<double> &fwdOpSrc )
const;
124 const Teuchos::RCP<
const LinearOpSourceBase<double> > &fwdOpSrc,
125 LinearOpWithSolveBase<double> *Op,
126 const ESupportSolveUse supportSolveUse
130 const Teuchos::RCP<
const LinearOpSourceBase<double> > &fwdOpSrc,
131 LinearOpWithSolveBase<double> *Op
135 LinearOpWithSolveBase<double> *Op,
136 Teuchos::RCP<
const LinearOpSourceBase<double> > *fwdOpSrc,
138 Teuchos::RCP<
const LinearOpSourceBase<double> > *approxFwdOpSrc,
139 ESupportSolveUse *supportSolveUse
145 const Teuchos::RCP<
const LinearOpSourceBase<double> > &fwdOpSrc,
146 const Teuchos::RCP<
const PreconditionerBase<double> > &prec,
147 LinearOpWithSolveBase<double> *Op,
148 const ESupportSolveUse supportSolveUse
152 const Teuchos::RCP<
const LinearOpSourceBase<double> > &fwdOpSrc,
153 const Teuchos::RCP<
const LinearOpSourceBase<double> > &approxFwdOpSrc,
154 LinearOpWithSolveBase<double> *Op,
155 const ESupportSolveUse supportSolveUse
208 const Teuchos::RCP<
const LinearOpSourceBase<double> > &fwdOpSrc,
209 const Teuchos::RCP<
const PreconditionerBase<double> > &prec,
210 const Teuchos::RCP<
const LinearOpSourceBase<double> > &approxFwdOpSrc,
211 const bool reusePrec,
212 LinearOpWithSolveBase<double> *Op
221 #endif // THYRA_AZTECOO_LINEAR_OP_WITH_SOLVE_FACTORY_HPP
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
Teuchos::RCP< Teuchos::ParameterList > paramList_
void initializeAndReuseOp(const Teuchos::RCP< const LinearOpSourceBase< double > > &fwdOpSrc, LinearOpWithSolveBase< double > *Op) const
LinearOpWithSolveFactoryBase subclass implemented in terms of AztecOO.
void initializeOp_impl(const Teuchos::RCP< const LinearOpSourceBase< double > > &fwdOpSrc, const Teuchos::RCP< const PreconditionerBase< double > > &prec, const Teuchos::RCP< const LinearOpSourceBase< double > > &approxFwdOpSrc, const bool reusePrec, LinearOpWithSolveBase< double > *Op) const
STANDARD_COMPOSITION_MEMBERS(EpetraOperatorViewExtractorBase, epetraFwdOpViewExtractor)
Set the strategy object used to extract an Epetra_Operator view of an input forward operator...
bool acceptsPreconditionerFactory() const
Returns true .
Teuchos::RCP< Teuchos::ParameterList > thisValidParamList_
Teuchos::RCP< const Teuchos::ParameterList > getParameterList() const
double defaultFwdTolerance_
Teuchos::RCP< PreconditionerFactoryBase< double > > precFactory_
AztecOOLinearOpWithSolveFactory(Teuchos::RCP< Teuchos::ParameterList > const ¶mList=Teuchos::null)
Construct uninitialized.
void initializeApproxPreconditionedOp(const Teuchos::RCP< const LinearOpSourceBase< double > > &fwdOpSrc, const Teuchos::RCP< const LinearOpSourceBase< double > > &approxFwdOpSrc, LinearOpWithSolveBase< double > *Op, const ESupportSolveUse supportSolveUse) const
void updateThisValidParamList()
bool supportsPreconditionerInputType(const EPreconditionerInputType precOpType) const
int defaultFwdMaxIterations_
double defaultAdjTolerance_
std::string description() const
bool isCompatible(const LinearOpSourceBase< double > &fwdOpSrc) const
Teuchos::RCP< Teuchos::ParameterList > unsetParameterList()
Teuchos::RCP< const Teuchos::ParameterList > getValidParameters() const
void unsetPreconditionerFactory(Teuchos::RCP< PreconditionerFactoryBase< double > > *precFactory, std::string *precFactoryName)
void initializeOp(const Teuchos::RCP< const LinearOpSourceBase< double > > &fwdOpSrc, LinearOpWithSolveBase< double > *Op, const ESupportSolveUse supportSolveUse) const
void setParameterList(Teuchos::RCP< Teuchos::ParameterList > const ¶mList)
Teuchos::RCP< PreconditionerFactoryBase< double > > getPreconditionerFactory() const
std::string precFactoryName_
void initializePreconditionedOp(const Teuchos::RCP< const LinearOpSourceBase< double > > &fwdOpSrc, const Teuchos::RCP< const PreconditionerBase< double > > &prec, LinearOpWithSolveBase< double > *Op, const ESupportSolveUse supportSolveUse) const
int defaultAdjMaxIterations_
void setPreconditionerFactory(const Teuchos::RCP< PreconditionerFactoryBase< double > > &precFactory, const std::string &precFactoryName)
Teuchos::RCP< Teuchos::ParameterList > getNonconstParameterList()
Teuchos::RCP< LinearOpWithSolveBase< double > > createOp() const
static Teuchos::RCP< const Teuchos::ParameterList > generateAndGetValidParameters()