63#ifndef Foam_metisDecomp_H
64#define Foam_metisDecomp_H
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Metis domain decomposition.
TypeName("metis")
Runtime type information.
virtual label decomposeSerial(const labelList &adjncy, const labelList &xadj, const List< scalar > &cellWeights, labelList &decomp) const
Decompose non-parallel.
void operator=(const metisDecomp &)=delete
No copy assignment.
virtual bool parallelAware() const
Knows about coupled boundaries.
virtual ~metisDecomp()=default
Destructor.
metisDecomp(const metisDecomp &)=delete
No copy construct.
Domain decomposition using METIS-like data structures.
metisLikeDecomp(const metisLikeDecomp &)=delete
No copy construct.
A class for handling words, derived from Foam::string.
Foam::word regionName(args.getOrDefault< word >("region", Foam::polyMesh::defaultRegion))
List< label > labelList
A List of labels.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.