|
Gromacs
2026.0-dev-20251114-850eace
|
#include <gromacs/nbnxm/gridset.h>
Collaboration diagram for gmx::GridSet::DomainSetup:Description of the domain setup: PBC and the connections between domains.
Public Member Functions | |
| DomainSetup (PbcType pbcType, bool doTestParticleInsertion, const IVec *numDDCells, const DomdecZones *ddZones) | |
Constructor, without DD numDDCells and ddZones should be nullptr. | |
Public Attributes | |
| PbcType | pbcType_ |
| The type of PBC. | |
| bool | doTestParticleInsertion_ |
| Tells whether we are doing test-particle insertion. | |
| bool | haveMultipleDomains |
| Are there multiple domains? | |
| std::array< bool, DIM > | haveMultipleDomainsPerDim |
| Are there multiple domains along each dimension? | |
| const gmx::DomdecZones * | zones |
| The domain decomposition zone setup. | |
1.8.5