CHROMA
Public Member Functions | Private Member Functions | Private Attributes | List of all members

Propagator of an un-preconditioned Extended-Overlap linear operator. More...

Inheritance diagram for Chroma::OvExt5DQprop< T >:
Chroma::SystemSolver< T >

Public Member Functions

 OvExt5DQprop (Handle< LinearOperatorArray< T > > A_, Handle< LinearOperator< T > > Dw_, const Real &Mass_, const Real &a5_, const SysSolverCGParams &invParam_)
 Constructor. More...
 
 ~OvExt5DQprop ()
 Destructor is automatic. More...
 
const Subset & subset () const
 Return the subset on which the operator acts. More...
 
SystemSolverResults_t operator() (T &psi, const T &chi) const
 Solver the linear system. More...
 
- Public Member Functions inherited from Chroma::SystemSolver< T >
virtual ~SystemSolver ()
 Virtual destructor to help with cleanup;. More...
 

Private Member Functions

 OvExt5DQprop ()
 

Private Attributes

Handle< LinearOperatorArray< T > > A
 
Handle< LinearOperator< T > > Dw
 
Real Mass
 
Real a5
 
SysSolverCGParams invParam
 

Detailed Description

template<typename T>
class Chroma::OvExt5DQprop< T >

Propagator of an un-preconditioned Extended-Overlap linear operator.

Propagator solver for Extended overlap fermions

Definition at line 410 of file unprec_ovext_fermact_array_w.cc.

Constructor & Destructor Documentation

◆ OvExt5DQprop() [1/2]

template<typename T >
Chroma::OvExt5DQprop< T >::OvExt5DQprop ( Handle< LinearOperatorArray< T > >  A_,
Handle< LinearOperator< T > >  Dw_,
const Real &  Mass_,
const Real &  a5_,
const SysSolverCGParams invParam_ 
)
inline

Constructor.

Parameters
A_Linear operator ( Read )
Mass_quark mass ( Read )

Definition at line 418 of file unprec_ovext_fermact_array_w.cc.

◆ ~OvExt5DQprop()

template<typename T >
Chroma::OvExt5DQprop< T >::~OvExt5DQprop ( )
inline

Destructor is automatic.

Definition at line 426 of file unprec_ovext_fermact_array_w.cc.

◆ OvExt5DQprop() [2/2]

template<typename T >
Chroma::OvExt5DQprop< T >::OvExt5DQprop ( )
inlineprivate

Definition at line 506 of file unprec_ovext_fermact_array_w.cc.

Member Function Documentation

◆ operator()()

template<typename T >
SystemSolverResults_t Chroma::OvExt5DQprop< T >::operator() ( T psi,
const T chi 
) const
inlinevirtual

◆ subset()

template<typename T >
const Subset& Chroma::OvExt5DQprop< T >::subset ( void  ) const
inlinevirtual

Return the subset on which the operator acts.

Implements Chroma::SystemSolver< T >.

Definition at line 429 of file unprec_ovext_fermact_array_w.cc.

Member Data Documentation

◆ A

template<typename T >
Handle< LinearOperatorArray<T> > Chroma::OvExt5DQprop< T >::A
private

◆ a5

template<typename T >
Real Chroma::OvExt5DQprop< T >::a5
private

◆ Dw

template<typename T >
Handle< LinearOperator<T> > Chroma::OvExt5DQprop< T >::Dw
private

Definition at line 509 of file unprec_ovext_fermact_array_w.cc.

◆ invParam

template<typename T >
SysSolverCGParams Chroma::OvExt5DQprop< T >::invParam
private

◆ Mass

template<typename T >
Real Chroma::OvExt5DQprop< T >::Mass
private

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