Gromacs
2024.3
|
#include <gromacs/domdec/domdec_struct.h>
Pair interaction zone and atom range for an i-zone.
Public Attributes | |
int | iZoneIndex = -1 |
The index of this i-zone in the i-zone list. | |
gmx::Range< int > | jZoneRange |
The range of j-zones. | |
gmx::Range< int > | iAtomRange |
The i-atom range. | |
gmx::Range< int > | jAtomRange |
The j-atom range. | |
gmx::IVec | shift0 = { 0, 0, 0 } |
Minimum shifts to consider. | |
gmx::IVec | shift1 = { 0, 0, 0 } |
Maximum shifts to consider. | |