QUDA  0.9.0
Public Member Functions | Public Attributes | List of all members
quda::ExtractGhostArg< Order, nDim > Struct Template Reference

Public Member Functions

 ExtractGhostArg (const Order &order, const GaugeField &u, const int *A_, const int *B_, const int *C_, const int f_[nDim][nDim], const int *localParity_, int offset)
 

Public Attributes

Order order
 
const unsigned char nFace
 
unsigned short X [nDim]
 
unsigned short A [nDim]
 
unsigned short B [nDim]
 
unsigned short C [nDim]
 
int f [nDim][nDim]
 
bool localParity [nDim]
 
int faceVolumeCB [nDim]
 
int commDim [QUDA_MAX_DIM]
 
const int offset
 

Detailed Description

template<typename Order, int nDim>
struct quda::ExtractGhostArg< Order, nDim >

Definition at line 6 of file extract_gauge_ghost_helper.cuh.

Constructor & Destructor Documentation

◆ ExtractGhostArg()

template<typename Order, int nDim>
quda::ExtractGhostArg< Order, nDim >::ExtractGhostArg ( const Order &  order,
const GaugeField u,
const int A_,
const int B_,
const int C_,
const int  f_[nDim][nDim],
const int localParity_,
int  offset 
)
inline

Member Data Documentation

◆ A

template<typename Order, int nDim>
unsigned short quda::ExtractGhostArg< Order, nDim >::A[nDim]

◆ B

template<typename Order, int nDim>
unsigned short quda::ExtractGhostArg< Order, nDim >::B[nDim]

◆ C

template<typename Order, int nDim>
unsigned short quda::ExtractGhostArg< Order, nDim >::C[nDim]

◆ commDim

template<typename Order, int nDim>
int quda::ExtractGhostArg< Order, nDim >::commDim[QUDA_MAX_DIM]

◆ f

template<typename Order, int nDim>
int quda::ExtractGhostArg< Order, nDim >::f[nDim][nDim]

◆ faceVolumeCB

template<typename Order, int nDim>
int quda::ExtractGhostArg< Order, nDim >::faceVolumeCB[nDim]

◆ localParity

template<typename Order, int nDim>
bool quda::ExtractGhostArg< Order, nDim >::localParity[nDim]

◆ nFace

template<typename Order, int nDim>
const unsigned char quda::ExtractGhostArg< Order, nDim >::nFace

Definition at line 8 of file extract_gauge_ghost_helper.cuh.

◆ offset

template<typename Order, int nDim>
const int quda::ExtractGhostArg< Order, nDim >::offset

Definition at line 17 of file extract_gauge_ghost_helper.cuh.

◆ order

template<typename Order, int nDim>
Order quda::ExtractGhostArg< Order, nDim >::order

Definition at line 7 of file extract_gauge_ghost_helper.cuh.

◆ X

template<typename Order, int nDim>
unsigned short quda::ExtractGhostArg< Order, nDim >::X[nDim]

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