72 #include "BaseNumberer.h" 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
RCM(bool GPS=true)
Constructor. 
Definition: RCM.cpp:73
int recvSelf(const Communicator &)
Receive the object. 
Definition: RCM.cpp:291
Class designed to perform the Reverse Cuthill-McKee numbering scheme on the vertices of a graph...
Definition: RCM.h:82
The Graph class provides the abstraction of a graph. 
Definition: Graph.h:94
GraphNumberer * getCopy(void) const
Virtual constructor. 
Definition: RCM.cpp:77
Numberer for problem's degrees of freedom. 
Definition: GraphNumberer.h:86
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35
int sendSelf(Communicator &)
Send the object. 
Definition: RCM.cpp:288
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:39