|
QUDA
0.9.0
|
#include <clover_field.h>


Public Member Functions | |
| cpuCloverField (const CloverFieldParam ¶m) | |
| virtual | ~cpuCloverField () |
Public Member Functions inherited from quda::CloverField | |
| CloverField (const CloverFieldParam ¶m) | |
| virtual | ~CloverField () |
| void * | V (bool inverse=false) |
| void * | Norm (bool inverse=false) |
| const void * | V (bool inverse=false) const |
| const void * | Norm (bool inverse=false) const |
| bool | isNative () const |
| double * | TrLog () const |
| QudaCloverFieldOrder | Order () const |
| size_t | Bytes () const |
| size_t | NormBytes () const |
| bool | Csw () const |
| bool | Twisted () const |
| double | Mu2 () const |
| double | Rho () const |
| void | setRho (double rho) |
| Bakes in the rho factor into the clover field, (for real diagonal additive Hasenbusch), e.g., A + rho. More... | |
Public Member Functions inherited from quda::LatticeField | |
| LatticeField (const LatticeFieldParam ¶m) | |
| LatticeField (const LatticeField &field) | |
| virtual | ~LatticeField () |
| void | allocateGhostBuffer (size_t ghost_bytes) const |
| Allocate the static ghost buffers. More... | |
| void | createComms (bool no_comms_fill=false) |
| void | destroyComms () |
| void | createIPCComms () |
| bool | ipcCopyComplete (int dir, int dim) |
| bool | ipcRemoteCopyComplete (int dir, int dim) |
| const cudaEvent_t & | getIPCCopyEvent (int dir, int dim) const |
| const cudaEvent_t & | getIPCRemoteCopyEvent (int dir, int dim) const |
| int | Ndim () const |
| const int * | X () const |
| int | Volume () const |
| int | VolumeCB () const |
| const int * | SurfaceCB () const |
| int | SurfaceCB (const int i) const |
| int | Stride () const |
| int | Pad () const |
| const int * | R () const |
| QudaGhostExchange | GhostExchange () const |
| QudaPrecision | Precision () const |
| virtual QudaSiteSubset | SiteSubset () const |
| virtual QudaMemoryType | MemType () const |
| int | Nvec () const |
| QudaFieldLocation | Location () const |
| size_t | GBytes () const |
| void | checkField (const LatticeField &a) const |
| virtual void | read (char *filename) |
| virtual void | write (char *filename) |
| virtual void | gather (int nFace, int dagger, int dir, cudaStream_t *stream_p=NULL) |
| virtual void | commsStart (int nFace, int dir, int dagger=0, cudaStream_t *stream_p=NULL, bool gdr_send=false, bool gdr_recv=true) |
| virtual int | commsQuery (int nFace, int dir, int dagger=0, cudaStream_t *stream_p=NULL, bool gdr_send=false, bool gdr_recv=true) |
| virtual void | commsWait (int nFace, int dir, int dagger=0, cudaStream_t *stream_p=NULL, bool gdr_send=false, bool gdr_recv=true) |
| virtual void | scatter (int nFace, int dagger, int dir) |
| const char * | VolString () const |
| virtual void | backup () const |
| Backs up the LatticeField. More... | |
| virtual void | restore () |
| Restores the cpuGaugeField. More... | |
Public Member Functions inherited from quda::Object | |
| Object () | |
| virtual | ~Object () |
Definition at line 208 of file clover_field.h.
| quda::cpuCloverField::cpuCloverField | ( | const CloverFieldParam & | param | ) |
Definition at line 365 of file clover_field.cpp.
References quda::CloverField::bytes, quda::CloverField::clover, quda::CloverField::cloverInv, quda::CloverField::create, errorQuda, quda::CloverField::invNorm, memset(), quda::CloverField::norm, quda::CloverField::norm_bytes, quda::CloverField::order, param, quda::LatticeField::precision, QUDA_HALF_PRECISION, QUDA_NULL_FIELD_CREATE, QUDA_PACKED_CLOVER_ORDER, QUDA_REFERENCE_FIELD_CREATE, QUDA_ZERO_FIELD_CREATE, and safe_malloc.

|
virtual |
Definition at line 394 of file clover_field.cpp.
References quda::CloverField::clover, quda::CloverField::cloverInv, quda::CloverField::create, host_free, quda::CloverField::invNorm, quda::CloverField::norm, and QUDA_REFERENCE_FIELD_CREATE.
1.8.14