37 #ifndef SloanRenumber_H 38 #define SloanRenumber_H virtual labelList renumber(const pointField &) const
Return the order in which cells need to be visited, i.e.
A list of keyword definitions, which are a keyword followed by any number of values (e...
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.
Sloan renumbering algorithm.
Abstract base class for renumbering.
virtual ~SloanRenumber()
Destructor.
void operator=(const SloanRenumber &)=delete
Disallow default bitwise assignment.
TypeName("Sloan")
Runtime type information.
SloanRenumber(const dictionary &renumberDict)
Construct given the renumber dictionary.
List< label > labelList
A List of labels.
Mesh consisting of general polyhedral cells.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.