28 #ifndef ShadowActorBase_h 29 #define ShadowActorBase_h 31 #include "ObjectWithObjBroker.h" int getCommitTag(void) const
Return the #commitTag member.
Definition: ShadowActorBase.h:58
Channel * theChannel
Communication channel to use.
Definition: ShadowActorBase.h:51
FEM_ObjectBroker is is an object broker class for the finite element method.
Definition: FEM_ObjectBroker.h:145
Base class for Actor and Shadow objects.
Definition: ObjectWithObjBroker.h:39
Base class for Actor and Shadow objects.
Definition: ShadowActorBase.h:46
Channel * getChannelPtr(void) const
Returns a pointer to the object channel theChannel.
Definition: ShadowActorBase.cc:65
Channel is an abstract base class which defines the channel interface.
Definition: Channel.h:91
void setCommitTag(int commitTag)
Set the value for #commitTag.
Definition: ShadowActorBase.cc:61
A MachineBroker is responsible for getting an actor process running on the parallel machine...
Definition: MachineBroker.h:76
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
ShadowActorBase(Channel &theChannel, FEM_ObjectBroker &)
Constructor.
Definition: ShadowActorBase.cc:35
virtual int barrierCheck(int result)
barrier check.
Definition: ShadowActorBase.cc:69