Gromacs
2025-dev-20241008-cf8b9ef
|
#include <gromacs/domdec/domdec_setup.h>
Describes the DD grid setup.
This struct is for temporary use when choosing and initializing the domain decomposition grid.
Public Attributes | |
int | numPmeOnlyRanks = 0 |
The number of separate PME ranks, 0 if none or all ranks do PME. | |
ivec | numDomains = { 0, 0, 0 } |
The number of domains along each dimension. | |
int | numDDDimensions = 0 |
The number of dimensions which we decompose in domains. | |
ivec | ddDimensions = { -1, -1, -1 } |
The domain decomposition dimensions, the first numDDDimensions entries are used. | |