NAMD
|
#include <ComputePmeCUDAMgr.h>
Public Attributes | |
CudaAtom * | atoms |
float * | chargeFactors1 |
float * | chargeFactors2 |
float * | chargeFactors3 |
float * | chargeFactors4 |
float * | chargeFactors5 |
int | numAtoms |
int | i |
int | j |
ComputePmeCUDA * | compute |
int | pe |
bool | doEnergy |
bool | doVirial |
Lattice | lattice |
int | simulationStep |
Definition at line 313 of file ComputePmeCUDAMgr.h.
CudaAtom* PmeAtomMsg::atoms |
Definition at line 315 of file ComputePmeCUDAMgr.h.
Referenced by ComputePmeCUDADevice::recvAtoms().
float* PmeAtomMsg::chargeFactors1 |
Definition at line 316 of file ComputePmeCUDAMgr.h.
float* PmeAtomMsg::chargeFactors2 |
Definition at line 317 of file ComputePmeCUDAMgr.h.
float* PmeAtomMsg::chargeFactors3 |
Definition at line 318 of file ComputePmeCUDAMgr.h.
float* PmeAtomMsg::chargeFactors4 |
Definition at line 319 of file ComputePmeCUDAMgr.h.
float* PmeAtomMsg::chargeFactors5 |
Definition at line 320 of file ComputePmeCUDAMgr.h.
ComputePmeCUDA* PmeAtomMsg::compute |
Definition at line 323 of file ComputePmeCUDAMgr.h.
Referenced by ComputePmeCUDADevice::recvAtoms().
bool PmeAtomMsg::doEnergy |
Definition at line 325 of file ComputePmeCUDAMgr.h.
Referenced by ComputePmeCUDADevice::recvAtoms().
bool PmeAtomMsg::doVirial |
Definition at line 325 of file ComputePmeCUDAMgr.h.
Referenced by ComputePmeCUDADevice::recvAtoms().
int PmeAtomMsg::i |
Definition at line 322 of file ComputePmeCUDAMgr.h.
Referenced by ComputePmeCUDAMgr::recvAtoms().
int PmeAtomMsg::j |
Definition at line 322 of file ComputePmeCUDAMgr.h.
Referenced by ComputePmeCUDAMgr::recvAtoms().
Lattice PmeAtomMsg::lattice |
Definition at line 326 of file ComputePmeCUDAMgr.h.
Referenced by ComputePmeCUDADevice::recvAtoms().
int PmeAtomMsg::numAtoms |
Definition at line 321 of file ComputePmeCUDAMgr.h.
Referenced by ComputePmeCUDADevice::recvAtoms().
int PmeAtomMsg::pe |
Definition at line 324 of file ComputePmeCUDAMgr.h.
Referenced by ComputePmeCUDADevice::recvAtoms().
int PmeAtomMsg::simulationStep |
Definition at line 327 of file ComputePmeCUDAMgr.h.
Referenced by ComputePmeCUDADevice::recvAtoms().