Gromacs  2025-dev-20241003-bd59e46
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Attributes
gmx::Grid::Dimensions Struct Reference

#include <gromacs/nbnxm/grid.h>

+ Collaboration diagram for gmx::Grid::Dimensions:

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: