29 #ifndef DistributedLinSOE_h 30 #define DistributedLinSOE_h 33 #include "utility/actor/actor/DistributedObj.h" 34 #include "xc_utils/src/nucleo/EntCmd.h" 49 std::vector<ID> localCol;
54 void calcLocalMap(
const int &);
Base class for distributed systems of equations.
Definition: DistributedLinSOE.h:46
int getSubGraphs(Graph &)
From each distributed SOE recv it's graph and merge them into master graph.
Definition: DistributedLinSOE.cc:66
Object distributed on many processes.
Definition: DistributedObj.h:44
The Graph class provides the abstraction of a graph, a collection of vertices and edges...
Definition: Graph.h:84
int sendGraph(Graph &, ID &)
Collect graph, send it off, vector back containing size of system, etc.
Definition: DistributedLinSOE.cc:45
Data about the postion, size,... of the object to transmit.
Definition: ChannelQueue.h:41
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
int sendSizeData(const ID &)
To each distributed SOE send the size data and merge them into master graph.
Definition: DistributedLinSOE.cc:88