30 #ifndef DistributedLinSOE_h    31 #define DistributedLinSOE_h    34 #include "utility/actor/actor/DistributedObj.h"    35 #include "utility/kernel/CommandEntity.h"    50     std::vector<ID> localCol;
    55     void calcLocalMap(
const int &);
 Data about the position, size,... 
Definition: ChannelQueue.h:43
Communication parameters between processes. 
Definition: Communicator.h:66
int sendGraph(Graph &, ID &)
Collect graph, send it off, vector back containing size of system, etc. 
Definition: DistributedLinSOE.cc:47
Vector of integers. 
Definition: ID.h:95
DistributedLinSOE(void)
Default constructor. 
Definition: DistributedLinSOE.cc:41
int getSubGraphs(Graph &)
From each distributed SOE recv it's graph and merge them into primary graph. 
Definition: DistributedLinSOE.cc:68
Base class for distributed systems of equations. 
Definition: DistributedLinSOE.h:47
The Graph class provides the abstraction of a graph. 
Definition: Graph.h:94
Object distributed on many processes. 
Definition: DistributedObj.h:45
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35
int sendSizeData(const ID &)
To each distributed SOE send the size data and merge them into primary graph. 
Definition: DistributedLinSOE.cc:90