65 #ifndef ParallelNumberer_h 66 #define ParallelNumberer_h 68 #include "utility/actor/actor/DistributedObj.h" 69 #include "solution/analysis/numberer/DOF_Numberer.h" 89 int mergeSubGraph(
Graph &theGraph,
Graph &theSubGraph,
ID &vertexTags,
ID &vertexRefs,
ID &theSubdomainMap);
Data about the position, size,...
Definition: ChannelQueue.h:43
Base class for DOF numbererers.
Definition: DOF_Numberer.h:94
Communication parameters between processes.
Definition: Communicator.h:66
FEM_ObjectBroker is is an object broker class for the finite element method.
Definition: FEM_ObjectBroker.h:151
Vector of integers.
Definition: ID.h:95
virtual int recvSelf(const Communicator &)
Receives object through the communicator argument.
Definition: ParallelNumberer.cpp:412
virtual int sendSelf(Communicator &)
Sends object through the communicator argument.
Definition: ParallelNumberer.cpp:373
Wrapper for the finite element model "as seen" from the solver.
Definition: ModelWrapper.h:59
The ParallelNumberer numbers the dof of a partitioned domain, where the partitions are on different p...
Definition: ParallelNumberer.h:84
The Graph class provides the abstraction of a graph.
Definition: Graph.h:94
Object distributed on many processes.
Definition: DistributedObj.h:45
Numberer for problem's degrees of freedom.
Definition: GraphNumberer.h:86
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
int numberDOF(int lastDOF=-1)
Invoked to assign the equation numbers to the dofs.
Definition: ParallelNumberer.cpp:95
virtual DOF_Numberer * getCopy(void) const
Virtual constructor.
Definition: ParallelNumberer.cpp:87