XC Open source finite element analysis program
|
Object distributed on many processes. More...
#include <DistributedObj.h>
Public Member Functions | |
DistributedObj (const ChannelQueue &theC) | |
bool | buscaCanal (const CommParameters &, int &) |
int | setProcessID (int processTag) |
int | setChannels (const ChannelQueue &theChannels) |
Public Member Functions inherited from XC::DistributedBase | |
DistributedBase (void) | |
Constructor. | |
virtual DbTagData & | getDbTagData (void) const |
Returns a vector to store class dbTags. | |
const int & | getDbTagDataPos (const int &i) const |
Returns the data at the i-th position. | |
void | setDbTagDataPos (const int &i, const int &v) |
Sets the data at the i-th position. | |
void | inicComm (const int &dataSize) const |
Initializes communication. | |
Protected Attributes | |
int | processID |
ChannelQueue | theChannels |
Object distributed on many processes.