71 #include "BaseNumberer.h" int recvSelf(const CommParameters &)
Receive the object.
Definition: RCM.cpp:291
Base class for DOF numbererers.
Definition: DOF_Numberer.h:93
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
int sendSelf(CommParameters &)
Send the object.
Definition: RCM.cpp:288
RCM(bool GPS=true)
Constructor.
Definition: RCM.cpp:73
Class designed to perform the Reverse Cuthill-McKee numbering scheme on the vertices of a graph...
Definition: RCM.h:79
The Graph class provides the abstraction of a graph.
Definition: Graph.h:93
GraphNumberer * getCopy(void) const
Virtual constructor.
Definition: RCM.cpp:77
Numberer for problem's degrees of freedom.
Definition: GraphNumberer.h:85
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Communication parameters between processes.
Definition: CommParameters.h:65
const ID & number(Graph &theGraph, int lastVertex=-1)
Method to perform the Reverse Cuthill-mcKenn numbering scheme.
Definition: RCM.cpp:113
Base class for DOF numberers.
Definition: BaseNumberer.h:38