Gromacs
2016.6
|
#include <gromacs/mdlib/nbnxn_ocl/nbnxn_ocl_types.h>
Staging area for temporary data downloaded from the GPU.
The energies/shift forces get downloaded here first, before getting added to the CPU-side aggregate values.
Public Attributes | |
float * | e_lj |
LJ energy. | |
float * | e_el |
electrostatic energy | |
float(* | fshift )[3] |
float3 buffer with shift forces | |