|
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[12], const RegType in[18], int idx) const |
| __device__ __host__ void | Unpack (RegType out[18], const RegType in[12], 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 132 of file gauge_field_order.h.
| typedef mapper<Float>::type quda::Reconstruct< 12, Float >::RegType |
Definition at line 133 of file gauge_field_order.h.
|
inline |
Definition at line 142 of file gauge_field_order.h.
|
inline |
Definition at line 173 of file gauge_field_order.h.
|
inline |
Definition at line 152 of file gauge_field_order.h.
|
inline |
Definition at line 156 of file gauge_field_order.h.
| const RegType quda::Reconstruct< 12, Float >::anisotropy |
Definition at line 136 of file gauge_field_order.h.
| QudaGhostExchange quda::Reconstruct< 12, Float >::ghostExchange |
Definition at line 140 of file gauge_field_order.h.
| bool quda::Reconstruct< 12, Float >::isFirstTimeSlice |
Definition at line 138 of file gauge_field_order.h.
| bool quda::Reconstruct< 12, Float >::isLastTimeSlice |
Definition at line 139 of file gauge_field_order.h.
| int quda::Reconstruct< 12, Float >::R[QUDA_MAX_DIM] |
Definition at line 135 of file gauge_field_order.h.
| const QudaTboundary quda::Reconstruct< 12, Float >::tBoundary |
Definition at line 137 of file gauge_field_order.h.
| int quda::Reconstruct< 12, Float >::X[QUDA_MAX_DIM] |
Definition at line 134 of file gauge_field_order.h.
1.8.6