41 #ifndef Foam_CuthillMcKeeRenumber_H 42 #define Foam_CuthillMcKeeRenumber_H
reverseCuthillMcKeeRenumber()
Default construct.
CuthillMcKeeRenumber(const bool reverse=false)
Default construct, optionally with reverse.
A list of keyword definitions, which are a keyword followed by a number of values (eg...
virtual ~CuthillMcKeeRenumber()=default
Destructor.
TypeNameNoDebug("reverseCuthillMcKee")
Runtime type information.
Reverse Cuthill-McKee renumbering.
Abstract base class for renumbering.
Cuthill-McKee renumbering (CM or RCM)
A packed storage of objects of type <T> using an offset table for access.
virtual labelList renumber(const polyMesh &mesh) const
Return the cell visit order (from ordered back to original cell id) using the mesh to determine the c...
TypeNameNoDebug("CuthillMcKee")
Runtime type information.
Mesh consisting of general polyhedral cells.
void reverse(bool on) noexcept
Toggle reverse on/off.
virtual ~reverseCuthillMcKeeRenumber()=default
Destructor.