64 #ifndef ParallelNumberer_h 65 #define ParallelNumberer_h 67 #include "utility/actor/actor/DistributedObj.h" 68 #include "solution/analysis/numberer/DOF_Numberer.h" 88 int mergeSubGraph(
Graph &theGraph,
Graph &theSubGraph,
ID &vertexTags,
ID &vertexRefs,
ID &theSubdomainMap);
98 int numberDOF(
int lastDOF = -1);
99 int numberDOF(
ID &lastDOFs);
Base class for DOF numbererers.
Definition: DOF_Numberer.h:84
FEM_ObjectBroker is is an object broker class for the finite element method. All methods are virtual ...
Definition: FEM_ObjectBroker.h:138
virtual int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: ParallelNumberer.cpp:373
virtual DOF_Numberer * getCopy(void) const
Virtual constructor.
Definition: ParallelNumberer.cpp:87
Numberer for problem's degrees of freedom.
Definition: GraphNumberer.h:78
Object distributed on many processes.
Definition: DistributedObj.h:44
Wrapper for the finite element model "seen" from the solver. The model wrapper is definied by: ...
Definition: ModelWrapper.h:55
The Graph class provides the abstraction of a graph, a collection of vertices and edges...
Definition: Graph.h:84
The ParallelNumberer numbers the dof of a partitioned domain, where the partitions are on different p...
Definition: ParallelNumberer.h:83
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
virtual int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: ParallelNumberer.cpp:412