Go to the documentation of this file.
53 renumberDict.subDict(typeName+
"Coeffs").
lookup(
"dataFile")
84 <<
"Size of renumber list does not correspond "
85 <<
"to the number of points. Size: "
86 << newToOld.
size() <<
" Number of points: "
88 <<
".\n" <<
"Manual renumbering data read from file "
89 << dataFile_ <<
"." <<
endl
97 label origCellI = newToOld[i];
99 if (origCellI < 0 || origCellI >=
points.size())
102 <<
"Renumbering is not one-to-one. Index "
103 << i <<
" maps onto original cell " << origCellI
104 <<
".\n" <<
"Manual renumbering data read from file "
105 << dataFile_ <<
"." <<
endl
109 if (oldToNew[origCellI] == -1)
111 oldToNew[origCellI] = i;
116 <<
"Renumbering is not one-to-one. Both index "
117 << oldToNew[origCellI]
118 <<
" and " << i <<
" map onto " << origCellI
119 <<
".\n" <<
"Manual renumbering data read from file "
120 << dataFile_ <<
"." <<
endl
manualRenumber(const manualRenumber &)
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
#define forAll(list, i)
Loop across all elements in list.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
virtual labelList renumber(const pointField &) const
Return the order in which cells need to be visited, i.e.
const fileName & facesInstance() const
Return the current instance directory for faces.
Ostream & endl(Ostream &os)
Add newline and flush stream.
Mesh consisting of general polyhedral cells.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Pre-declare SubField and related Field type.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Macros for easy insertion into run-time selection tables.
errorManipArg< error, int > exit(error &err, const int errNo=1)
Abstract base class for renumbering.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
void size(const label)
Override size to be inconsistent with allocated storage.
defineTypeNameAndDebug(combustionModel, 0)
stressControl lookup("compactNormalStress") >> compactNormalStress