Gromacs
2018.5
|
#include <gromacs/domdec/ga2la.h>
Structure for the local atom info for a hash table.
Public Attributes | |
int | ga |
The global atom index. | |
int | la |
The local atom index. | |
int | cell |
The DD zone index for neighboring domains, zone+zone otherwise. | |
int | next |
Index in the list of the next element with the same hash, -1 if none. | |