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);
Data about the postion, size,...
Definition: ChannelQueue.h:41
Base class for DOF numbererers.
Definition: DOF_Numberer.h:93
virtual int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: ParallelNumberer.cpp:412
FEM_ObjectBroker is is an object broker class for the finite element method.
Definition: FEM_ObjectBroker.h:145
Vector of integers.
Definition: ID.h:93
Wrapper for the finite element model "as seen" from the solver.
Definition: ModelWrapper.h:58
The ParallelNumberer numbers the dof of a partitioned domain, where the partitions are on different p...
Definition: ParallelNumberer.h:83
The Graph class provides the abstraction of a graph.
Definition: Graph.h:93
Object distributed on many processes.
Definition: DistributedObj.h:44
Numberer for problem's degrees of freedom.
Definition: GraphNumberer.h:85
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
int numberDOF(int lastDOF=-1)
Invoked to assign the equation numbers to the dofs.
Definition: ParallelNumberer.cpp:95
Communication parameters between processes.
Definition: CommParameters.h:65
virtual DOF_Numberer * getCopy(void) const
Virtual constructor.
Definition: ParallelNumberer.cpp:87
virtual int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: ParallelNumberer.cpp:373