Gromacs
2024.3
|
#include <gromacs/mdrunutility/mdmodulesnotifiers.h>
Notification that atoms may have been redistributed.
This notification is emitted at the end of the DD (re)partioning or without DD right after atoms have put into the box. The local atom sets are updated for the new atom order when this signal is emitted. The coordinates of atoms can be shifted by periodic vectors before the signal was emitted.
Public Member Functions | |
MDModulesAtomsRedistributedSignal (const matrix box, gmx::ArrayRef< const RVec > x) | |
Public Attributes | |
const Matrix3x3 | box_ |
The simulation unit cell. | |
gmx::ArrayRef< const RVec > | x_ |
List of local atom coordinates after partitioning. | |