|
Gromacs
2026.0-dev-20251109-f20ba35
|
#include <gromacs/ewald/pme_internal.h>
Data structure for a single PME grid.
Public Member Functions | |
| gmx::ArrayRef< real > | grid () |
| Returns a view to the grid. | |
| gmx::ArrayRef< const real > | grid () const |
| Returns a const view to the grid. | |
| void | setGridStorage (AlignedVector< real > *gridStoragePtr, size_t gridSize) |
Sets the grid storage to point to gridStoragePtr, using gridSize elements. | |
Public Attributes | |
| ivec | ci |
| ivec | n |
| ivec | offset |
| int | order |
| ivec | s |
1.8.5