|
QUDA
v0.7.0
A library for QCD on GPUs
|
#include <clover_field.h>
Inheritance diagram for quda::CloverFieldParam:Public Member Functions | |
| void | setPrecision (QudaPrecision precision) |
Public Member Functions inherited from quda::LatticeFieldParam | |
| LatticeFieldParam () | |
| LatticeFieldParam (int nDim, const int *x, int pad, QudaPrecision precision) | |
| LatticeFieldParam (const QudaGaugeParam ¶m) | |
Public Attributes | |
| bool | direct |
| bool | inverse |
| void * | clover |
| void * | norm |
| void * | cloverInv |
| void * | invNorm |
| bool | twisted |
| double | mu2 |
| QudaCloverFieldOrder | order |
| QudaFieldCreate | create |
Public Attributes inherited from quda::LatticeFieldParam | |
| int | nDim |
| int | x [QUDA_MAX_DIM] |
| int | pad |
| QudaPrecision | precision |
| QudaSiteSubset | siteSubset |
Definition at line 9 of file clover_field.h.
|
inline |
Definition at line 23 of file clover_field.h.
| void* quda::CloverFieldParam::clover |
Definition at line 12 of file clover_field.h.
| void* quda::CloverFieldParam::cloverInv |
Definition at line 14 of file clover_field.h.
| QudaFieldCreate quda::CloverFieldParam::create |
Definition at line 22 of file clover_field.h.
| bool quda::CloverFieldParam::direct |
Definition at line 10 of file clover_field.h.
| bool quda::CloverFieldParam::inverse |
Definition at line 11 of file clover_field.h.
| void* quda::CloverFieldParam::invNorm |
Definition at line 15 of file clover_field.h.
| double quda::CloverFieldParam::mu2 |
Definition at line 19 of file clover_field.h.
| void* quda::CloverFieldParam::norm |
Definition at line 13 of file clover_field.h.
| QudaCloverFieldOrder quda::CloverFieldParam::order |
Definition at line 21 of file clover_field.h.
| bool quda::CloverFieldParam::twisted |
Definition at line 18 of file clover_field.h.
1.8.6