Gromacs  2026.0-dev-20250318-75a6c20
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Attributes
gmx::anonymous_namespace{domainpaircomm.cpp}::ZoneCorners Struct Reference
+ Collaboration diagram for gmx::anonymous_namespace{domainpaircomm.cpp}::ZoneCorners:

Description

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.
 

The documentation for this struct was generated from the following file: