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 void * pack (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::ComputeGlobalDataMsg ( void  )

Definition at line 35 of file ComputeGlobalMsgs.C.

35  {
36 }

◆ ~ComputeGlobalDataMsg()

ComputeGlobalDataMsg::~ComputeGlobalDataMsg ( void  )

Definition at line 38 of file ComputeGlobalMsgs.C.

38  {
39 }

Member Function Documentation

◆ pack()

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

◆ unpack()

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

Member Data Documentation

◆ aid

AtomIDList ComputeGlobalDataMsg::aid

Definition at line 44 of file ComputeGlobalMsgs.h.

Referenced by GlobalMasterServer::recvData().

◆ count

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

◆ fid

AtomIDList ComputeGlobalDataMsg::fid

Definition at line 55 of file ComputeGlobalMsgs.h.

Referenced by GlobalMasterServer::recvData().

◆ gcom

PositionList ComputeGlobalDataMsg::gcom

Definition at line 46 of file ComputeGlobalMsgs.h.

Referenced by GlobalMasterServer::recvData().

◆ gmass

BigRealList ComputeGlobalDataMsg::gmass

Definition at line 47 of file ComputeGlobalMsgs.h.

Referenced by GlobalMasterServer::recvData().

◆ gridobjindex

IntList ComputeGlobalDataMsg::gridobjindex

Indices of the GridForce objects contained in this message.

Definition at line 50 of file ComputeGlobalMsgs.h.

Referenced by GlobalMasterServer::recvData().

◆ gridobjvalue

BigRealList ComputeGlobalDataMsg::gridobjvalue

Partial values of the GridForce objects from this message.

Definition at line 53 of file ComputeGlobalMsgs.h.

Referenced by GlobalMasterServer::recvData().

◆ gtf

ForceList ComputeGlobalDataMsg::gtf

Definition at line 57 of file ComputeGlobalMsgs.h.

Referenced by GlobalMasterServer::recvData().

◆ lat

ResizeArray<Lattice> ComputeGlobalDataMsg::lat

Definition at line 58 of file ComputeGlobalMsgs.h.

Referenced by ComputeGlobal::doWork(), and GlobalMasterServer::recvData().

◆ p

PositionList ComputeGlobalDataMsg::p

Definition at line 45 of file ComputeGlobalMsgs.h.

Referenced by GlobalMasterServer::recvData().

◆ patchcount

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

◆ step

int ComputeGlobalDataMsg::step

Definition at line 36 of file ComputeGlobalMsgs.h.

Referenced by ComputeGlobal::doWork(), and GlobalMasterServer::recvData().

◆ tf

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: