Go to the documentation of this file.
219 #ifndef scotchDecomp_H
220 #define scotchDecomp_H
A class for handling words, derived from Foam::string.
A class for handling file names.
virtual label decomposeSerial(const labelList &adjncy, const labelList &xadj, const List< scalar > &cWeights, labelList &decomp) const
Mesh consisting of general polyhedral cells.
Scotch domain decomposition.
Generic templated field type.
void operator=(const scotchDecomp &)=delete
Domain decomposition using METIS-like data structures.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
scotchDecomp(const scotchDecomp &)=delete
virtual labelList decompose(const pointField &points, const scalarField &pointWeights) const
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
virtual bool parallelAware() const
virtual labelList decompose(const polyMesh &mesh, const pointField &points, const scalarField &pointWeights) const
virtual ~scotchDecomp()=default