QUDA  1.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Types | Public Member Functions | Public Attributes | List of all members
quda::TwistedMassArg< Float, nColor, reconstruct_ > Struct Template Reference
Inheritance diagram for quda::TwistedMassArg< Float, nColor, reconstruct_ >:
Inheritance graph
[legend]
Collaboration diagram for quda::TwistedMassArg< Float, nColor, reconstruct_ >:
Collaboration graph
[legend]

Public Types

typedef mapper< Float >::type real
 
typedef mapper< Float >::type real
 
- Public Types inherited from quda::WilsonArg< Float, nColor, reconstruct_ >
typedef colorspinor_mapper< Float, nSpin, nColor, spin_project, spinor_direct_load >::type F
 
typedef gauge_mapper< Float, reconstruct, 18, QUDA_STAGGERED_PHASE_NO, gauge_direct_load, ghost >::type G
 
typedef mapper< Float >::type real
 
- Public Types inherited from quda::DslashArg< Float >
typedef mapper< Float >::type real
 

Public Member Functions

 TwistedMassArg (ColorSpinorField &out, const ColorSpinorField &in, const GaugeField &U, double a, double b, const ColorSpinorField &x, int parity, bool dagger, const int *comm_override)
 
 TwistedMassArg (ColorSpinorField &out, const ColorSpinorField &in, const GaugeField &U, double a, double b, bool xpay, const ColorSpinorField &x, int parity, bool dagger, bool asymmetric, const int *comm_override)
 
- Public Member Functions inherited from quda::WilsonArg< Float, nColor, reconstruct_ >
 WilsonArg (ColorSpinorField &out, const ColorSpinorField &in, const GaugeField &U, double a, const ColorSpinorField &x, int parity, bool dagger, const int *comm_override)
 
- Public Member Functions inherited from quda::DslashArg< Float >
 DslashArg (const ColorSpinorField &in, const GaugeField &U, int parity, bool dagger, bool xpay, int nFace, int spin_project, const int *comm_override)
 

Public Attributes

real a
 
real b
 
real c
 
real a_inv
 
real b_inv
 
bool asymmetric
 
- Public Attributes inherited from quda::WilsonArg< Float, nColor, reconstruct_ >
F out
 
const F in
 
const F x
 
const G U
 
const real a
 
- Public Attributes inherited from quda::DslashArg< Float >
const int parity
 
const int nParity
 
const int nFace
 
const QudaReconstructType reconstruct
 
const int_fastdiv X0h
 
const int_fastdiv dim [5]
 
const int volumeCB
 
int commDim [4]
 
int ghostDim [4]
 
const bool dagger
 
const bool xpay
 
real t_proj_scale
 
DslashConstant dc
 
KernelType kernel_type
 
bool remote_write
 
int_fastdiv threads
 
int threadDimMapLower [4]
 
int threadDimMapUpper [4]
 
const bool spin_project
 
real twist_a
 
real twist_b
 
real twist_c
 

Additional Inherited Members

- Static Public Attributes inherited from quda::WilsonArg< Float, nColor, reconstruct_ >
static constexpr int nSpin = 4
 
static constexpr bool spin_project = true
 
static constexpr bool spinor_direct_load = false
 
static constexpr QudaReconstructType reconstruct = reconstruct_
 
static constexpr bool gauge_direct_load = false
 
static constexpr QudaGhostExchange ghost = QUDA_GHOST_EXCHANGE_PAD
 

Detailed Description

template<typename Float, int nColor, QudaReconstructType reconstruct_>
struct quda::TwistedMassArg< Float, nColor, reconstruct_ >

Definition at line 9 of file dslash_twisted_mass.cuh.

Member Typedef Documentation

◆ real [1/2]

template<typename Float, int nColor, QudaReconstructType reconstruct_>
typedef mapper<Float>::type quda::TwistedMassArg< Float, nColor, reconstruct_ >::real

Definition at line 10 of file dslash_twisted_mass.cuh.

◆ real [2/2]

template<typename Float, int nColor, QudaReconstructType reconstruct_>
typedef mapper<Float>::type quda::TwistedMassArg< Float, nColor, reconstruct_ >::real

Definition at line 10 of file dslash_twisted_mass_preconditioned.cuh.

Constructor & Destructor Documentation

◆ TwistedMassArg() [1/2]

template<typename Float, int nColor, QudaReconstructType reconstruct_>
quda::TwistedMassArg< Float, nColor, reconstruct_ >::TwistedMassArg ( ColorSpinorField out,
const ColorSpinorField in,
const GaugeField U,
double  a,
double  b,
const ColorSpinorField x,
int  parity,
bool  dagger,
const int *  comm_override 
)
inline

this is the twist factor

Definition at line 14 of file dslash_twisted_mass.cuh.

◆ TwistedMassArg() [2/2]

template<typename Float, int nColor, QudaReconstructType reconstruct_>
quda::TwistedMassArg< Float, nColor, reconstruct_ >::TwistedMassArg ( ColorSpinorField out,
const ColorSpinorField in,
const GaugeField U,
double  a,
double  b,
bool  xpay,
const ColorSpinorField x,
int  parity,
bool  dagger,
bool  asymmetric,
const int *  comm_override 
)
inline

Member Data Documentation

◆ a

template<typename Float, int nColor, QudaReconstructType reconstruct_>
real quda::TwistedMassArg< Float, nColor, reconstruct_ >::a

◆ a_inv

template<typename Float, int nColor, QudaReconstructType reconstruct_>
real quda::TwistedMassArg< Float, nColor, reconstruct_ >::a_inv

dummy parameter to allow us to reuse applyWilsonTM for non-degenerate operator

Definition at line 14 of file dslash_twisted_mass_preconditioned.cuh.

◆ asymmetric

template<typename Float, int nColor, QudaReconstructType reconstruct_>
bool quda::TwistedMassArg< Float, nColor, reconstruct_ >::asymmetric

inverse twist factor - used to allow early xpay inclusion

Definition at line 16 of file dslash_twisted_mass_preconditioned.cuh.

Referenced by quda::applyWilsonTM().

◆ b

template<typename Float, int nColor, QudaReconstructType reconstruct_>
real quda::TwistedMassArg< Float, nColor, reconstruct_ >::b

xpay scale facotor

this is the scaling factor

Definition at line 12 of file dslash_twisted_mass.cuh.

Referenced by quda::TwistedMassArg< Float, nColor, reconstruct_ >::TwistedMassArg().

◆ b_inv

template<typename Float, int nColor, QudaReconstructType reconstruct_>
real quda::TwistedMassArg< Float, nColor, reconstruct_ >::b_inv

inverse scaling factor - used to allow early xpay inclusion

Definition at line 15 of file dslash_twisted_mass_preconditioned.cuh.

◆ c

template<typename Float, int nColor, QudaReconstructType reconstruct_>
real quda::TwistedMassArg< Float, nColor, reconstruct_ >::c

this is the twist factor

Definition at line 13 of file dslash_twisted_mass_preconditioned.cuh.


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