QUDA
1.0.0
|
Parameter structure for driving the covariatnt derivative operator. More...
Public Types | |
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 |
![]() | |
typedef mapper< Float >::type | real |
Public Member Functions | |
LaplaceArg (ColorSpinorField &out, const ColorSpinorField &in, const GaugeField &U, int dir, double a, const ColorSpinorField &x, int parity, bool dagger, const int *comm_override) | |
![]() | |
DslashArg (const ColorSpinorField &in, const GaugeField &U, int parity, bool dagger, bool xpay, int nFace, int spin_project, const int *comm_override) | |
Public Attributes | |
F | out |
const F | in |
const F | x |
const G | U |
const real | a |
int | dir |
![]() | |
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 |
Static Public Attributes | |
static constexpr int | nSpin = 1 |
static constexpr bool | spin_project = false |
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 |
Parameter structure for driving the covariatnt derivative operator.
Definition at line 16 of file laplace.cuh.
typedef colorspinor_mapper<Float, nSpin, nColor, spin_project, spinor_direct_load>::type quda::LaplaceArg< Float, nColor, reconstruct_ >::F |
Definition at line 20 of file laplace.cuh.
typedef gauge_mapper<Float, reconstruct, 18, QUDA_STAGGERED_PHASE_NO, gauge_direct_load, ghost>::type quda::LaplaceArg< Float, nColor, reconstruct_ >::G |
Definition at line 25 of file laplace.cuh.
typedef mapper<Float>::type quda::LaplaceArg< Float, nColor, reconstruct_ >::real |
Definition at line 27 of file laplace.cuh.
|
inline |
The direction from which to omit the derivative
Definition at line 36 of file laplace.cuh.
References quda::DslashArg< Float >::dagger, quda::LaplaceArg< Float, nColor, reconstruct_ >::dir, errorQuda, quda::GaugeField::FieldOrder(), quda::ColorSpinorField::FieldOrder(), quda::GaugeField::isNative(), quda::ColorSpinorField::isNative(), quda::DslashArg< Float >::kernel_type, nColor, and quda::DslashArg< Float >::nParity.
const real quda::LaplaceArg< Float, nColor, reconstruct_ >::a |
the gauge field
Definition at line 33 of file laplace.cuh.
int quda::LaplaceArg< Float, nColor, reconstruct_ >::dir |
xpay scale factor - can be -kappa or -kappa^2
Definition at line 34 of file laplace.cuh.
Referenced by quda::LaplaceArg< Float, nColor, reconstruct_ >::LaplaceArg().
|
static |
Definition at line 23 of file laplace.cuh.
|
static |
Definition at line 24 of file laplace.cuh.
Referenced by quda::applyLaplace().
const F quda::LaplaceArg< Float, nColor, reconstruct_ >::in |
|
static |
Definition at line 17 of file laplace.cuh.
F quda::LaplaceArg< Float, nColor, reconstruct_ >::out |
Definition at line 29 of file laplace.cuh.
Referenced by quda::laplace().
|
static |
Definition at line 22 of file laplace.cuh.
|
static |
Definition at line 18 of file laplace.cuh.
|
static |
Definition at line 19 of file laplace.cuh.
const G quda::LaplaceArg< Float, nColor, reconstruct_ >::U |
input vector field for xpay
Definition at line 32 of file laplace.cuh.
Referenced by quda::applyLaplace().
const F quda::LaplaceArg< Float, nColor, reconstruct_ >::x |