#include <color_spinor_field.h>
|
| | cudaColorSpinorField (const cudaColorSpinorField &) |
| |
| | cudaColorSpinorField (const ColorSpinorField &, const ColorSpinorParam &) |
| |
| | cudaColorSpinorField (const ColorSpinorField &) |
| |
| | cudaColorSpinorField (const ColorSpinorParam &) |
| |
| virtual | ~cudaColorSpinorField () |
| |
| ColorSpinorField & | operator= (const ColorSpinorField &) |
| |
| cudaColorSpinorField & | operator= (const cudaColorSpinorField &) |
| |
| cudaColorSpinorField & | operator= (const cpuColorSpinorField &) |
| |
| void | allocateGhostBuffer (void) |
| |
| void | packGhost (const QudaParity parity, const int dagger, cudaStream_t *stream) |
| |
| void | sendGhost (void *ghost_spinor, const int dim, const QudaDirection dir, const int dagger, cudaStream_t *stream) |
| |
| void | unpackGhost (void *ghost_spinor, const int dim, const QudaDirection dir, const int dagger, cudaStream_t *stream) |
| |
| void * | V () |
| |
| const void * | V () const |
| |
| void * | Norm () |
| |
| const void * | Norm () const |
| |
| cudaColorSpinorField & | Even () const |
| |
| cudaColorSpinorField & | Odd () const |
| |
| void | zero () |
| |
| QudaFieldLocation | Location () const |
| |
| | ColorSpinorField (const ColorSpinorField &) |
| |
| | ColorSpinorField (const ColorSpinorParam &) |
| |
| virtual | ~ColorSpinorField () |
| |
| QudaPrecision | Precision () const |
| |
| int | Ncolor () const |
| |
| int | Nspin () const |
| |
| QudaTwistFlavorType | TwistFlavor () const |
| |
| int | Ndim () const |
| |
| const int * | X () const |
| |
| int | X (int d) const |
| |
| int | RealLength () const |
| |
| int | Length () const |
| |
| int | TotalLength () const |
| |
| int | Stride () const |
| |
| int | Volume () const |
| |
| int | Pad () const |
| |
| size_t | Bytes () const |
| |
| size_t | NormBytes () const |
| |
| void | PrintDims () const |
| |
| QudaSiteSubset | SiteSubset () const |
| |
| QudaSiteOrder | SiteOrder () const |
| |
| QudaFieldOrder | FieldOrder () const |
| |
| QudaGammaBasis | GammaBasis () const |
| |
| int | GhostLength () const |
| |
| const int * | GhostFace () const |
| |
| int | GhostOffset (const int i) const |
| |
| int | GhostNormOffset (const int i) const |
| |
| void * | Ghost (const int i) |
| |
| const void * | Ghost (const int i) const |
| |
| void * | GhostNorm (const int i) |
| |
| const void * | GhostNorm (const int i) const |
| |
Definition at line 260 of file color_spinor_field.h.
| quda::cudaColorSpinorField::cudaColorSpinorField |
( |
const ColorSpinorField & |
src | ) |
|
| quda::cudaColorSpinorField::cudaColorSpinorField |
( |
const ColorSpinorParam & |
param | ) |
|
| quda::cudaColorSpinorField::~cudaColorSpinorField |
( |
| ) |
|
|
virtual |
| void quda::cudaColorSpinorField::allocateGhostBuffer |
( |
void |
| ) |
|
| void quda::cudaColorSpinorField::freeBuffer |
( |
| ) |
|
|
static |
| void quda::cudaColorSpinorField::freeGhostBuffer |
( |
void |
| ) |
|
|
static |
| void* quda::cudaColorSpinorField::Norm |
( |
| ) |
|
|
inline |
| const void* quda::cudaColorSpinorField::Norm |
( |
| ) |
const |
|
inline |
| void quda::cudaColorSpinorField::packGhost |
( |
const QudaParity |
parity, |
|
|
const int |
dagger, |
|
|
cudaStream_t * |
stream |
|
) |
| |
| void quda::cudaColorSpinorField::sendGhost |
( |
void * |
ghost_spinor, |
|
|
const int |
dim, |
|
|
const QudaDirection |
dir, |
|
|
const int |
dagger, |
|
|
cudaStream_t * |
stream |
|
) |
| |
| void quda::cudaColorSpinorField::unpackGhost |
( |
void * |
ghost_spinor, |
|
|
const int |
dim, |
|
|
const QudaDirection |
dir, |
|
|
const int |
dagger, |
|
|
cudaStream_t * |
stream |
|
) |
| |
| void* quda::cudaColorSpinorField::V |
( |
| ) |
|
|
inline |
| const void* quda::cudaColorSpinorField::V |
( |
| ) |
const |
|
inline |
| void quda::cudaColorSpinorField::zero |
( |
| ) |
|
The documentation for this class was generated from the following files: