|
NAMD
|
#include <ComputeGlobalMsgs.h>
Public Member Functions | |
| ComputeGlobalDataMsg (void) | |
| ~ComputeGlobalDataMsg (void) | |
Static Public Member Functions | |
| static void * | pack (ComputeGlobalDataMsg *msg) |
| static ComputeGlobalDataMsg * | unpack (void *ptr) |
Public Attributes | |
| int | step |
| int | count |
| Numer of atoms processed for this message. More... | |
| int | patchcount |
| Number of patches processed for this message. More... | |
| AtomIDList | aid |
| PositionList | p |
| PositionList | gcom |
| BigRealList | gmass |
| IntList | gridobjindex |
| Indices of the GridForce objects contained in this message. More... | |
| BigRealList | gridobjvalue |
| Partial values of the GridForce objects from this message. More... | |
| AtomIDList | fid |
| ForceList | tf |
| ForceList | gtf |
| ResizeArray< Lattice > | lat |
Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved.
Definition at line 34 of file ComputeGlobalMsgs.h.
| ComputeGlobalDataMsg::ComputeGlobalDataMsg | ( | void | ) |
Definition at line 35 of file ComputeGlobalMsgs.C.
| ComputeGlobalDataMsg::~ComputeGlobalDataMsg | ( | void | ) |
Definition at line 38 of file ComputeGlobalMsgs.C.
|
static |
|
static |
| AtomIDList ComputeGlobalDataMsg::aid |
Definition at line 44 of file ComputeGlobalMsgs.h.
Referenced by GlobalMasterServer::recvData().
| int ComputeGlobalDataMsg::count |
Numer of atoms processed for this message.
Definition at line 39 of file ComputeGlobalMsgs.h.
Referenced by ComputeGlobal::doWork(), and GlobalMasterServer::recvData().
| AtomIDList ComputeGlobalDataMsg::fid |
Definition at line 55 of file ComputeGlobalMsgs.h.
Referenced by GlobalMasterServer::recvData().
| PositionList ComputeGlobalDataMsg::gcom |
Definition at line 46 of file ComputeGlobalMsgs.h.
Referenced by GlobalMasterServer::recvData().
| BigRealList ComputeGlobalDataMsg::gmass |
Definition at line 47 of file ComputeGlobalMsgs.h.
Referenced by GlobalMasterServer::recvData().
| IntList ComputeGlobalDataMsg::gridobjindex |
Indices of the GridForce objects contained in this message.
Definition at line 50 of file ComputeGlobalMsgs.h.
Referenced by GlobalMasterServer::recvData().
| BigRealList ComputeGlobalDataMsg::gridobjvalue |
Partial values of the GridForce objects from this message.
Definition at line 53 of file ComputeGlobalMsgs.h.
Referenced by GlobalMasterServer::recvData().
| ForceList ComputeGlobalDataMsg::gtf |
Definition at line 57 of file ComputeGlobalMsgs.h.
Referenced by GlobalMasterServer::recvData().
| ResizeArray<Lattice> ComputeGlobalDataMsg::lat |
Definition at line 58 of file ComputeGlobalMsgs.h.
Referenced by ComputeGlobal::doWork(), and GlobalMasterServer::recvData().
| PositionList ComputeGlobalDataMsg::p |
Definition at line 45 of file ComputeGlobalMsgs.h.
Referenced by GlobalMasterServer::recvData().
| int ComputeGlobalDataMsg::patchcount |
Number of patches processed for this message.
Definition at line 42 of file ComputeGlobalMsgs.h.
Referenced by ComputeGlobal::doWork(), and GlobalMasterServer::recvData().
| int ComputeGlobalDataMsg::step |
Definition at line 36 of file ComputeGlobalMsgs.h.
Referenced by ComputeGlobal::doWork(), and GlobalMasterServer::recvData().
| ForceList ComputeGlobalDataMsg::tf |
Definition at line 56 of file ComputeGlobalMsgs.h.
Referenced by GlobalMasterServer::recvData().
1.8.14