|
Gromacs
2026.0-dev-20251119-5f0a571d
|
#include <gromacs/nbnxm/gpu_types_common.h>
GPU FEP list structure.
Public Member Functions | |
| GpuFeplist (const GpuFeplist &)=delete | |
| Do not allow copy construct. | |
| GpuFeplist (GpuFeplist &&)=delete | |
| Do not allow move construct until device buffers have ownership semantics. | |
| GpuFeplist & | operator= (const GpuFeplist &)=delete |
| Do not allow copy assign. | |
| GpuFeplist & | operator= (GpuFeplist &&)=delete |
| Do not allow move assign until device buffers have ownership semantics. | |
Public Attributes | |
| int | numiAtoms = -1 |
| int | maxNumiAtoms = -1 |
| int | numShift = -1 |
| int | maxNumShift = -1 |
| int | numjIndex = -1 |
| int | maxNumjIndex = -1 |
| int | numjAtoms = -1 |
| int | maxNumjAtoms = -1 |
| int | numExcl = -1 |
| int | maxNumExcl = -1 |
| DeviceBuffer< int > | iinr |
| DeviceBuffer< int > | shift |
| DeviceBuffer< int > | jIndex |
| DeviceBuffer< int > | jjnr |
| DeviceBuffer< int > | exclFep |
1.8.5