QUDA
v1.1.0
A library for QCD on GPUs
|
#include <gauge_field.h>
Go to the source code of this file.
Namespaces | |
quda | |
Functions | |
void | quda::copyGenericGaugeDoubleIn (GaugeField &out, const GaugeField &in, QudaFieldLocation location, void *Out, void *In, void **ghostOut, void **ghostIn, int type) |
void | quda::copyGenericGaugeSingleIn (GaugeField &out, const GaugeField &in, QudaFieldLocation location, void *Out, void *In, void **ghostOut, void **ghostIn, int type) |
void | quda::copyGenericGaugeHalfIn (GaugeField &out, const GaugeField &in, QudaFieldLocation location, void *Out, void *In, void **ghostOut, void **ghostIn, int type) |
void | quda::copyGenericGaugeQuarterIn (GaugeField &out, const GaugeField &in, QudaFieldLocation location, void *Out, void *In, void **ghostOut, void **ghostIn, int type) |
void | quda::copyGenericGaugeMG (GaugeField &out, const GaugeField &in, QudaFieldLocation location, void *Out, void *In, void **ghostOut, void **ghostIn, int type) |
void | quda::checkMomOrder (const GaugeField &u) |
void | quda::copyGenericGauge (GaugeField &out, const GaugeField &in, QudaFieldLocation location, void *Out=0, void *In=0, void **ghostOut=0, void **ghostIn=0, int type=0) |