76 class FEM_ObjectBroker;
97 virtual int sendMessage(
const Message &theMessage);
98 virtual int recvMessage(
Message &theMessage);
99 virtual int sendMatrix(
const Matrix &theMatrix);
100 virtual int recvMatrix(
Matrix &theMatrix);
101 virtual int sendVector(
const Vector &theVector);
102 virtual int recvVector(
Vector &theVector);
103 virtual int sendID(
const ID &theID);
104 virtual int recvID(
ID &theID);
105 void setCommitTag(
int commitTag);
107 Channel *getChannelPtr(
void)
const;
A MachineBroker is responsible for getting an actor process running on the parallel machine...
Definition: MachineBroker.h:75
FEM_ObjectBroker is is an object broker class for the finite element method. All methods are virtual ...
Definition: FEM_ObjectBroker.h:138
Definition: ChannelAddress.h:69
Object that can move between processes.
Definition: MovableObject.h:91
Channel is an abstract base class which defines the channel interface. A channel is a point of commun...
Definition: Channel.h:85
Message between processes.
Definition: Message.h:67
================================================================================
Definition: ContinuaReprComponent.h:34