Gromacs: PmeGpuConstParams Struct Reference

#include <gromacs/ewald/pme_gpu_types.h>

Description

A GPU data structure for storing the constant PME data. This only has to be initialized once.


Public Attributes


float 
elFactor
  Electrostatics coefficient = ONE_4PI_EPS0 / pme->epsilon_r.
 

DeviceBuffer< float > 
d_virialAndEnergy [2]
  Virial and energy GPU array. Size is c_virialAndEnergyCount (7) floats. The element order is virxx, viryy, virzz, virxy, virxz, viryz, energy.
 

The documentation for this struct was generated from the following file:

Read more here: Source link