Gromacs  2018.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Attributes
gmx::GridPoint Struct Reference

#include <gromacs/awh/grid.h>

Description

A point in the grid.

A grid point has a coordinate value and a coordinate index of the same dimensionality as the grid. It knows the the linear indices of its neighboring point (which are useful only when handed up to the grid).

Public Attributes

awh_dvec coordValue
 Multidimensional coordinate value of this point.
 
awh_ivec index
 Multidimensional point indices.
 
std::vector< int > neighbor
 Linear point indices of the neighboring points.
 

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