QUDA
1.0.0
|
struct to define TIFR ordered gauge fields: [mu][parity][volumecb][col][row] More...
#include <gauge_field_order.h>
Public Types | |
using | Accessor = TIFROrder< Float, length > |
using | real = typename mapper< Float >::type |
using | complex = complex< real > |
![]() | |
using | Accessor = LegacyOrder< Float, length > |
using | real = typename mapper< Float >::type |
using | complex = complex< real > |
Public Member Functions | |
TIFROrder (const GaugeField &u, Float *gauge_=0, Float **ghost_=0) | |
TIFROrder (const TIFROrder &order) | |
__device__ __host__ void | load (complex v[9], int x, int dir, int parity, real inphase=1.0) const |
__device__ __host__ void | save (const complex v[9], int x, int dir, int parity) |
__device__ __host__ gauge_wrapper< real, Accessor > | operator() (int dim, int x_cb, int parity) |
This accessor routine returns a gauge_wrapper to this object, allowing us to overload various operators for manipulating at the site level interms of matrix operations. More... | |
__device__ __host__ const gauge_wrapper< real, Accessor > | operator() (int dim, int x_cb, int parity) const |
This accessor routine returns a const gauge_wrapper to this object, allowing us to overload various operators for manipulating at the site level interms of matrix operations. More... | |
size_t | Bytes () const |
![]() | |
LegacyOrder (const GaugeField &u, Float **ghost_) | |
LegacyOrder (const LegacyOrder &order) | |
__device__ __host__ void | loadGhost (complex v[length/2], int x, int dir, int parity, real phase=1.0) const |
__device__ __host__ void | saveGhost (const complex v[length/2], int x, int dir, int parity) |
__device__ __host__ gauge_ghost_wrapper< real, Accessor > | Ghost (int dim, int ghost_idx, int parity, real phase=1.0) |
This accessor routine returns a gauge_ghost_wrapper to this object, allowing us to overload various operators for manipulating at the site level interms of matrix operations. More... | |
__device__ __host__ const gauge_ghost_wrapper< real, Accessor > | Ghost (int dim, int ghost_idx, int parity, real phase=1.0) const |
This accessor routine returns a const gauge_ghost_wrapper to this object, allowing us to overload various operators for manipulating at the site level interms of matrix operations. More... | |
__device__ __host__ void | loadGhostEx (complex v[length/2], int x, int dummy, int dir, int dim, int g, int parity, const int R[]) const |
__device__ __host__ void | saveGhostEx (const complex v[length/2], int x, int dummy, int dir, int dim, int g, int parity, const int R[]) |
Public Attributes | |
Float * | gauge |
const int | volumeCB |
const real | scale |
const real | scale_inv |
![]() | |
Float * | ghost [QUDA_MAX_DIM] |
int | faceVolumeCB [QUDA_MAX_DIM] |
const int | volumeCB |
const int | stride |
const int | geometry |
const int | hasPhase |
Static Public Attributes | |
static constexpr int | Nc = 3 |
struct to define TIFR ordered gauge fields: [mu][parity][volumecb][col][row]
Definition at line 2744 of file gauge_field_order.h.
using quda::gauge::TIFROrder< Float, length >::Accessor = TIFROrder<Float, length> |
Definition at line 2745 of file gauge_field_order.h.
using quda::gauge::TIFROrder< Float, length >::complex = complex<real> |
Definition at line 2747 of file gauge_field_order.h.
using quda::gauge::TIFROrder< Float, length >::real = typename mapper<Float>::type |
Definition at line 2746 of file gauge_field_order.h.
|
inline |
Definition at line 2753 of file gauge_field_order.h.
References errorQuda.
|
inline |
Definition at line 2762 of file gauge_field_order.h.
References errorQuda.
|
inline |
Definition at line 2842 of file gauge_field_order.h.
|
inline |
Definition at line 2773 of file gauge_field_order.h.
References length, and quda::gauge_wrapper< Float, T >::parity.
|
inline |
This accessor routine returns a gauge_wrapper to this object, allowing us to overload various operators for manipulating at the site level interms of matrix operations.
[in] | dir | Which dimension are we requesting |
[in] | x_cb | Checkerboarded space-time index we are requesting |
[in] | parity | Parity we are requesting |
Definition at line 2822 of file gauge_field_order.h.
References quda::gauge_wrapper< Float, T >::dim, quda::gauge_wrapper< Float, T >::parity, and quda::gauge_wrapper< Float, T >::x_cb.
|
inline |
This accessor routine returns a const gauge_wrapper to this object, allowing us to overload various operators for manipulating at the site level interms of matrix operations.
[in] | dir | Which dimension are we requesting |
[in] | x_cb | Checkerboarded space-time index we are requesting |
[in] | parity | Parity we are requesting |
Definition at line 2837 of file gauge_field_order.h.
References quda::gauge_wrapper< Float, T >::dim, quda::gauge_wrapper< Float, T >::parity, and quda::gauge_wrapper< Float, T >::x_cb.
|
inline |
Definition at line 2789 of file gauge_field_order.h.
References length, and quda::gauge_wrapper< Float, T >::parity.
Float* quda::gauge::TIFROrder< Float, length >::gauge |
Definition at line 2748 of file gauge_field_order.h.
|
static |
Definition at line 2750 of file gauge_field_order.h.
const real quda::gauge::TIFROrder< Float, length >::scale |
Definition at line 2751 of file gauge_field_order.h.
const real quda::gauge::TIFROrder< Float, length >::scale_inv |
Definition at line 2752 of file gauge_field_order.h.
const int quda::gauge::TIFROrder< Float, length >::volumeCB |
Definition at line 2749 of file gauge_field_order.h.