|
Gromacs
2026.0-dev-20251106-2ba968f
|
#include <gromacs/ewald/pme_internal.h>
Data structure for organizing particle allocation to threads.
Public Attributes | |
| int * | n = nullptr |
| Cumulative counts of the number of particles per thread. | |
| std::vector< int > | nBuffer |
| Storage buffer for n. | |
| FastVector< int > | i |
| Particle indices ordered on thread index (n) | |
1.8.5