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