Go to the documentation of this file.
17 if (
mag(curFaceAddr[faceI]) < minFaceIndex)
19 minFaceIndex =
mag(curFaceAddr[faceI]);
27 <<
"parallel decomposition addressing." <<
endl
28 <<
"It looks like you are trying to reconstruct the case "
29 <<
"decomposed with an earlier version of FOAM, which could\n"
30 <<
"potentially cause compatibility problems. The code will "
31 <<
"attempt to update the addressing automatically; in case of\n"
32 <<
"failure, please repeat the decomposition of the case using "
33 <<
"the current version fo decomposePar"
42 curFaceAddr[faceI] +=
sign(curFaceAddr[faceI]);
List< label > labelList
A List of labels.
static const label labelMax
Ostream & endl(Ostream &os)
Add newline and flush stream.
dimensioned< scalar > mag(const dimensioned< Type > &)
dimensionedScalar sign(const dimensionedScalar &ds)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
PtrList< labelIOList > & faceProcAddressing
forAll(faceProcAddressing, procI)
#define WarningInFunction
Report a warning using Foam::Warning.