QUDA
v0.7.0
A library for QCD on GPUs
|
#include <clover_field_order.h>
Public Types | |
typedef mapper< Float >::type | RegType |
typedef mapper< Float >::type | RegType |
![]() | |
typedef mapper< Float >::type | RegType |
Public Member Functions | |
QDPOrder (const CloverField &clover, bool inverse, Float *clover_=0) | |
bool | Twisted () const |
Float | Mu2 () const |
__device__ __host__ void | load (RegType v[length], int x, int parity) const |
__device__ __host__ void | save (const RegType v[length], int x, int parity) |
size_t | Bytes () const |
QDPOrder (const GaugeField &u, Float *gauge_=0, Float **ghost_=0) | |
QDPOrder (const QDPOrder &order) | |
virtual | ~QDPOrder () |
__device__ __host__ void | load (RegType v[length], int x, int dir, int parity) const |
__device__ __host__ void | save (const RegType v[length], int x, int dir, int parity) |
size_t | Bytes () const |
![]() | |
LegacyOrder (const GaugeField &u, Float **ghost_) | |
LegacyOrder (const LegacyOrder &order) | |
virtual | ~LegacyOrder () |
__device__ __host__ void | loadGhost (RegType v[length], int x, int dir, int parity) const |
__device__ __host__ void | saveGhost (const RegType v[length], int x, int dir, int parity) |
__device__ __host__ void | loadGhostEx (RegType v[length], int x, int dummy, int dir, int dim, int g, int parity, const int R[]) const |
__device__ __host__ void | saveGhostEx (const RegType v[length], int x, int dummy, int dir, int dim, int g, int parity, const int R[]) |
Public Attributes | |
Float * | clover [2] |
const int | volumeCB |
const int | stride |
const bool | twisted |
const Float | mu2 |
Float * | gauge [QUDA_MAX_DIM] |
![]() | |
Float * | ghost [QUDA_MAX_DIM] |
int | faceVolumeCB [QUDA_MAX_DIM] |
const int | volumeCB |
const int | stride |
const int | geometry |
const int | hasPhase |
QDP ordering for clover fields
struct to define QDP ordered gauge fields: [[dim]] [[parity][volumecb][row][col]]
Definition at line 134 of file clover_field_order.h.
typedef mapper<Float>::type quda::QDPOrder< Float, length >::RegType |
Definition at line 135 of file clover_field_order.h.
typedef mapper<Float>::type quda::QDPOrder< Float, length >::RegType |
Definition at line 687 of file gauge_field_order.h.
|
inline |
Definition at line 145 of file clover_field_order.h.
|
inline |
Definition at line 690 of file gauge_field_order.h.
|
inline |
Definition at line 693 of file gauge_field_order.h.
|
inlinevirtual |
Definition at line 696 of file gauge_field_order.h.
|
inline |
Definition at line 164 of file clover_field_order.h.
|
inline |
Definition at line 710 of file gauge_field_order.h.
|
inline |
Definition at line 156 of file clover_field_order.h.
|
inline |
Definition at line 698 of file gauge_field_order.h.
|
inline |
Definition at line 152 of file clover_field_order.h.
|
inline |
Definition at line 160 of file clover_field_order.h.
|
inline |
Definition at line 704 of file gauge_field_order.h.
|
inline |
Definition at line 151 of file clover_field_order.h.
Float* quda::QDPOrder< Float, length >::clover[2] |
Definition at line 136 of file clover_field_order.h.
Float* quda::QDPOrder< Float, length >::gauge[QUDA_MAX_DIM] |
Definition at line 688 of file gauge_field_order.h.
const Float quda::QDPOrder< Float, length >::mu2 |
Definition at line 143 of file clover_field_order.h.
const int quda::QDPOrder< Float, length >::stride |
Definition at line 138 of file clover_field_order.h.
const bool quda::QDPOrder< Float, length >::twisted |
Definition at line 142 of file clover_field_order.h.
const int quda::QDPOrder< Float, length >::volumeCB |
Definition at line 137 of file clover_field_order.h.