35 #ifndef CuthillMcKeeRenumber_H 36 #define CuthillMcKeeRenumber_H void operator=(const CuthillMcKeeRenumber &)=delete
Disallow default bitwise assignment.
A list of keyword definitions, which are a keyword followed by any number of values (e...
TypeName("CuthillMcKee")
Runtime type information.
CuthillMcKeeRenumber(const dictionary &renumberDict)
Construct given the renumber dictionary.
A simple wrapper around bool so that it can be read as a word: true/false, on/off, yes/no, y/n, t/f, or none/any.
virtual ~CuthillMcKeeRenumber()
Destructor.
Abstract base class for renumbering.
virtual labelList renumber(const pointField &) const
Return the order in which cells need to be visited, i.e.
Cuthill-McKee renumbering.
List< label > labelList
A List of labels.
Mesh consisting of general polyhedral cells.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.