|
Thyra
Version of the Day
|
This is the complete list of members for Thyra::DelayedLinearOpWithSolveFactory< Scalar >, including all inherited members.
| acceptsPreconditionerFactory() const | Thyra::DelayedLinearOpWithSolveFactory< Scalar > | virtual |
| createOp() const | Thyra::DelayedLinearOpWithSolveFactory< Scalar > | virtual |
| DelayedLinearOpWithSolveFactory(const RCP< LinearOpWithSolveFactoryBase< Scalar > > &lowsf) | Thyra::DelayedLinearOpWithSolveFactory< Scalar > | |
| description() const | Thyra::DelayedLinearOpWithSolveFactory< Scalar > | |
| getNonconstParameterList() | Thyra::DelayedLinearOpWithSolveFactory< Scalar > | |
| getParameterList() const | Thyra::DelayedLinearOpWithSolveFactory< Scalar > | |
| getPreconditionerFactory() const | Thyra::DelayedLinearOpWithSolveFactory< Scalar > | virtual |
| getUnderlyingLOWSF() | Thyra::DelayedLinearOpWithSolveFactory< Scalar > | |
| getUnderlyingLOWSF() const | Thyra::DelayedLinearOpWithSolveFactory< Scalar > | |
| getValidParameters() const | Thyra::DelayedLinearOpWithSolveFactory< Scalar > | |
| informUpdatedVerbosityState() const | Thyra::DelayedLinearOpWithSolveFactory< Scalar > | protected |
| initializeAndReuseOp(const RCP< const LinearOpSourceBase< Scalar > > &fwdOpSrc, LinearOpWithSolveBase< Scalar > *Op) const | Thyra::DelayedLinearOpWithSolveFactory< Scalar > | virtual |
| Thyra::LinearOpWithSolveFactoryBase::initializeAndReuseOp(const LinearOpWithSolveFactoryBase< Scalar > &lowsFactory, const RCP< const LinearOpBase< Scalar > > &fwdOp, const Ptr< LinearOpWithSolveBase< Scalar > > &Op) | Thyra::LinearOpWithSolveFactoryBase< Scalar > | related |
| initializeApproxPreconditionedOp(const RCP< const LinearOpSourceBase< Scalar > > &fwdOpSrc, const RCP< const LinearOpSourceBase< Scalar > > &approxFwdOpSrc, LinearOpWithSolveBase< Scalar > *Op, const ESupportSolveUse supportSolveUse) const | Thyra::DelayedLinearOpWithSolveFactory< Scalar > | virtual |
| Thyra::LinearOpWithSolveFactoryBase::initializeApproxPreconditionedOp(const LinearOpWithSolveFactoryBase< Scalar > &lowsFactory, const RCP< const LinearOpBase< Scalar > > &fwdOp, const RCP< const LinearOpBase< Scalar > > &approxFwdOp, const Ptr< LinearOpWithSolveBase< Scalar > > &Op, const ESupportSolveUse supportSolveUse=SUPPORT_SOLVE_UNSPECIFIED) | Thyra::LinearOpWithSolveFactoryBase< Scalar > | related |
| initializeOp(const RCP< const LinearOpSourceBase< Scalar > > &fwdOpSrc, LinearOpWithSolveBase< Scalar > *Op, const ESupportSolveUse supportSolveUse) const | Thyra::DelayedLinearOpWithSolveFactory< Scalar > | virtual |
| Thyra::LinearOpWithSolveFactoryBase::initializeOp(const LinearOpWithSolveFactoryBase< Scalar > &lowsFactory, const RCP< const LinearOpBase< Scalar > > &fwdOp, const Ptr< LinearOpWithSolveBase< Scalar > > &Op, const ESupportSolveUse supportSolveUse=SUPPORT_SOLVE_UNSPECIFIED) | Thyra::LinearOpWithSolveFactoryBase< Scalar > | related |
| initializePreconditionedOp(const RCP< const LinearOpSourceBase< Scalar > > &fwdOpSrc, const RCP< const PreconditionerBase< Scalar > > &prec, LinearOpWithSolveBase< Scalar > *Op, const ESupportSolveUse supportSolveUse) const | Thyra::DelayedLinearOpWithSolveFactory< Scalar > | virtual |
| Thyra::LinearOpWithSolveFactoryBase::initializePreconditionedOp(const LinearOpWithSolveFactoryBase< Scalar > &lowsFactory, const RCP< const LinearOpBase< Scalar > > &fwdOp, const RCP< const PreconditionerBase< Scalar > > &prec, const Ptr< LinearOpWithSolveBase< Scalar > > &Op, const ESupportSolveUse supportSolveUse=SUPPORT_SOLVE_UNSPECIFIED) | Thyra::LinearOpWithSolveFactoryBase< Scalar > | related |
| inverse(const LinearOpWithSolveFactoryBase< Scalar > &LOWSF, const RCP< const LinearOpBase< Scalar > > &fwdOp, const ESupportSolveUse supportSolveUse=SUPPORT_SOLVE_UNSPECIFIED, const Ptr< const SolveCriteria< Scalar > > &fwdSolveCriteria=Teuchos::null, const EThrowOnSolveFailure throwOnFwdSolveFailure=THROW_ON_SOLVE_FAILURE, const Ptr< const SolveCriteria< Scalar > > &adjSolveCriteria=Teuchos::null, const EThrowOnSolveFailure throwOnAdjSolveFailure=THROW_ON_SOLVE_FAILURE) | Thyra::LinearOpWithSolveFactoryBase< Scalar > | related |
| isCompatible(const LinearOpSourceBase< Scalar > &fwdOpSrc) const | Thyra::DelayedLinearOpWithSolveFactory< Scalar > | virtual |
| Thyra::LinearOpWithSolveFactoryBase::isCompatible(const LinearOpWithSolveFactoryBase< Scalar > &lowsFactory, const LinearOpBase< Scalar > &fwdOp) | Thyra::LinearOpWithSolveFactoryBase< Scalar > | related |
| linearOpWithSolve(const LinearOpWithSolveFactoryBase< Scalar > &lowsFactory, const RCP< const LinearOpBase< Scalar > > &fwdOp, const ESupportSolveUse supportSolveUse=SUPPORT_SOLVE_UNSPECIFIED) | Thyra::LinearOpWithSolveFactoryBase< Scalar > | related |
| setDefaultObjectLabel(const LinearOpBase< Scalar > &fwdOp, const Ptr< LinearOpWithSolveBase< Scalar > > &Op) | Thyra::LinearOpWithSolveFactoryBase< Scalar > | related |
| setParameterList(RCP< ParameterList > const ¶mList) | Thyra::DelayedLinearOpWithSolveFactory< Scalar > | |
| setPreconditionerFactory(const RCP< PreconditionerFactoryBase< Scalar > > &precFactory, const std::string &precFactoryName) | Thyra::DelayedLinearOpWithSolveFactory< Scalar > | virtual |
| supportsPreconditionerInputType(const EPreconditionerInputType precOpType) const | Thyra::DelayedLinearOpWithSolveFactory< Scalar > | virtual |
| uninitializeOp(LinearOpWithSolveBase< Scalar > *Op, RCP< const LinearOpSourceBase< Scalar > > *fwdOpSrc, RCP< const PreconditionerBase< Scalar > > *prec, RCP< const LinearOpSourceBase< Scalar > > *approxFwdOpSrc, ESupportSolveUse *supportSolveUse) const | Thyra::DelayedLinearOpWithSolveFactory< Scalar > | virtual |
| Thyra::LinearOpWithSolveFactoryBase::uninitializeOp(const LinearOpWithSolveFactoryBase< Scalar > &lowsFactory, const Ptr< LinearOpWithSolveBase< Scalar > > &Op, const Ptr< RCP< const LinearOpBase< Scalar > > > &fwdOp=Teuchos::null, const Ptr< RCP< const PreconditionerBase< Scalar > > > &prec=Teuchos::null, const Ptr< RCP< const LinearOpBase< Scalar > > > &approxFwdOp=Teuchos::null, const Ptr< ESupportSolveUse > &supportSolveUse=Teuchos::null) | Thyra::LinearOpWithSolveFactoryBase< Scalar > | related |
| unsetParameterList() | Thyra::DelayedLinearOpWithSolveFactory< Scalar > | |
| unsetPreconditionerFactory(RCP< PreconditionerFactoryBase< Scalar > > *precFactory, std::string *precFactoryName) | Thyra::DelayedLinearOpWithSolveFactory< Scalar > | virtual |
1.8.14