|
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) | |
| 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 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 master graph. | |
| int | sendSizeData (const ID &) |
| To each distributed SOE send the size data and merge them into master graph. | |
| void | calcLocalMap (const int &) |
| int | getSendID (CommParameters &) |
| int | send (CommParameters &) |
| int | receive (const CommParameters &) |
| 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.12