72 #include "BaseNumberer.h" 88 MyRCM(
int startVertex = -1,
bool minDegreeFlag =
false);
92 void setStartVertex(
int startVertex);
93 void setMinDegreeFlag(
bool flag);
Base class for DOF numbererers.
Definition: DOF_Numberer.h:94
Communication parameters between processes.
Definition: Communicator.h:66
Class which performs the Reverse Cuthill-McKee numbering scheme on the vertices of a graph...
Definition: MyRCM.h:80
GraphNumberer * getCopy(void) const
Virtual constructor.
Definition: MyRCM.cpp:77
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
MyRCM(int startVertex=-1, bool minDegreeFlag=false)
Constructor.
Definition: MyRCM.cpp:72
const ID & number(Graph &theGraph, int lastVertex=-1)
Graph numbering.
Definition: MyRCM.cpp:99
The Graph class provides the abstraction of a graph.
Definition: Graph.h:94
Numberer for problem's degrees of freedom.
Definition: GraphNumberer.h:86
virtual int sendSelf(Communicator &)
Send the object.
Definition: MyRCM.cpp:209
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
virtual int recvSelf(const Communicator &)
Receive the object.
Definition: MyRCM.cpp:214
Base class for DOF numberers.
Definition: BaseNumberer.h:39