|
QUDA
0.9.0
|
Parameter structure for driving the Laplace operator. More...

Public Types | |
| typedef colorspinor_mapper< Float, 1, nColor >::type | F |
| typedef gauge_mapper< Float, reconstruct >::type | G |
Public Member Functions | |
| LaplaceArg (ColorSpinorField &out, const ColorSpinorField &in, const GaugeField &U, Float kappa, const ColorSpinorField *x, int parity) | |
Static Public Member Functions | |
| __host__ static __device__ constexpr bool | isXpay () |
Public Attributes | |
| F | out |
| const F | in |
| const F | x |
| const G | U |
| const Float | kappa |
| const int | parity |
| const int | nParity |
| const int | nFace |
| const int | dim [5] |
| const int | commDim [4] |
| const int | volumeCB |
Parameter structure for driving the Laplace operator.
Definition at line 18 of file laplace.cu.
| typedef colorspinor_mapper<Float,1,nColor>::type quda::LaplaceArg< Float, nColor, reconstruct, xpay >::F |
Definition at line 19 of file laplace.cu.
| typedef gauge_mapper<Float,reconstruct>::type quda::LaplaceArg< Float, nColor, reconstruct, xpay >::G |
Definition at line 20 of file laplace.cu.
|
inline |
Definition at line 36 of file laplace.cu.
References quda::LaplaceArg< Float, nColor, reconstruct, xpay >::in, and quda::LaplaceArg< Float, nColor, reconstruct, xpay >::nParity.
|
inlinestatic |
Definition at line 34 of file laplace.cu.
References quda::blas::xpay().

| const int quda::LaplaceArg< Float, nColor, reconstruct, xpay >::commDim[4] |
Definition at line 31 of file laplace.cu.
| const int quda::LaplaceArg< Float, nColor, reconstruct, xpay >::dim[5] |
Definition at line 30 of file laplace.cu.
| const F quda::LaplaceArg< Float, nColor, reconstruct, xpay >::in |
Definition at line 23 of file laplace.cu.
Referenced by quda::LaplaceArg< Float, nColor, reconstruct, xpay >::LaplaceArg().
| const Float quda::LaplaceArg< Float, nColor, reconstruct, xpay >::kappa |
Definition at line 26 of file laplace.cu.
| const int quda::LaplaceArg< Float, nColor, reconstruct, xpay >::nFace |
Definition at line 29 of file laplace.cu.
| const int quda::LaplaceArg< Float, nColor, reconstruct, xpay >::nParity |
Definition at line 28 of file laplace.cu.
Referenced by quda::LaplaceArg< Float, nColor, reconstruct, xpay >::LaplaceArg().
| F quda::LaplaceArg< Float, nColor, reconstruct, xpay >::out |
Definition at line 22 of file laplace.cu.
| const int quda::LaplaceArg< Float, nColor, reconstruct, xpay >::parity |
Definition at line 27 of file laplace.cu.
| const G quda::LaplaceArg< Float, nColor, reconstruct, xpay >::U |
Definition at line 25 of file laplace.cu.
| const int quda::LaplaceArg< Float, nColor, reconstruct, xpay >::volumeCB |
Definition at line 32 of file laplace.cu.
| const F quda::LaplaceArg< Float, nColor, reconstruct, xpay >::x |
Definition at line 24 of file laplace.cu.
1.8.14