|
Gromacs
2026.0-dev-20251110-920b6d1
|
#include <gromacs/nbnxm/grid.h>
The cluster and cell geometry of a grid.
Public Member Functions | |
| Geometry (PairlistType pairlistType) | |
| Constructs the cluster/cell geometry given the type of pairlist. | |
Public Attributes | |
| bool | isSimple_ |
| Is this grid simple (CPU) or hierarchical (GPU) | |
| int | numAtomsICluster_ |
| Number of atoms per cluster. | |
| int | numAtomsJCluster_ |
| Number of atoms for list j-clusters. | |
| int | numAtomsPerCell_ |
| Number of atoms per cell. | |
| int | numAtomsICluster2Log_ |
| 2log of na_c | |
| PairlistType | pairlistType_ |
| What type of pairlist is in use. | |
1.8.5