Stratimikos
Version of the Day
|
This is the complete list of members for Thyra::BelosLinearOpWithSolveFactory< Scalar >, including all inherited members.
acceptsPreconditionerFactory() const | Thyra::BelosLinearOpWithSolveFactory< Scalar > | virtual |
BelosLinearOpWithSolveFactory() | Thyra::BelosLinearOpWithSolveFactory< Scalar > | |
BelosLinearOpWithSolveFactory(const Teuchos::RCP< PreconditionerFactoryBase< Scalar > > &precFactory) | Thyra::BelosLinearOpWithSolveFactory< Scalar > | |
BlockCG_name | Thyra::BelosLinearOpWithSolveFactory< Scalar > | static |
BlockGMRES_name | Thyra::BelosLinearOpWithSolveFactory< Scalar > | static |
ConvergenceTestFrequency_name | Thyra::BelosLinearOpWithSolveFactory< Scalar > | static |
createOp() const | Thyra::BelosLinearOpWithSolveFactory< Scalar > | virtual |
describe(FancyOStream &out, const EVerbosityLevel verbLevel=verbLevel_default) const | Teuchos::Describable | virtual |
describe(std::ostream &out, const EVerbosityLevel verbLevel=verbLevel_default) const | Teuchos::Describable | |
describe(const Describable &describable, const EVerbosityLevel verbLevel=Describable::verbLevel_default) | Teuchos::Describable | |
describe(FancyOStream &out, const EVerbosityLevel verbLevel=verbLevel_default) const | Teuchos::Describable | virtual |
describe(std::ostream &out, const EVerbosityLevel verbLevel=verbLevel_default) const | Teuchos::Describable | |
describe(const Describable &describable, const EVerbosityLevel verbLevel=Describable::verbLevel_default) | Teuchos::Describable | |
describe(FancyOStream &out, const EVerbosityLevel verbLevel=verbLevel_default) const | Teuchos::Describable | virtual |
describe(std::ostream &out, const EVerbosityLevel verbLevel=verbLevel_default) const | Teuchos::Describable | |
describe(const Describable &describable, const EVerbosityLevel verbLevel=Describable::verbLevel_default) | Teuchos::Describable | |
description() const | Thyra::BelosLinearOpWithSolveFactory< Scalar > | virtual |
GCRODR_name | Thyra::BelosLinearOpWithSolveFactory< Scalar > | static |
getNonconstParameterList() | Thyra::BelosLinearOpWithSolveFactory< Scalar > | virtual |
getObjectLabel() const | Teuchos::Describable | virtual |
getObjectLabel() const | Teuchos::Describable | virtual |
getObjectLabel() const | Teuchos::Describable | virtual |
getParameterList() const | Thyra::BelosLinearOpWithSolveFactory< Scalar > | virtual |
getPreconditionerFactory() const | Thyra::BelosLinearOpWithSolveFactory< Scalar > | virtual |
getValidParameters() const | Thyra::BelosLinearOpWithSolveFactory< Scalar > | virtual |
initializeAndReuseOp(const Teuchos::RCP< const LinearOpSourceBase< Scalar > > &fwdOpSrc, LinearOpWithSolveBase< Scalar > *Op) const | Thyra::BelosLinearOpWithSolveFactory< Scalar > | virtual |
Thyra::LinearOpWithSolveFactoryBase::initializeAndReuseOp(const LinearOpWithSolveFactoryBase< Scalar > &lowsFactory, const RCP< const LinearOpBase< Scalar > > &fwdOp, const Ptr< LinearOpWithSolveBase< Scalar > > &Op) | Thyra::LinearOpWithSolveFactoryBase< Scalar > | |
initializeApproxPreconditionedOp(const Teuchos::RCP< const LinearOpSourceBase< Scalar > > &fwdOpSrc, const Teuchos::RCP< const LinearOpSourceBase< Scalar > > &approxFwdOpSrc, LinearOpWithSolveBase< Scalar > *Op, const ESupportSolveUse supportSolveUse) const | Thyra::BelosLinearOpWithSolveFactory< 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 > | |
initializeOp(const Teuchos::RCP< const LinearOpSourceBase< Scalar > > &fwdOpSrc, LinearOpWithSolveBase< Scalar > *Op, const ESupportSolveUse supportSolveUse) const | Thyra::BelosLinearOpWithSolveFactory< 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 > | |
initializePreconditionedOp(const Teuchos::RCP< const LinearOpSourceBase< Scalar > > &fwdOpSrc, const Teuchos::RCP< const PreconditionerBase< Scalar > > &prec, LinearOpWithSolveBase< Scalar > *Op, const ESupportSolveUse supportSolveUse) const | Thyra::BelosLinearOpWithSolveFactory< 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 > | |
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 > | |
isCompatible(const LinearOpSourceBase< Scalar > &fwdOpSrc) const | Thyra::BelosLinearOpWithSolveFactory< Scalar > | virtual |
Thyra::LinearOpWithSolveFactoryBase::isCompatible(const LinearOpWithSolveFactoryBase< Scalar > &lowsFactory, const LinearOpBase< Scalar > &fwdOp) | Thyra::LinearOpWithSolveFactoryBase< Scalar > | |
LabeledObject() | Teuchos::Describable | |
LabeledObject() | Teuchos::Describable | |
LabeledObject() | Teuchos::Describable | |
linearOpWithSolve(const LinearOpWithSolveFactoryBase< Scalar > &lowsFactory, const RCP< const LinearOpBase< Scalar > > &fwdOp, const ESupportSolveUse supportSolveUse=SUPPORT_SOLVE_UNSPECIFIED) | Thyra::LinearOpWithSolveFactoryBase< Scalar > | |
MagnitudeType typedef | Thyra::BelosLinearOpWithSolveFactory< Scalar > | |
MINRES_name | Thyra::BelosLinearOpWithSolveFactory< Scalar > | static |
operator<<(std::ostream &os, const DescribableStreamManipulatorState &d) | Teuchos::Describable | |
operator<<(std::ostream &os, const DescribableStreamManipulatorState &d) | Teuchos::Describable | |
operator<<(std::ostream &os, const DescribableStreamManipulatorState &d) | Teuchos::Describable | |
PseudoBlockCG_name | Thyra::BelosLinearOpWithSolveFactory< Scalar > | static |
PseudoBlockGMRES_name | Thyra::BelosLinearOpWithSolveFactory< Scalar > | static |
PseudoBlockStochasticCG_name | Thyra::BelosLinearOpWithSolveFactory< Scalar > | static |
RCG_name | Thyra::BelosLinearOpWithSolveFactory< Scalar > | static |
setDefaultObjectLabel(const LinearOpBase< Scalar > &fwdOp, const Ptr< LinearOpWithSolveBase< Scalar > > &Op) | Thyra::LinearOpWithSolveFactoryBase< Scalar > | |
setObjectLabel(const std::string &objectLabel) | Teuchos::Describable | virtual |
setObjectLabel(const std::string &objectLabel) | Teuchos::Describable | virtual |
setObjectLabel(const std::string &objectLabel) | Teuchos::Describable | virtual |
setParameterList(Teuchos::RCP< Teuchos::ParameterList > const ¶mList) | Thyra::BelosLinearOpWithSolveFactory< Scalar > | virtual |
setPreconditionerFactory(const Teuchos::RCP< PreconditionerFactoryBase< Scalar > > &precFactory, const std::string &precFactoryName) | Thyra::BelosLinearOpWithSolveFactory< Scalar > | virtual |
SolverType_default | Thyra::BelosLinearOpWithSolveFactory< Scalar > | static |
SolverType_name | Thyra::BelosLinearOpWithSolveFactory< Scalar > | static |
SolverTypes_name | Thyra::BelosLinearOpWithSolveFactory< Scalar > | static |
supportsPreconditionerInputType(const EPreconditionerInputType precOpType) const | Thyra::BelosLinearOpWithSolveFactory< Scalar > | virtual |
TFQMR_name | Thyra::BelosLinearOpWithSolveFactory< Scalar > | static |
uninitializeOp(LinearOpWithSolveBase< Scalar > *Op, Teuchos::RCP< const LinearOpSourceBase< Scalar > > *fwdOpSrc, Teuchos::RCP< const PreconditionerBase< Scalar > > *prec, Teuchos::RCP< const LinearOpSourceBase< Scalar > > *approxFwdOpSrc, ESupportSolveUse *supportSolveUse) const | Thyra::BelosLinearOpWithSolveFactory< 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 > | |
unsetParameterList() | Thyra::BelosLinearOpWithSolveFactory< Scalar > | virtual |
unsetPreconditionerFactory(Teuchos::RCP< PreconditionerFactoryBase< Scalar > > *precFactory, std::string *precFactoryName) | Thyra::BelosLinearOpWithSolveFactory< Scalar > | virtual |
verbLevel_default | Teuchos::Describable | static |
~Describable() | Teuchos::Describable | virtual |
~Describable() | Teuchos::Describable | virtual |
~Describable() | Teuchos::Describable | virtual |
~LabeledObject() | Teuchos::Describable | virtual |
~LabeledObject() | Teuchos::Describable | virtual |
~LabeledObject() | Teuchos::Describable | virtual |