NAMD
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
ComputeGlobalDataMsg Class Reference

#include <ComputeGlobalMsgs.h>

Inheritance diagram for ComputeGlobalDataMsg:

Public Member Functions

 ComputeGlobalDataMsg (void)
 
 ~ComputeGlobalDataMsg (void)
 

Static Public Member Functions

static voidpack (ComputeGlobalDataMsg *msg)
 
static ComputeGlobalDataMsgunpack (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< Latticelat
 

Detailed Description

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.

Constructor & Destructor Documentation

ComputeGlobalDataMsg::ComputeGlobalDataMsg ( void  )

Definition at line 35 of file ComputeGlobalMsgs.C.

35  {
36 }
ComputeGlobalDataMsg::~ComputeGlobalDataMsg ( void  )

Definition at line 38 of file ComputeGlobalMsgs.C.

38  {
39 }

Member Function Documentation

static void* ComputeGlobalDataMsg::pack ( ComputeGlobalDataMsg msg)
static
static ComputeGlobalDataMsg* ComputeGlobalDataMsg::unpack ( void ptr)
static

Member Data Documentation

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().


The documentation for this class was generated from the following files: