Gromacs  2024.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Attributes
Nbnxm::Grid::Dimensions Struct Reference

#include <gromacs/nbnxm/grid.h>

Description

The physical dimensions of a grid.

Public Attributes

rvec lowerCorner
 The lower corner of the (local) grid.
 
rvec upperCorner
 The upper corner of the (local) grid.
 
rvec gridSize
 The physical grid size: upperCorner - lowerCorner.
 
real atomDensity
 An estimate for the atom number density of the region targeted by the grid.
 
real maxAtomGroupRadius
 The maximum distance an atom can be outside of a cell and outside of the grid.
 
real cellSize [DIM-1]
 Size of cell along dimension x and y.
 
real invCellSize [DIM-1]
 1/size of a cell along dimensions x and y
 
int numCells [DIM-1]
 The number of grid cells along dimensions x and y.
 

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