QUDA  1.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
quda::ExtractGhostExArg< Order, nDim, dim > Struct Template Reference

Public Member Functions

 ExtractGhostExArg (const Order &order, 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 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]
 
int threads
 

Detailed Description

template<typename Order, int nDim, int dim>
struct quda::ExtractGhostExArg< Order, nDim, dim >

Definition at line 11 of file extract_gauge_ghost_extended.cu.

Constructor & Destructor Documentation

◆ ExtractGhostExArg()

template<typename Order, int nDim, int dim>
quda::ExtractGhostExArg< Order, nDim, dim >::ExtractGhostExArg ( const Order &  order,
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_ 
)
inline

Definition at line 26 of file extract_gauge_ghost_extended.cu.

Member Data Documentation

◆ A0

template<typename Order, int nDim, int dim>
int quda::ExtractGhostExArg< Order, nDim, dim >::A0[nDim]

◆ A1

template<typename Order, int nDim, int dim>
int quda::ExtractGhostExArg< Order, nDim, dim >::A1[nDim]

◆ B0

template<typename Order, int nDim, int dim>
int quda::ExtractGhostExArg< Order, nDim, dim >::B0[nDim]

◆ B1

template<typename Order, int nDim, int dim>
int quda::ExtractGhostExArg< Order, nDim, dim >::B1[nDim]

◆ C0

template<typename Order, int nDim, int dim>
int quda::ExtractGhostExArg< Order, nDim, dim >::C0[nDim]

◆ C1

template<typename Order, int nDim, int dim>
int quda::ExtractGhostExArg< Order, nDim, dim >::C1[nDim]

◆ fBody

template<typename Order, int nDim, int dim>
int quda::ExtractGhostExArg< Order, nDim, dim >::fBody[nDim][nDim]

Definition at line 22 of file extract_gauge_ghost_extended.cu.

◆ fBuf

template<typename Order, int nDim, int dim>
int quda::ExtractGhostExArg< Order, nDim, dim >::fBuf[nDim][nDim]

Definition at line 23 of file extract_gauge_ghost_extended.cu.

◆ localParity

template<typename Order, int nDim, int dim>
int quda::ExtractGhostExArg< Order, nDim, dim >::localParity[nDim]

Definition at line 24 of file extract_gauge_ghost_extended.cu.

◆ order

template<typename Order, int nDim, int dim>
Order quda::ExtractGhostExArg< Order, nDim, dim >::order

◆ R

template<typename Order, int nDim, int dim>
int quda::ExtractGhostExArg< Order, nDim, dim >::R[nDim]

◆ surfaceCB

template<typename Order, int nDim, int dim>
int quda::ExtractGhostExArg< Order, nDim, dim >::surfaceCB[nDim]

Definition at line 15 of file extract_gauge_ghost_extended.cu.

◆ threads

template<typename Order, int nDim, int dim>
int quda::ExtractGhostExArg< Order, nDim, dim >::threads

Definition at line 25 of file extract_gauge_ghost_extended.cu.

Referenced by quda::extractGhostExKernel().

◆ X

template<typename Order, int nDim, int dim>
int quda::ExtractGhostExArg< Order, nDim, dim >::X[nDim]

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