NAMD
|
#include <ProxyMgr.h>
Static Public Member Functions | |
static ProxyResultVarsizeMsg * | getANewMsg (NodeID nid, PatchID pid, int prioSize, ForceList *fls) |
Public Attributes | |
NodeID | node |
PatchID | patch |
int | flLen [Results::maxNumForces] |
Force * | forceArr |
char * | isZero |
char | padding [(8-(sizeof(envelope)+sizeof(NodeID)+sizeof(PatchID)+sizeof(int) *Results::maxNumForces+2 *sizeof(void *))%8)%8] |
Definition at line 175 of file ProxyMgr.h.
|
static |
Definition at line 149 of file ProxyMgr.C.
References ResizeArray< Elem >::begin(), flLen, forceArr, isZero, Results::maxNumForces, node, patch, ResizeArray< Elem >::size(), Vector::x, Vector::y, and Vector::z.
int ProxyResultVarsizeMsg::flLen[Results::maxNumForces] |
Definition at line 179 of file ProxyMgr.h.
Referenced by getANewMsg(), and HomePatch::receiveResults().
Force* ProxyResultVarsizeMsg::forceArr |
Definition at line 181 of file ProxyMgr.h.
Referenced by getANewMsg(), and HomePatch::receiveResults().
char* ProxyResultVarsizeMsg::isZero |
Definition at line 184 of file ProxyMgr.h.
Referenced by getANewMsg(), and HomePatch::receiveResults().
NodeID ProxyResultVarsizeMsg::node |
Definition at line 177 of file ProxyMgr.h.
Referenced by getANewMsg(), and HomePatch::receiveResults().
char ProxyResultVarsizeMsg::padding[(8-(sizeof(envelope)+sizeof(NodeID)+sizeof(PatchID)+sizeof(int) *Results::maxNumForces+2 *sizeof(void *))%8)%8] |
Definition at line 190 of file ProxyMgr.h.
PatchID ProxyResultVarsizeMsg::patch |
Definition at line 178 of file ProxyMgr.h.
Referenced by getANewMsg(), ProxyMgr::recvResults(), and ProxyMgr::sendResults().