35 #ifndef manualDecomp_H 36 #define manualDecomp_H A class for handling file names.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual ~manualDecomp()
Destructor.
virtual labelList decompose(const polyMesh &mesh, const pointField &cc, const scalarField &cWeights)
Return for every coordinate the wanted processor number. Use the.
manualDecomp(const dictionary &decompositionDict)
Construct given the decomposition dictionary.
List< label > labelList
A List of labels.
Abstract base class for decomposition.
TypeName("manual")
Runtime type information.
virtual bool parallelAware() const
Manual decompose does not care about proc boundaries - is all.
void operator=(const manualDecomp &)=delete
Disallow default bitwise assignment.
Decomposition given a cell-to-processor association in a file.
Mesh consisting of general polyhedral cells.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.