|
QUDA
v0.5.0
A library for QCD on GPUs
|
#include <gauge_field.h>
Inheritance diagram for quda::GaugeFieldParam:Public Member Functions | |
| GaugeFieldParam (void *const h_gauge=NULL) | |
| GaugeFieldParam (const int *x, const QudaPrecision precision, const QudaReconstructType reconstruct, const int pad, const QudaFieldGeometry geometry) | |
| GaugeFieldParam (void *h_gauge, const QudaGaugeParam ¶m) | |
Public Member Functions inherited from quda::LatticeFieldParam | |
| LatticeFieldParam () | |
| LatticeFieldParam (const QudaGaugeParam ¶m) | |
Public Attributes | |
| int | nColor |
| int | nFace |
| QudaReconstructType | reconstruct |
| QudaGaugeFieldOrder | order |
| QudaGaugeFixed | fixed |
| QudaLinkType | link_type |
| QudaTboundary | t_boundary |
| double | anisotropy |
| double | tadpole |
| void * | gauge |
| QudaFieldCreate | create |
| QudaFieldGeometry | geometry |
| int | pinned |
Public Attributes inherited from quda::LatticeFieldParam | |
| int | nDim |
| int | x [QUDA_MAX_DIM] |
| int | pad |
| QudaPrecision | precision |
| QudaVerbosity | verbosity |
Definition at line 10 of file gauge_field.h.
|
inline |
Definition at line 31 of file gauge_field.h.
|
inline |
Definition at line 54 of file gauge_field.h.
|
inline |
Definition at line 68 of file gauge_field.h.
| double quda::GaugeFieldParam::anisotropy |
Definition at line 20 of file gauge_field.h.
| QudaFieldCreate quda::GaugeFieldParam::create |
Definition at line 25 of file gauge_field.h.
| QudaGaugeFixed quda::GaugeFieldParam::fixed |
Definition at line 16 of file gauge_field.h.
| void* quda::GaugeFieldParam::gauge |
Definition at line 23 of file gauge_field.h.
| QudaFieldGeometry quda::GaugeFieldParam::geometry |
Definition at line 27 of file gauge_field.h.
| QudaLinkType quda::GaugeFieldParam::link_type |
Definition at line 17 of file gauge_field.h.
| int quda::GaugeFieldParam::nColor |
Definition at line 11 of file gauge_field.h.
| int quda::GaugeFieldParam::nFace |
Definition at line 12 of file gauge_field.h.
| QudaGaugeFieldOrder quda::GaugeFieldParam::order |
Definition at line 15 of file gauge_field.h.
| int quda::GaugeFieldParam::pinned |
Definition at line 28 of file gauge_field.h.
| QudaReconstructType quda::GaugeFieldParam::reconstruct |
Definition at line 14 of file gauge_field.h.
| QudaTboundary quda::GaugeFieldParam::t_boundary |
Definition at line 18 of file gauge_field.h.
| double quda::GaugeFieldParam::tadpole |
Definition at line 21 of file gauge_field.h.
1.8.2