37 #ifndef SloanRenumber_H
38 #define SloanRenumber_H
Sloan renumbering algorithm.
SloanRenumber(const dictionary &renumberDict)
Construct given the renumber dictionary.
void operator=(const SloanRenumber &)=delete
Disallow default bitwise assignment.
virtual ~SloanRenumber()
Destructor.
TypeName("Sloan")
Runtime type information.
virtual labelList renumber(const pointField &) const
Return the order in which cells need to be visited, i.e.
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Mesh consisting of general polyhedral cells.
Abstract base class for renumbering.
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
List< label > labelList
A List of labels.