Thyra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Related Functions | List of all members
Thyra::DelayedLinearOpWithSolve< Scalar > Class Template Reference

Delayed linear solver construction LinearOpWithSolveBase decorator class. More...

#include <Thyra_DelayedLinearOpWithSolve_decl.hpp>

Inheritance diagram for Thyra::DelayedLinearOpWithSolve< Scalar >:
Inheritance graph
[legend]

Related Functions

(Note that these are not member functions.)

template<class Scalar >
RCP< DelayedLinearOpWithSolve
< Scalar > > 
delayedLinearOpWithSolve ()
 Nonmember constuctor. More...
 
template<class Scalar >
RCP< DelayedLinearOpWithSolve
< Scalar > > 
delayedLinearOpWithSolve (const RCP< const LinearOpSourceBase< Scalar > > &fwdOpSrc, const RCP< LinearOpWithSolveFactoryBase< Scalar > > &lowsf)
 Nonmember constuctor. More...
 

Constructor/Initializers

 DelayedLinearOpWithSolve ()
 
void initialize (const RCP< const LinearOpSourceBase< Scalar > > &fwdOpSrc, const RCP< const PreconditionerBase< Scalar > > &prec, const RCP< const LinearOpSourceBase< Scalar > > &approxFwdOpSrc, const ESupportSolveUse supportSolveUse, const RCP< LinearOpWithSolveFactoryBase< Scalar > > &lowsf)
 
RCP< const LinearOpSourceBase
< Scalar > > 
getFwdOpSrc () const
 
RCP< const PreconditionerBase
< Scalar > > 
getPrec () const
 
RCP< const LinearOpSourceBase
< Scalar > > 
getApproxFwdOpSrc () const
 
ESupportSolveUse getSupportSolveUse () const
 

Overridden from Teuchos::Describable.

std::string description () const
 

Overridden from LinearOpBase

RCP< const VectorSpaceBase
< Scalar > > 
range () const
 
RCP< const VectorSpaceBase
< Scalar > > 
domain () const
 
RCP< const LinearOpBase< Scalar > > clone () const
 
virtual bool opSupportedImpl (EOpTransp M_trans) const
 
virtual void applyImpl (const EOpTransp M_trans, const MultiVectorBase< Scalar > &X, const Ptr< MultiVectorBase< Scalar > > &Y, const Scalar alpha, const Scalar beta) const
 
void informUpdatedVerbosityState () const
 Overridden from Teuchos::VerboseObjectBase. More...
 

Overridden from LinearOpWithSolveBase.

virtual bool solveSupportsImpl (EOpTransp M_trans) const
 
virtual bool solveSupportsSolveMeasureTypeImpl (EOpTransp M_trans, const SolveMeasureType &solveMeasureType) const
 
SolveStatus< Scalar > solveImpl (const EOpTransp transp, const MultiVectorBase< Scalar > &B, const Ptr< MultiVectorBase< Scalar > > &X, const Ptr< const SolveCriteria< Scalar > > solveCriteria) const
 

Detailed Description

template<class Scalar>
class Thyra::DelayedLinearOpWithSolve< Scalar >

Delayed linear solver construction LinearOpWithSolveBase decorator class.

This simple class takes a LinearOpWithSolveFactoryBase object and the arguments for a call to LinearOpWithSolveBase::initializeOp() (or one of its related functions) and then waits until a solve is called before it constructs the preconditioner.

This class should never be created directly by a client. Instead, it should be created by a DelayedLinearOpWithSolveFactory object.

Definition at line 66 of file Thyra_DelayedLinearOpWithSolve_decl.hpp.

Constructor & Destructor Documentation

template<class Scalar >
Thyra::DelayedLinearOpWithSolve< Scalar >::DelayedLinearOpWithSolve ( )

Definition at line 61 of file Thyra_DelayedLinearOpWithSolve_def.hpp.

Member Function Documentation

template<class Scalar >
void Thyra::DelayedLinearOpWithSolve< Scalar >::initialize ( const RCP< const LinearOpSourceBase< Scalar > > &  fwdOpSrc,
const RCP< const PreconditionerBase< Scalar > > &  prec,
const RCP< const LinearOpSourceBase< Scalar > > &  approxFwdOpSrc,
const ESupportSolveUse  supportSolveUse,
const RCP< LinearOpWithSolveFactoryBase< Scalar > > &  lowsf 
)

Definition at line 67 of file Thyra_DelayedLinearOpWithSolve_def.hpp.

template<class Scalar >
RCP< const LinearOpSourceBase< Scalar > > Thyra::DelayedLinearOpWithSolve< Scalar >::getFwdOpSrc ( ) const

Definition at line 92 of file Thyra_DelayedLinearOpWithSolve_def.hpp.

template<class Scalar >
RCP< const PreconditionerBase< Scalar > > Thyra::DelayedLinearOpWithSolve< Scalar >::getPrec ( ) const

Definition at line 100 of file Thyra_DelayedLinearOpWithSolve_def.hpp.

template<class Scalar >
RCP< const LinearOpSourceBase< Scalar > > Thyra::DelayedLinearOpWithSolve< Scalar >::getApproxFwdOpSrc ( ) const

Definition at line 108 of file Thyra_DelayedLinearOpWithSolve_def.hpp.

template<class Scalar >
ESupportSolveUse Thyra::DelayedLinearOpWithSolve< Scalar >::getSupportSolveUse ( ) const

Definition at line 116 of file Thyra_DelayedLinearOpWithSolve_def.hpp.

template<class Scalar >
std::string Thyra::DelayedLinearOpWithSolve< Scalar >::description ( ) const
virtual

Reimplemented from Teuchos::Describable.

Definition at line 126 of file Thyra_DelayedLinearOpWithSolve_def.hpp.

template<class Scalar >
RCP< const VectorSpaceBase< Scalar > > Thyra::DelayedLinearOpWithSolve< Scalar >::range ( ) const
virtual
template<class Scalar >
RCP< const VectorSpaceBase< Scalar > > Thyra::DelayedLinearOpWithSolve< Scalar >::domain ( ) const
virtual
template<class Scalar >
RCP< const LinearOpBase< Scalar > > Thyra::DelayedLinearOpWithSolve< Scalar >::clone ( ) const
virtual

Reimplemented from Thyra::LinearOpBase< Scalar >.

Definition at line 171 of file Thyra_DelayedLinearOpWithSolve_def.hpp.

template<class Scalar >
void Thyra::DelayedLinearOpWithSolve< Scalar >::informUpdatedVerbosityState ( ) const
protectedvirtual

Overridden from Teuchos::VerboseObjectBase.

Reimplemented from Teuchos::VerboseObjectBase.

Definition at line 181 of file Thyra_DelayedLinearOpWithSolve_def.hpp.

template<class Scalar >
bool Thyra::DelayedLinearOpWithSolve< Scalar >::opSupportedImpl ( EOpTransp  M_trans) const
protectedvirtual
template<class Scalar >
void Thyra::DelayedLinearOpWithSolve< Scalar >::applyImpl ( const EOpTransp  M_trans,
const MultiVectorBase< Scalar > &  X,
const Ptr< MultiVectorBase< Scalar > > &  Y,
const Scalar  alpha,
const Scalar  beta 
) const
protectedvirtual
template<class Scalar >
bool Thyra::DelayedLinearOpWithSolve< Scalar >::solveSupportsImpl ( EOpTransp  M_trans) const
protectedvirtual
template<class Scalar >
bool Thyra::DelayedLinearOpWithSolve< Scalar >::solveSupportsSolveMeasureTypeImpl ( EOpTransp  M_trans,
const SolveMeasureType solveMeasureType 
) const
protectedvirtual
template<class Scalar >
SolveStatus< Scalar > Thyra::DelayedLinearOpWithSolve< Scalar >::solveImpl ( const EOpTransp  transp,
const MultiVectorBase< Scalar > &  B,
const Ptr< MultiVectorBase< Scalar > > &  X,
const Ptr< const SolveCriteria< Scalar > >  solveCriteria 
) const
protectedvirtual

Friends And Related Function Documentation

template<class Scalar >
RCP< DelayedLinearOpWithSolve< Scalar > > delayedLinearOpWithSolve ( )
related

Nonmember constuctor.

Definition at line 187 of file Thyra_DelayedLinearOpWithSolve_decl.hpp.

template<class Scalar >
RCP< DelayedLinearOpWithSolve< Scalar > > delayedLinearOpWithSolve ( const RCP< const LinearOpSourceBase< Scalar > > &  fwdOpSrc,
const RCP< LinearOpWithSolveFactoryBase< Scalar > > &  lowsf 
)
related

Nonmember constuctor.

Definition at line 199 of file Thyra_DelayedLinearOpWithSolve_decl.hpp.


The documentation for this class was generated from the following files: