NAMD
|
#include <ComputePmeCUDAMgr.h>
Public Attributes | |
CudaAtom * | atoms |
float * | chargeFactors1 |
float * | chargeFactors2 |
float * | chargeFactors3 |
float * | chargeFactors4 |
float * | chargeFactors5 |
int | numAtoms |
int | y |
int | z |
int | srcY |
int | srcZ |
bool | doEnergy |
bool | doVirial |
Lattice | lattice |
int | simulationStep |
Definition at line 365 of file ComputePmeCUDAMgr.h.
CudaAtom* PmeAtomPencilMsg::atoms |
Definition at line 367 of file ComputePmeCUDAMgr.h.
Referenced by ComputePmeCUDADevice::recvAtomsFromNeighbor(), and ComputePmeCUDADevice::sendAtomsToNeighbor().
float* PmeAtomPencilMsg::chargeFactors1 |
Definition at line 368 of file ComputePmeCUDAMgr.h.
Referenced by ComputePmeCUDADevice::sendAtomsToNeighbor().
float* PmeAtomPencilMsg::chargeFactors2 |
Definition at line 369 of file ComputePmeCUDAMgr.h.
Referenced by ComputePmeCUDADevice::sendAtomsToNeighbor().
float* PmeAtomPencilMsg::chargeFactors3 |
Definition at line 370 of file ComputePmeCUDAMgr.h.
Referenced by ComputePmeCUDADevice::sendAtomsToNeighbor().
float* PmeAtomPencilMsg::chargeFactors4 |
Definition at line 371 of file ComputePmeCUDAMgr.h.
Referenced by ComputePmeCUDADevice::sendAtomsToNeighbor().
float* PmeAtomPencilMsg::chargeFactors5 |
Definition at line 372 of file ComputePmeCUDAMgr.h.
Referenced by ComputePmeCUDADevice::sendAtomsToNeighbor().
bool PmeAtomPencilMsg::doEnergy |
Definition at line 376 of file ComputePmeCUDAMgr.h.
Referenced by ComputePmeCUDADevice::recvAtomsFromNeighbor(), and ComputePmeCUDADevice::sendAtomsToNeighbor().
bool PmeAtomPencilMsg::doVirial |
Definition at line 376 of file ComputePmeCUDAMgr.h.
Referenced by ComputePmeCUDADevice::recvAtomsFromNeighbor(), and ComputePmeCUDADevice::sendAtomsToNeighbor().
Lattice PmeAtomPencilMsg::lattice |
Definition at line 377 of file ComputePmeCUDAMgr.h.
Referenced by ComputePmeCUDADevice::recvAtomsFromNeighbor(), and ComputePmeCUDADevice::sendAtomsToNeighbor().
int PmeAtomPencilMsg::numAtoms |
Definition at line 373 of file ComputePmeCUDAMgr.h.
Referenced by ComputePmeCUDADevice::recvAtomsFromNeighbor(), and ComputePmeCUDADevice::sendAtomsToNeighbor().
int PmeAtomPencilMsg::simulationStep |
Definition at line 378 of file ComputePmeCUDAMgr.h.
Referenced by ComputePmeCUDADevice::recvAtomsFromNeighbor(), and ComputePmeCUDADevice::sendAtomsToNeighbor().
int PmeAtomPencilMsg::srcY |
Definition at line 375 of file ComputePmeCUDAMgr.h.
Referenced by ComputePmeCUDADevice::recvAtomsFromNeighbor(), and ComputePmeCUDADevice::sendAtomsToNeighbor().
int PmeAtomPencilMsg::srcZ |
Definition at line 375 of file ComputePmeCUDAMgr.h.
Referenced by ComputePmeCUDADevice::recvAtomsFromNeighbor(), and ComputePmeCUDADevice::sendAtomsToNeighbor().
int PmeAtomPencilMsg::y |
Definition at line 374 of file ComputePmeCUDAMgr.h.
Referenced by ComputePmeCUDADevice::sendAtomsToNeighbor().
int PmeAtomPencilMsg::z |
Definition at line 374 of file ComputePmeCUDAMgr.h.
Referenced by ComputePmeCUDADevice::sendAtomsToNeighbor().