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


Protected Member Functions | |
| void | setupMyB (const std::size_t &, const std::size_t &) |
| int | addB (const int &size, const Vector &, const ID &, const double &) |
| int | setB (const int &size, const Vector &, const double &) |
| void | zeroB (void) |
| int | sendBArecvBX (LinearSOEData &, const bool &, double *, const int &, ID &) |
| int | recvBAsendBX (FactoredSOEBase &) const |
| int | sendResultsBack (FactoredSOEBase &, ID &) |
| int | recvXA (FactoredSOEBase &, const bool &, double *A, const int &, ID &) |
| DistributedBandLinSOE (void) | |
| Default constructor. | |
Protected Member Functions inherited from XC::DistributedLinSOE | |
| 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< double > | workArea |
| std::vector< double > | myB |
| Vector | myVectB |
Protected Attributes inherited from XC::DistributedLinSOE | |
| std::vector< ID > | localCol |
Protected Attributes inherited from XC::DistributedObj | |
| int | processID |
| ChannelQueue | theChannels |
Additional Inherited Members | |
Public Member Functions inherited from XC::DistributedLinSOE | |
| 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. | |
Base class for band matrix distributed systems of equations.
1.8.13