QUDA  v0.7.0
A library for QCD on GPUs
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
quda::ExtractGhostArg< Order, nDim > Struct Template Reference

Public Member Functions

 ExtractGhostArg (const Order &order, int nFace, const int *X_, const int *A_, const int *B_, const int *C_, const int f_[nDim][nDim], const int *localParity_)
 

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]
 

Detailed Description

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

Definition at line 5 of file extract_gauge_ghost.cu.

Constructor & Destructor Documentation

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

Definition at line 14 of file extract_gauge_ghost.cu.

Member Data Documentation

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

Definition at line 9 of file extract_gauge_ghost.cu.

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

Definition at line 10 of file extract_gauge_ghost.cu.

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

Definition at line 11 of file extract_gauge_ghost.cu.

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

Definition at line 12 of file extract_gauge_ghost.cu.

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

Definition at line 13 of file extract_gauge_ghost.cu.

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

Definition at line 7 of file extract_gauge_ghost.cu.

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

Definition at line 6 of file extract_gauge_ghost.cu.

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

Definition at line 8 of file extract_gauge_ghost.cu.


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