38#ifndef Foam_zoltanRenumber_H
39#define Foam_zoltanRenumber_H
62 zoltanRenumber(
const zoltanRenumber&) =
delete;
65 void operator=(
const zoltanRenumber&) =
delete;
87 virtual bool needs_mesh()
const {
return true; }
A packed storage of objects of type <T> using an offset table for access.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh consisting of general polyhedral cells.
renumberMethod()
Default construct.
virtual bool needs_mesh() const
Renumbering method requires a polyMesh for its topology.
virtual labelList renumber(const labelListList &cellCells) const
Return the cell visit order (from ordered back to original cell id). Not implemented!
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...
virtual labelList renumber(const CompactListList< label > &cellCells) const
Return the cell visit order (from ordered back to original cell id). Not implemented!
TypeName("zoltan")
Runtime type information.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
List< labelList > labelListList
List of labelList.
List< label > labelList
A List of labels.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.