Tempus Version of the Day
Time Integration
|
Create a LinearOpWithSolveFactory for an adjoint linear op. More...
#include <Thyra_AdjointLinearOpWithSolveFactory.hpp>
Related Functions | |
(Note that these are not member functions.) | |
template<class Scalar > | |
RCP< const AdjointLinearOpWithSolveFactory< Scalar > > | adjointLinearOpWithSolveFactory (const RCP< const LinearOpWithSolveFactoryBase< Scalar > > &lowsf) |
Nonmember constructor. | |
template<class Scalar > | |
RCP< AdjointLinearOpWithSolveFactory< Scalar > > | nonconstAdjointLinearOpWithSolveFactory (const RCP< LinearOpWithSolveFactoryBase< Scalar > > &lowsf) |
Nonmember constructor. | |
Overridden from LinearOpWithSolveFactoyBase | |
typedef Teuchos::ConstNonconstObjectContainer< LinearOpWithSolveFactoryBase< Scalar > > | LOWSF_t |
LOWSF_t | lowsf_ |
virtual bool | acceptsPreconditionerFactory () const |
returns false. | |
virtual void | setPreconditionerFactory (const RCP< PreconditionerFactoryBase< Scalar > > &precFactory, const std::string &precFactoryName) |
Throws exception. | |
virtual RCP< PreconditionerFactoryBase< Scalar > > | getPreconditionerFactory () const |
Returns null . | |
virtual void | unsetPreconditionerFactory (RCP< PreconditionerFactoryBase< Scalar > > *precFactory, std::string *precFactoryName) |
Throws exception. | |
virtual bool | isCompatible (const LinearOpSourceBase< Scalar > &fwdOpSrc) const |
virtual RCP< LinearOpWithSolveBase< Scalar > > | createOp () const |
virtual void | initializeOp (const RCP< const LinearOpSourceBase< Scalar > > &fwdOpSrc, LinearOpWithSolveBase< Scalar > *Op, const ESupportSolveUse supportSolveUse) const |
virtual void | initializeAndReuseOp (const RCP< const LinearOpSourceBase< Scalar > > &fwdOpSrc, LinearOpWithSolveBase< Scalar > *Op) const |
virtual void | uninitializeOp (LinearOpWithSolveBase< Scalar > *Op, RCP< const LinearOpSourceBase< Scalar > > *fwdOpSrc, RCP< const PreconditionerBase< Scalar > > *prec, RCP< const LinearOpSourceBase< Scalar > > *approxFwdOpSrc, ESupportSolveUse *supportSolveUse) const |
virtual bool | supportsPreconditionerInputType (const EPreconditionerInputType precOpType) const |
virtual void | initializePreconditionedOp (const RCP< const LinearOpSourceBase< Scalar > > &fwdOpSrc, const RCP< const PreconditionerBase< Scalar > > &prec, LinearOpWithSolveBase< Scalar > *Op, const ESupportSolveUse supportSolveUse) const |
virtual void | initializeApproxPreconditionedOp (const RCP< const LinearOpSourceBase< Scalar > > &fwdOpSrc, const RCP< const LinearOpSourceBase< Scalar > > &approxFwdOpSrc, LinearOpWithSolveBase< Scalar > *Op, const ESupportSolveUse supportSolveUse) const |
void | informUpdatedVerbosityState () const |
Overridden from Teuchos::VerboseObjectBase. | |
Overridden from Constructors/Initializers/Accessors | |
AdjointLinearOpWithSolveFactory () | |
Construct to uninitialized. | |
void | nonconstInitialize (const RCP< LinearOpWithSolveFactoryBase< Scalar > > &lowsf) |
Initialize given a single non-const LOWSFB object. | |
void | initialize (const RCP< const LinearOpWithSolveFactoryBase< Scalar > > &lowsf) |
Initialize given a single const LOWSFB object. | |
RCP< LinearOpWithSolveFactoryBase< Scalar > > | getUnderlyingLOWSF () |
RCP< const LinearOpWithSolveFactoryBase< Scalar > > | getUnderlyingLOWSF () const |
Overridden from Teuchos::Describable. | |
std::string | description () const |
Overridden from ParameterListAcceptor (simple forwarding functions) | |
void | setParameterList (RCP< ParameterList > const ¶mList) |
RCP< ParameterList > | getNonconstParameterList () |
RCP< ParameterList > | unsetParameterList () |
RCP< const ParameterList > | getParameterList () const |
RCP< const ParameterList > | getValidParameters () const |
Create a LinearOpWithSolveFactory for an adjoint linear op.
Definition at line 24 of file Thyra_AdjointLinearOpWithSolveFactory.hpp.
|
private |
Definition at line 166 of file Thyra_AdjointLinearOpWithSolveFactory.hpp.
|
inline |
Construct to uninitialized.
Definition at line 33 of file Thyra_AdjointLinearOpWithSolveFactory.hpp.
void Thyra::AdjointLinearOpWithSolveFactory< Scalar >::nonconstInitialize | ( | const RCP< LinearOpWithSolveFactoryBase< Scalar > > & | lowsf | ) |
Initialize given a single non-const LOWSFB object.
lowsf | [in,persisting] The LOWSFB object that will be used to create the LOWSB object for the original system. |
Preconditions:
!is_null(lowsf)
Definition at line 208 of file Thyra_AdjointLinearOpWithSolveFactory.hpp.
void Thyra::AdjointLinearOpWithSolveFactory< Scalar >::initialize | ( | const RCP< const LinearOpWithSolveFactoryBase< Scalar > > & | lowsf | ) |
Initialize given a single const LOWSFB object.
lowsf | [in,persisting] The LOWSFB object that will be used to create the LOWSB object for the original system. |
Preconditions:
!is_null(lowsf)
Definition at line 221 of file Thyra_AdjointLinearOpWithSolveFactory.hpp.
RCP< LinearOpWithSolveFactoryBase< Scalar > > Thyra::AdjointLinearOpWithSolveFactory< Scalar >::getUnderlyingLOWSF |
Definition at line 234 of file Thyra_AdjointLinearOpWithSolveFactory.hpp.
RCP< const LinearOpWithSolveFactoryBase< Scalar > > Thyra::AdjointLinearOpWithSolveFactory< Scalar >::getUnderlyingLOWSF |
Definition at line 242 of file Thyra_AdjointLinearOpWithSolveFactory.hpp.
std::string Thyra::AdjointLinearOpWithSolveFactory< Scalar >::description |
Definition at line 252 of file Thyra_AdjointLinearOpWithSolveFactory.hpp.
void Thyra::AdjointLinearOpWithSolveFactory< Scalar >::setParameterList | ( | RCP< ParameterList > const & | paramList | ) |
Definition at line 271 of file Thyra_AdjointLinearOpWithSolveFactory.hpp.
RCP< ParameterList > Thyra::AdjointLinearOpWithSolveFactory< Scalar >::getNonconstParameterList |
Definition at line 281 of file Thyra_AdjointLinearOpWithSolveFactory.hpp.
RCP< ParameterList > Thyra::AdjointLinearOpWithSolveFactory< Scalar >::unsetParameterList |
Definition at line 289 of file Thyra_AdjointLinearOpWithSolveFactory.hpp.
RCP< const ParameterList > Thyra::AdjointLinearOpWithSolveFactory< Scalar >::getParameterList |
Definition at line 297 of file Thyra_AdjointLinearOpWithSolveFactory.hpp.
RCP< const ParameterList > Thyra::AdjointLinearOpWithSolveFactory< Scalar >::getValidParameters |
Definition at line 305 of file Thyra_AdjointLinearOpWithSolveFactory.hpp.
|
virtual |
returns false.
Definition at line 315 of file Thyra_AdjointLinearOpWithSolveFactory.hpp.
|
virtual |
Throws exception.
Definition at line 323 of file Thyra_AdjointLinearOpWithSolveFactory.hpp.
|
virtual |
Returns null .
Definition at line 338 of file Thyra_AdjointLinearOpWithSolveFactory.hpp.
|
virtual |
Throws exception.
Definition at line 350 of file Thyra_AdjointLinearOpWithSolveFactory.hpp.
|
virtual |
Definition at line 366 of file Thyra_AdjointLinearOpWithSolveFactory.hpp.
|
virtual |
Definition at line 381 of file Thyra_AdjointLinearOpWithSolveFactory.hpp.
|
virtual |
Definition at line 389 of file Thyra_AdjointLinearOpWithSolveFactory.hpp.
|
virtual |
Definition at line 421 of file Thyra_AdjointLinearOpWithSolveFactory.hpp.
|
virtual |
Definition at line 451 of file Thyra_AdjointLinearOpWithSolveFactory.hpp.
|
virtual |
Definition at line 488 of file Thyra_AdjointLinearOpWithSolveFactory.hpp.
|
virtual |
Definition at line 498 of file Thyra_AdjointLinearOpWithSolveFactory.hpp.
|
virtual |
Definition at line 534 of file Thyra_AdjointLinearOpWithSolveFactory.hpp.
|
protected |
Overridden from Teuchos::VerboseObjectBase.
Definition at line 572 of file Thyra_AdjointLinearOpWithSolveFactory.hpp.
|
related |
Nonmember constructor.
Definition at line 178 of file Thyra_AdjointLinearOpWithSolveFactory.hpp.
|
related |
Nonmember constructor.
Definition at line 194 of file Thyra_AdjointLinearOpWithSolveFactory.hpp.
|
private |
Definition at line 168 of file Thyra_AdjointLinearOpWithSolveFactory.hpp.