QUDA
v0.7.0
A library for QCD on GPUs
|
#include <gauge_field_order.h>
Public Types | |
typedef mapper< Float >::type | RegType |
Public Member Functions | |
Reconstruct (const GaugeField &u) | |
__device__ __host__ void | Pack (RegType out[8], const RegType in[18], int idx) const |
__device__ __host__ void | Unpack (RegType out[18], const RegType in[8], int idx, int dir, const RegType phase) const |
__device__ __host__ void | getPhase (RegType *phase, const RegType in[18]) |
Public Attributes | |
int | X [QUDA_MAX_DIM] |
int | R [QUDA_MAX_DIM] |
const RegType | anisotropy |
const QudaTboundary | tBoundary |
bool | isFirstTimeSlice |
bool | isLastTimeSlice |
QudaGhostExchange | ghostExchange |
Definition at line 274 of file gauge_field_order.h.
typedef mapper<Float>::type quda::Reconstruct< 8, Float >::RegType |
Definition at line 275 of file gauge_field_order.h.
|
inline |
Definition at line 284 of file gauge_field_order.h.
|
inline |
Definition at line 363 of file gauge_field_order.h.
|
inline |
Definition at line 294 of file gauge_field_order.h.
|
inline |
Definition at line 300 of file gauge_field_order.h.
const RegType quda::Reconstruct< 8, Float >::anisotropy |
Definition at line 278 of file gauge_field_order.h.
QudaGhostExchange quda::Reconstruct< 8, Float >::ghostExchange |
Definition at line 282 of file gauge_field_order.h.
bool quda::Reconstruct< 8, Float >::isFirstTimeSlice |
Definition at line 280 of file gauge_field_order.h.
bool quda::Reconstruct< 8, Float >::isLastTimeSlice |
Definition at line 281 of file gauge_field_order.h.
int quda::Reconstruct< 8, Float >::R[QUDA_MAX_DIM] |
Definition at line 277 of file gauge_field_order.h.
const QudaTboundary quda::Reconstruct< 8, Float >::tBoundary |
Definition at line 279 of file gauge_field_order.h.
int quda::Reconstruct< 8, Float >::X[QUDA_MAX_DIM] |
Definition at line 276 of file gauge_field_order.h.