|
QUDA
1.0.0
|


Public Types | |
| 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 | |
| __device__ __host__ complex< real > | a5 (int s) |
| Helper function for grabbing the constant struct, whether we are on the GPU or CPU. More... | |
| DomainWall4DArg (ColorSpinorField &out, const ColorSpinorField &in, const GaugeField &U, double a, double m_5, const Complex *b_5, const Complex *c_5, bool xpay, const ColorSpinorField &x, int parity, bool dagger, 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 | |
| int | Ls |
| complex< real > | a_5 [QUDA_MAX_DWF_LS] |
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 |
Definition at line 12 of file dslash_domain_wall_4d.cuh.
| typedef mapper<Float>::type quda::DomainWall4DArg< Float, nColor, reconstruct_ >::real |
Definition at line 13 of file dslash_domain_wall_4d.cuh.
|
inline |
Definition at line 30 of file dslash_domain_wall_4d.cuh.
References quda::DomainWall4DArg< Float, nColor, reconstruct_ >::Ls, and quda::s.
|
inline |
Helper function for grabbing the constant struct, whether we are on the GPU or CPU.
xpay scale factor for each 4-d subvolume
Definition at line 21 of file dslash_domain_wall_4d.cuh.
References quda::mobius_d, and quda::s.
| complex<real> quda::DomainWall4DArg< Float, nColor, reconstruct_ >::a_5[QUDA_MAX_DWF_LS] |
fifth dimension length
Definition at line 15 of file dslash_domain_wall_4d.cuh.
| int quda::DomainWall4DArg< Float, nColor, reconstruct_ >::Ls |
Definition at line 14 of file dslash_domain_wall_4d.cuh.
Referenced by quda::DomainWall4DArg< Float, nColor, reconstruct_ >::DomainWall4DArg().
1.8.13