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