NAMD
|
#include <CudaComputeNonbonded.h>
Public Member Functions | |
PatchRecord (PatchID patchID) | |
bool | operator< (const PatchRecord &pr) const |
bool | operator== (const PatchRecord &pr) const |
Public Attributes | |
PatchID | patchID |
Patch * | patch |
int | numAtoms |
int | numFreeAtoms |
int | atomStart |
int | pe |
int | reversePriorityRankInPe |
bool | isSamePhysicalNode |
bool | isSameNode |
CompAtom * | compAtom |
Results * | results |
Box< Patch, CompAtom > * | positionBox |
Box< Patch, Results > * | forceBox |
Box< Patch, Real > * | intRadBox |
Box< Patch, GBReal > * | psiSumBox |
Box< Patch, Real > * | bornRadBox |
Box< Patch, GBReal > * | dEdaSumBox |
Box< Patch, Real > * | dHdrPrefixBox |
Real * | intRad |
GBReal * | psiSum |
Real * | bornRad |
GBReal * | dEdaSum |
Real * | dHdrPrefix |
Definition at line 41 of file CudaComputeNonbonded.h.
|
inline |
Definition at line 42 of file CudaComputeNonbonded.h.
References bornRadBox, compAtom, dEdaSumBox, dHdrPrefixBox, forceBox, intRadBox, patch, positionBox, psiSumBox, and results.
|
inline |
|
inline |
int CudaComputeNonbonded::PatchRecord::atomStart |
Definition at line 58 of file CudaComputeNonbonded.h.
Referenced by CudaComputeNonbonded::launchWork().
Real* CudaComputeNonbonded::PatchRecord::bornRad |
Definition at line 79 of file CudaComputeNonbonded.h.
Definition at line 74 of file CudaComputeNonbonded.h.
Referenced by PatchRecord().
CompAtom* CudaComputeNonbonded::PatchRecord::compAtom |
Definition at line 66 of file CudaComputeNonbonded.h.
Referenced by PatchRecord().
GBReal* CudaComputeNonbonded::PatchRecord::dEdaSum |
Definition at line 80 of file CudaComputeNonbonded.h.
Definition at line 75 of file CudaComputeNonbonded.h.
Referenced by PatchRecord().
Real* CudaComputeNonbonded::PatchRecord::dHdrPrefix |
Definition at line 81 of file CudaComputeNonbonded.h.
Definition at line 76 of file CudaComputeNonbonded.h.
Referenced by PatchRecord().
Definition at line 71 of file CudaComputeNonbonded.h.
Referenced by PatchRecord().
Real* CudaComputeNonbonded::PatchRecord::intRad |
Definition at line 77 of file CudaComputeNonbonded.h.
Definition at line 72 of file CudaComputeNonbonded.h.
Referenced by PatchRecord().
bool CudaComputeNonbonded::PatchRecord::isSameNode |
Definition at line 64 of file CudaComputeNonbonded.h.
Referenced by cr_sortop_reverse_priority::pid_compare_priority().
bool CudaComputeNonbonded::PatchRecord::isSamePhysicalNode |
Definition at line 63 of file CudaComputeNonbonded.h.
Referenced by cr_sortop_reverse_priority::pid_compare_priority().
int CudaComputeNonbonded::PatchRecord::numAtoms |
Definition at line 56 of file CudaComputeNonbonded.h.
Referenced by CudaComputeNonbonded::launchWork().
int CudaComputeNonbonded::PatchRecord::numFreeAtoms |
Definition at line 57 of file CudaComputeNonbonded.h.
Patch* CudaComputeNonbonded::PatchRecord::patch |
Definition at line 55 of file CudaComputeNonbonded.h.
Referenced by PatchRecord().
PatchID CudaComputeNonbonded::PatchRecord::patchID |
Definition at line 54 of file CudaComputeNonbonded.h.
Referenced by operator<(), and operator==().
int CudaComputeNonbonded::PatchRecord::pe |
Definition at line 60 of file CudaComputeNonbonded.h.
Referenced by cr_sortop_reverse_priority::pid_compare_priority().
Definition at line 70 of file CudaComputeNonbonded.h.
Referenced by PatchRecord().
GBReal* CudaComputeNonbonded::PatchRecord::psiSum |
Definition at line 78 of file CudaComputeNonbonded.h.
Definition at line 73 of file CudaComputeNonbonded.h.
Referenced by PatchRecord().
Results* CudaComputeNonbonded::PatchRecord::results |
Definition at line 68 of file CudaComputeNonbonded.h.
Referenced by PatchRecord().
int CudaComputeNonbonded::PatchRecord::reversePriorityRankInPe |
Definition at line 62 of file CudaComputeNonbonded.h.
Referenced by cr_sortop_reverse_priority::pid_compare_priority().