|
QUDA
1.0.0
|
#include <quda_milc_interface.h>
Public Attributes | |
| void * | site |
| void * | link |
| size_t | link_offset |
| void * | mom |
| size_t | mom_offset |
| size_t | size |
Parameters related to MILC site struct
Definition at line 23 of file quda_milc_interface.h.
| void* QudaMILCSiteArg_t::link |
Pointer to beginning of site array
Definition at line 25 of file quda_milc_interface.h.
| size_t QudaMILCSiteArg_t::link_offset |
Pointer to link field (only used if site is not set)
Definition at line 26 of file quda_milc_interface.h.
| void* QudaMILCSiteArg_t::mom |
Offset to link entry in site struct (bytes)
Definition at line 27 of file quda_milc_interface.h.
| size_t QudaMILCSiteArg_t::mom_offset |
Pointer to link field (only used if site is not set)
Definition at line 28 of file quda_milc_interface.h.
| void* QudaMILCSiteArg_t::site |
Definition at line 24 of file quda_milc_interface.h.
| size_t QudaMILCSiteArg_t::size |
Offset to mom entry in site struct (bytes)
Definition at line 29 of file quda_milc_interface.h.
1.8.13