QUDA
v0.7.0
A library for QCD on GPUs
|
Public Member Functions | |
ExtractGhostExArg (const Order &order, int dim, const int *X_, const int *R_, const int *surfaceCB_, const int *A0_, const int *A1_, const int *B0_, const int *B1_, const int *C0_, const int *C1_, const int fBody_[nDim][nDim], const int fBuf_[nDim][nDim], const int *localParity_) | |
Public Attributes | |
Order | order |
int | dim |
int | X [nDim] |
int | R [nDim] |
int | surfaceCB [nDim] |
int | A0 [nDim] |
int | A1 [nDim] |
int | B0 [nDim] |
int | B1 [nDim] |
int | C0 [nDim] |
int | C1 [nDim] |
int | fBody [nDim][nDim] |
int | fBuf [nDim][nDim] |
int | localParity [nDim] |
Definition at line 7 of file extract_gauge_ghost_extended.cu.
|
inline |
Definition at line 22 of file extract_gauge_ghost_extended.cu.
int quda::ExtractGhostExArg< Order, nDim >::A0[nDim] |
Definition at line 13 of file extract_gauge_ghost_extended.cu.
int quda::ExtractGhostExArg< Order, nDim >::A1[nDim] |
Definition at line 14 of file extract_gauge_ghost_extended.cu.
int quda::ExtractGhostExArg< Order, nDim >::B0[nDim] |
Definition at line 15 of file extract_gauge_ghost_extended.cu.
int quda::ExtractGhostExArg< Order, nDim >::B1[nDim] |
Definition at line 16 of file extract_gauge_ghost_extended.cu.
int quda::ExtractGhostExArg< Order, nDim >::C0[nDim] |
Definition at line 17 of file extract_gauge_ghost_extended.cu.
int quda::ExtractGhostExArg< Order, nDim >::C1[nDim] |
Definition at line 18 of file extract_gauge_ghost_extended.cu.
int quda::ExtractGhostExArg< Order, nDim >::dim |
Definition at line 9 of file extract_gauge_ghost_extended.cu.
int quda::ExtractGhostExArg< Order, nDim >::fBody[nDim][nDim] |
Definition at line 19 of file extract_gauge_ghost_extended.cu.
int quda::ExtractGhostExArg< Order, nDim >::fBuf[nDim][nDim] |
Definition at line 20 of file extract_gauge_ghost_extended.cu.
int quda::ExtractGhostExArg< Order, nDim >::localParity[nDim] |
Definition at line 21 of file extract_gauge_ghost_extended.cu.
Order quda::ExtractGhostExArg< Order, nDim >::order |
Definition at line 8 of file extract_gauge_ghost_extended.cu.
int quda::ExtractGhostExArg< Order, nDim >::R[nDim] |
Definition at line 11 of file extract_gauge_ghost_extended.cu.
int quda::ExtractGhostExArg< Order, nDim >::surfaceCB[nDim] |
Definition at line 12 of file extract_gauge_ghost_extended.cu.
int quda::ExtractGhostExArg< Order, nDim >::X[nDim] |
Definition at line 10 of file extract_gauge_ghost_extended.cu.