|
QUDA
v0.7.0
A library for QCD on GPUs
|
#include <gauge_field_order.h>
Inheritance diagram for quda::LegacyOrder< Float, length >:Public Types | |
| typedef mapper< Float >::type | RegType |
Public Member Functions | |
| 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 * | ghost [QUDA_MAX_DIM] |
| int | faceVolumeCB [QUDA_MAX_DIM] |
| const int | volumeCB |
| const int | stride |
| const int | geometry |
| const int | hasPhase |
The LegacyOrder defines the ghost zone storage and ordering for all cpuGaugeFields, which use the same ghost zone storage.
Definition at line 629 of file gauge_field_order.h.
| typedef mapper<Float>::type quda::LegacyOrder< Float, length >::RegType |
Definition at line 630 of file gauge_field_order.h.
|
inline |
Definition at line 638 of file gauge_field_order.h.
|
inline |
Definition at line 646 of file gauge_field_order.h.
|
inlinevirtual |
Definition at line 654 of file gauge_field_order.h.
|
inline |
Definition at line 656 of file gauge_field_order.h.
|
inline |
Definition at line 664 of file gauge_field_order.h.
|
inline |
Definition at line 660 of file gauge_field_order.h.
|
inline |
Definition at line 672 of file gauge_field_order.h.
| int quda::LegacyOrder< Float, length >::faceVolumeCB[QUDA_MAX_DIM] |
Definition at line 632 of file gauge_field_order.h.
| const int quda::LegacyOrder< Float, length >::geometry |
Definition at line 635 of file gauge_field_order.h.
| Float* quda::LegacyOrder< Float, length >::ghost[QUDA_MAX_DIM] |
Definition at line 631 of file gauge_field_order.h.
| const int quda::LegacyOrder< Float, length >::hasPhase |
Definition at line 636 of file gauge_field_order.h.
| const int quda::LegacyOrder< Float, length >::stride |
Definition at line 634 of file gauge_field_order.h.
| const int quda::LegacyOrder< Float, length >::volumeCB |
Definition at line 633 of file gauge_field_order.h.
1.8.6