Gromacs  2026.0-dev-20251106-2ba968f
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Attributes
AtomToThreadMap Struct Reference

#include <gromacs/ewald/pme_internal.h>

Description

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)
 

The documentation for this struct was generated from the following file: