71 #include "BaseNumberer.h" 87 MyRCM(
int startVertex = -1,
bool minDegreeFlag =
false);
91 void setStartVertex(
int startVertex);
92 void setMinDegreeFlag(
bool flag);
94 const ID &number(
Graph &theGraph,
int lastVertex = -1);
95 const ID &number(
Graph &theGraph,
const ID &lastVertices);
Base class for DOF numbererers.
Definition: DOF_Numberer.h:84
FEM_ObjectBroker is is an object broker class for the finite element method. All methods are virtual ...
Definition: FEM_ObjectBroker.h:138
Class which performs the Reverse Cuthill-McKee numbering scheme on the vertices of a graph...
Definition: MyRCM.h:79
Numberer for problem's degrees of freedom.
Definition: GraphNumberer.h:78
The Graph class provides the abstraction of a graph, a collection of vertices and edges...
Definition: Graph.h:84
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
Base class for DOF numberers.
Definition: BaseNumberer.h:38