60 #include <utility/actor/channel/Channel.h> 77 char *addToProgram(
void);
79 virtual int setUpConnection(
void);
97 int sendID(
int dbTag,
int commitTag,
const ID &,
ChannelAddress *theAddress =0);
int sendMatrix(int dbTag, int commitTag, const Matrix &, ChannelAddress *theAddress=0)
Method to send a XC::Matrix to an address given by other_Addr.
Definition: MPI_Channel.cpp:283
int sendVector(int dbTag, int commitTag, const Vector &, ChannelAddress *theAddress=0)
Method to send a Vector to an address given by other_Addr.
Definition: MPI_Channel.cpp:363
MPI_Channel is a sub-class of channel. It is implemented with Berkeley stream sockets using the TCP p...
Definition: MPI_Channel.h:69
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