Gromacs
2026.0-dev-20250318-75a6c20
|
The upper corners of a zone, used for computing which halo cell need to be sent.
Public Attributes | |
RVec | twoBody = { 0.0_real, 0.0_real, 0.0_real } |
Corner for two-body interations, involves all pair-interacting zones. | |
RVec | multiBody = { 0.0_real, 0.0_real, 0.0_real } |
Corner for multi-body interactions, involves all zones. | |
RVec | zone = { 0.0_real, 0.0_real, 0.0_real } |
The corner of our own zone. | |
bool | cornersDiffer = false |
Whether twoBody and multiBody differ. | |