| xc
    | 
Base class for distributed systems of equations. More...
#include <DistributedLinSOE.h>


| Public Member Functions | |
| int | setChannels (const ChannelQueue &) | 
|  Public Member Functions inherited from XC::DistributedObj | |
| DistributedObj (const ChannelQueue &theC) | |
| int | getNumChannels (void) const | 
| Return the number of channels. | |
| bool | buscaCanal (const Communicator &, int &) | 
| int | setProcessID (int processTag) | 
| int | setChannel (Channel *) | 
| int | setChannels (const ChannelQueue &theChannels) | 
|  Public Member Functions inherited from XC::DistributedBase | |
| DistributedBase (void) | |
| Constructor. | |
| virtual | ~DistributedBase (void) | 
| Destructor. | |
| 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 Member Functions | |
| int | sendGraph (Graph &, ID &) | 
| Collect graph, send it off, vector back containing size of system, etc.  More... | |
| int | getSubGraphs (Graph &) | 
| From each distributed SOE recv it's graph and merge them into primary graph. | |
| int | sendSizeData (const ID &) | 
| To each distributed SOE send the size data and merge them into primary graph. | |
| void | calcLocalMap (const int &) | 
| int | getSendID (Communicator &) | 
| int | send (Communicator &) | 
| int | receive (const Communicator &) | 
| DistributedLinSOE (void) | |
| Default constructor. | |
| Protected Attributes | |
| std::vector< ID > | localCol | 
|  Protected Attributes inherited from XC::DistributedObj | |
| int | processID | 
| ChannelQueue | theChannels | 
Base class for distributed systems of equations.
Collect graph, send it off, vector back containing size of system, etc.
 1.8.13
 1.8.13