Gromacs
2024.4
|
#include <gromacs/mdlib/gpuforcereduction_impl.h>
structure to hold cell information for any nbat-format forces
Public Attributes | |
const int * | cell = nullptr |
cell index mapping for any nbat-format forces | |
DeviceBuffer< int > | d_cell |
device copy of cell index mapping for any nbat-format forces | |
int | cellSize = -1 |
number of atoms in cell array | |
int | cellSizeAlloc = -1 |
number of atoms allocated in cell array | |