38 #ifndef Foam_zoltanRenumber_H 39 #define Foam_zoltanRenumber_H 87 virtual bool needs_mesh()
const {
return true; }
A list of keyword definitions, which are a keyword followed by a number of values (eg...
Abstract base class for renumbering.
virtual bool needs_mesh() const
Renumbering method requires a polyMesh for its topology.
TypeName("zoltan")
Runtime type information.
A packed storage of objects of type <T> using an offset table for access.
virtual ~zoltanRenumber()=default
Destructor.
virtual labelList renumber(const polyMesh &mesh) const
Return the cell visit order (from ordered back to original cell id) uses the mesh for connectivity an...
Mesh consisting of general polyhedral cells.
List< label > labelList
A List of labels.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.