|
Gromacs
2026.0-dev-20251105-11eb1db
|
#include <gromacs/domdec/domainpaircomm.h>
Collaboration diagram for gmx::ZoneCorners:The upper corners of a zone, used for computing which halo clusters 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. | |
1.8.5