53 renumberDict.optionalSubDict
56 ).lookupOrDefault<
Switch>(
"reverse", false)
A list of keyword definitions, which are a keyword followed by any number of values (e...
CuthillMcKeeRenumber(const dictionary &renumberDict)
Construct given the renumber dictionary.
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/any.
labelList identity(const label len)
Create identity map (map[i] == i) of given length.
Macros for easy insertion into run-time selection tables.
static void calcCellCells(const polyMesh &mesh, const labelList &agglom, const label nLocalCoarse, const bool global, CompactListList< label > &cellCells)
Helper: determine (local or global) cellCells from mesh.
Abstract base class for renumbering.
The bandCompression function renumbers the addressing such that the band of the matrix is reduced...
List< Container > list() const
Convert to List<Container>
virtual labelList renumber(const pointField &) const
Return the order in which cells need to be visited, i.e.
A packed storage unstructured matrix of objects of type <T> using an offset table for access...
void reverse(UList< T > &, const label n)
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
labelList bandCompression(const labelListList &addressing)
Renumbers the addressing to reduce the band of the matrix.
Mesh consisting of general polyhedral cells.