Go to the documentation of this file.
56 decompositionDict.subDict(
word(decompositionDict.
lookup(
"method"))
57 +
"Coeffs").
lookup(
"dataFile")
89 <<
"Size of decomposition list does not correspond "
90 <<
"to the number of points. Size: "
91 << finalDecomp.
size() <<
" Number of points: "
93 <<
".\n" <<
"Manual decomposition data read from file "
94 << decompDataFile_ <<
"." <<
endl
98 if (
min(finalDecomp) < 0 ||
max(finalDecomp) > nProcessors_ - 1)
101 <<
"According to the decomposition, cells assigned to "
102 <<
"impossible processor numbers. Min processor = "
103 <<
min(finalDecomp) <<
" Max processor = " <<
max(finalDecomp)
104 <<
".\n" <<
"Manual decomposition data read from file "
105 << decompDataFile_ <<
"." <<
endl
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
A class for handling words, derived from string.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
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.
manualDecomp(const manualDecomp &)
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.
Abstract base class for decomposition.
errorManipArg< error, int > exit(error &err, const int errNo=1)
dimensioned< Type > max(const dimensioned< Type > &, const dimensioned< Type > &)
#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)
dimensioned< Type > min(const dimensioned< Type > &, const dimensioned< Type > &)
stressControl lookup("compactNormalStress") >> compactNormalStress
virtual labelList decompose(const polyMesh &mesh, const pointField &cc, const scalarField &cWeights)
Return for every coordinate the wanted processor number. Use the.