Stratimikos  Version of the Day
Thyra::AmesosLinearOpWithSolveFactory Member List

This is the complete list of members for Thyra::AmesosLinearOpWithSolveFactory, including all inherited members.

acceptsPreconditionerFactory() constThyra::LinearOpWithSolveFactoryBase< double >virtual
Amesos_Settings_nameThyra::AmesosLinearOpWithSolveFactorystatic
AmesosLinearOpWithSolveFactory(const Amesos::ESolverType solverType=Amesos::LAPACK, const Amesos::ERefactorizationPolicy refactorizationPolicy=Amesos::REPIVOT_ON_REFACTORIZATION, const bool throwOnPrecInput=true)Thyra::AmesosLinearOpWithSolveFactory
createOp() constThyra::AmesosLinearOpWithSolveFactoryvirtual
description() constThyra::AmesosLinearOpWithSolveFactory
getNonconstParameterList()Thyra::AmesosLinearOpWithSolveFactory
getParameterList() constThyra::AmesosLinearOpWithSolveFactory
getPreconditionerFactory() constThyra::LinearOpWithSolveFactoryBase< double >virtual
getValidParameters() constThyra::AmesosLinearOpWithSolveFactory
initializeAndReuseOp(const LinearOpWithSolveFactoryBase< double > &lowsFactory, const RCP< const LinearOpBase< double > > &fwdOp, const Ptr< LinearOpWithSolveBase< double > > &Op)Thyra::LinearOpWithSolveFactoryBase< double >
initializeAndReuseOp(const RCP< const LinearOpSourceBase< double > > &fwdOpSrc, LinearOpWithSolveBase< double > *Op) constThyra::LinearOpWithSolveFactoryBase< double >virtual
initializeApproxPreconditionedOp(const LinearOpWithSolveFactoryBase< double > &lowsFactory, const RCP< const LinearOpBase< double > > &fwdOp, const RCP< const LinearOpBase< double > > &approxFwdOp, const Ptr< LinearOpWithSolveBase< double > > &Op, const ESupportSolveUse supportSolveUse=SUPPORT_SOLVE_UNSPECIFIED)Thyra::LinearOpWithSolveFactoryBase< double >
initializeApproxPreconditionedOp(const RCP< const LinearOpSourceBase< double > > &fwdOpSrc, const RCP< const LinearOpSourceBase< double > > &approxFwdOpSrc, LinearOpWithSolveBase< double > *Op, const ESupportSolveUse supportSolveUse=SUPPORT_SOLVE_UNSPECIFIED) constThyra::LinearOpWithSolveFactoryBase< double >virtual
initializeOp(const Teuchos::RCP< const LinearOpSourceBase< double > > &fwdOpSrc, LinearOpWithSolveBase< double > *Op, const ESupportSolveUse supportSolveUse) constThyra::AmesosLinearOpWithSolveFactoryvirtual
LinearOpWithSolveFactoryBase< double >::initializeOp(const LinearOpWithSolveFactoryBase< double > &lowsFactory, const RCP< const LinearOpBase< double > > &fwdOp, const Ptr< LinearOpWithSolveBase< double > > &Op, const ESupportSolveUse supportSolveUse=SUPPORT_SOLVE_UNSPECIFIED)Thyra::LinearOpWithSolveFactoryBase< double >
initializePreconditionedOp(const Teuchos::RCP< const LinearOpSourceBase< double > > &fwdOpSrc, const Teuchos::RCP< const PreconditionerBase< double > > &prec, LinearOpWithSolveBase< double > *Op, const ESupportSolveUse supportSolveUse) constThyra::AmesosLinearOpWithSolveFactoryvirtual
initializePreconditionedOp(const Teuchos::RCP< const LinearOpSourceBase< double > > &fwdOpSrc, const Teuchos::RCP< const LinearOpSourceBase< double > > &approxFwdOpSrc, LinearOpWithSolveBase< double > *Op, const ESupportSolveUse supportSolveUse) constThyra::AmesosLinearOpWithSolveFactory
LinearOpWithSolveFactoryBase< double >::initializePreconditionedOp(const LinearOpWithSolveFactoryBase< double > &lowsFactory, const RCP< const LinearOpBase< double > > &fwdOp, const RCP< const PreconditionerBase< double > > &prec, const Ptr< LinearOpWithSolveBase< double > > &Op, const ESupportSolveUse supportSolveUse=SUPPORT_SOLVE_UNSPECIFIED)Thyra::LinearOpWithSolveFactoryBase< double >
inverse(const LinearOpWithSolveFactoryBase< double > &LOWSF, const RCP< const LinearOpBase< double > > &fwdOp, const ESupportSolveUse supportSolveUse=SUPPORT_SOLVE_UNSPECIFIED, const Ptr< const SolveCriteria< double > > &fwdSolveCriteria=Teuchos::null, const EThrowOnSolveFailure throwOnFwdSolveFailure=THROW_ON_SOLVE_FAILURE, const Ptr< const SolveCriteria< double > > &adjSolveCriteria=Teuchos::null, const EThrowOnSolveFailure throwOnAdjSolveFailure=THROW_ON_SOLVE_FAILURE)Thyra::LinearOpWithSolveFactoryBase< double >
isCompatible(const LinearOpSourceBase< double > &fwdOpSrc) constThyra::AmesosLinearOpWithSolveFactoryvirtual
LinearOpWithSolveFactoryBase< double >::isCompatible(const LinearOpWithSolveFactoryBase< double > &lowsFactory, const LinearOpBase< double > &fwdOp)Thyra::LinearOpWithSolveFactoryBase< double >
linearOpWithSolve(const LinearOpWithSolveFactoryBase< double > &lowsFactory, const RCP< const LinearOpBase< double > > &fwdOp, const ESupportSolveUse supportSolveUse=SUPPORT_SOLVE_UNSPECIFIED)Thyra::LinearOpWithSolveFactoryBase< double >
RefactorizationPolicy_nameThyra::AmesosLinearOpWithSolveFactorystatic
setDefaultObjectLabel(const LinearOpBase< double > &fwdOp, const Ptr< LinearOpWithSolveBase< double > > &Op)Thyra::LinearOpWithSolveFactoryBase< double >
setParameterList(Teuchos::RCP< Teuchos::ParameterList > const &paramList)Thyra::AmesosLinearOpWithSolveFactory
setPreconditionerFactory(const RCP< PreconditionerFactoryBase< double > > &precFactory, const std::string &precFactoryName)Thyra::LinearOpWithSolveFactoryBase< double >virtual
SolverType_nameThyra::AmesosLinearOpWithSolveFactorystatic
STANDARD_COMPOSITION_MEMBERS(EpetraOperatorViewExtractorBase, epetraFwdOpViewExtractor)Thyra::AmesosLinearOpWithSolveFactory
supportsPreconditionerInputType(const EPreconditionerInputType precOpType) constThyra::AmesosLinearOpWithSolveFactoryvirtual
ThrowOnPreconditionerInput_nameThyra::AmesosLinearOpWithSolveFactorystatic
uninitializeOp(LinearOpWithSolveBase< double > *Op, Teuchos::RCP< const LinearOpSourceBase< double > > *fwdOpSrc, Teuchos::RCP< const PreconditionerBase< double > > *prec, Teuchos::RCP< const LinearOpSourceBase< double > > *approxFwdOpSrc, ESupportSolveUse *supportSolveUse) constThyra::AmesosLinearOpWithSolveFactoryvirtual
LinearOpWithSolveFactoryBase< double >::uninitializeOp(const LinearOpWithSolveFactoryBase< double > &lowsFactory, const Ptr< LinearOpWithSolveBase< double > > &Op, const Ptr< RCP< const LinearOpBase< double > > > &fwdOp=Teuchos::null, const Ptr< RCP< const PreconditionerBase< double > > > &prec=Teuchos::null, const Ptr< RCP< const LinearOpBase< double > > > &approxFwdOp=Teuchos::null, const Ptr< ESupportSolveUse > &supportSolveUse=Teuchos::null)Thyra::LinearOpWithSolveFactoryBase< double >
unsetParameterList()Thyra::AmesosLinearOpWithSolveFactory
unsetPreconditionerFactory(RCP< PreconditionerFactoryBase< double > > *precFactory=NULL, std::string *precFactoryName=NULL)Thyra::LinearOpWithSolveFactoryBase< double >virtual
~AmesosLinearOpWithSolveFactory()Thyra::AmesosLinearOpWithSolveFactory

Generated for Stratimikos by doxygen 1.8.14