|
Gromacs
2026.0-dev-20251119-5f0a571d
|
#include <gromacs/applied_forces/awh/biasgrid.h>
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 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. | |
1.8.5