Go to the documentation of this file.
35 #ifndef renumberMethod_H
36 #define renumberMethod_H
vectorField pointField
pointField is a vectorField.
declareRunTimeSelectionTable(autoPtr, renumberMethod, dictionary,(const dictionary &renumberDict),(renumberDict))
List< label > labelList
A List of labels.
virtual ~renumberMethod()
Destructor.
Mesh consisting of general polyhedral cells.
void operator=(const renumberMethod &)
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
virtual labelList renumber(const pointField &) const
Return the order in which cells need to be visited, i.e.
Pre-declare SubField and related Field type.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Abstract base class for renumbering.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
List< labelList > labelListList
A List of labelList.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
renumberMethod(const dictionary &renumberDict)
Construct given the renumber dictionary.
renumberMethod(const renumberMethod &)
Disallow default bitwise copy construct and assignment.
TypeName("renumberMethod")
Runtime type information.
static autoPtr< renumberMethod > New(const dictionary &renumberDict)
Return a reference to the selected renumbering method.
const dictionary & renumberDict_