252#ifndef Foam_scotchDecomp_H
253#define Foam_scotchDecomp_H
A packed storage of objects of type <T> using an offset table for access.
static const Field< vector > & null() noexcept
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
virtual labelList decompose(const pointField &points, const scalarField &pointWeights=scalarField::null()) const
Return the wanted processor number for every coordinate, using uniform or specified point weights.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
A class for handling file names.
metisLikeDecomp(const metisLikeDecomp &)=delete
No copy construct.
Mesh consisting of general polyhedral cells.
void operator=(const scotchDecomp &)=delete
No copy assignment.
virtual label decomposeSerial(const labelList &adjncy, const labelList &xadj, const List< scalar > &cWeights, labelList &decomp) const
Decompose non-parallel.
virtual bool parallelAware() const
Knows about coupled boundaries.
virtual labelList decompose(const polyMesh &mesh, const pointField &points=pointField::null(), const scalarField &pointWeights=scalarField::null()) const
Return for every coordinate the wanted processor number.
virtual ~scotchDecomp()=default
Destructor.
scotchDecomp(const scotchDecomp &)=delete
No copy construct.
TypeName("scotch")
Runtime type information.
A class for handling words, derived from Foam::string.
Foam::word regionName(args.getOrDefault< word >("region", Foam::polyMesh::defaultRegion))
List< labelList > labelListList
List of labelList.
List< label > labelList
A List of labels.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
vectorField pointField
pointField is a vectorField.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.