71 #include "BaseNumberer.h" Class designed to perform the Reverse Cuthill-McKee numbering scheme on the vertices of a graph...
Definition: RCM.h:79
const ID & number(Graph &theGraph, int lastVertex=-1)
Method to perform the Reverse Cuthill-mcKenn numbering scheme. The user can supply a starting vertex...
Definition: RCM.cpp:85
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
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