40 #ifndef structuredRenumber_H 41 #define structuredRenumber_H 103 "structuredRenumber::renumber(const pointField&)" 129 "structuredRenumber::renumber" 130 "(const labelListList&, const pointField&)" virtual ~structuredRenumber()
Destructor.
A simple wrapper around bool so that it can be read as a word: true/false, on/off, yes/no, y/n, t/f, or none.
A list of keyword definitions, which are a keyword followed by any number of values (e...
TypeName("structured")
Runtime type information.
Renumbering according to mesh layers. depthFirst = true: first column gets ids 0..nLayer-1, second nLayers..2*nLayers-1 etc. depthFirst = false: first layer gets ids 0,1,2 etc.
Mesh consisting of general polyhedral cells.
List< label > labelList
A List of labels.
Abstract base class for renumbering.
#define notImplemented(functionName)
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.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...