35 #ifndef renumberMethod_H
36 #define renumberMethod_H
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keyword definitions, which are a keyword followed by any number of values (e....
Mesh consisting of general polyhedral cells.
Abstract base class for renumbering.
virtual ~renumberMethod()
Destructor.
TypeName("renumberMethod")
Runtime type information.
declareRunTimeSelectionTable(autoPtr, renumberMethod, dictionary,(const dictionary &renumberDict),(renumberDict))
const dictionary & renumberDict_
static autoPtr< renumberMethod > New(const dictionary &renumberDict)
Return a reference to the selected renumbering method.
renumberMethod(const dictionary &renumberDict)
Construct given the renumber dictionary.
void operator=(const renumberMethod &)=delete
Disallow default bitwise assignment.
virtual labelList renumber(const pointField &) const
Return the order in which cells need to be visited, i.e.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
List< label > labelList
A List of labels.