Go to the documentation of this file.
54 auto* ctorPtr = dictionaryConstructorTable(methodType);
63 *dictionaryConstructorTablePtr_
77 CompactListList<label> cellCells;
132 labelList fineDistribution(fineToCoarse.size());
134 forAll(fineDistribution, i)
136 fineDistribution[i] = coarseDistribution[fineToCoarse[i]];
139 return fineDistribution;
List< label > labelList
A List of labels.
vectorField pointField
pointField is a vectorField.
static void calcCellCells(const polyMesh &mesh, const labelList &agglom, const label nLocalCoarse, const bool global, CompactListList< label > &cellCells)
A class for handling words, derived from Foam::string.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
A packed storage unstructured matrix of objects of type <T> using an offset table for access.
Mesh consisting of general polyhedral cells.
virtual labelList renumber(const pointField &) const
label nCells() const noexcept
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
Generic templated field type.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
errorManipArg< error, int > exit(error &err, const int errNo=1)
Abstract base class for renumbering.
IntListType renumber(const labelUList &oldToNew, const IntListType &input)
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
labelList identity(const label len, label start=0)
static autoPtr< renumberMethod > New(const dictionary &renumberDict)
defineTypeNameAndDebug(combustionModel, 0)