Gromacs  2025.0-dev-20241009-5c23d5f
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
gmx::Grid::Geometry Struct Reference

#include <gromacs/nbnxm/grid.h>

Description

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.
 

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