Go to the documentation of this file.
35 #ifndef ptscotchDecomp_H
36 #define ptscotchDecomp_H
61 static void check(
const int,
const char*);
77 const label adjncySize,
A class for handling file names.
virtual ~ptscotchDecomp()
Destructor.
Mesh consisting of general polyhedral cells.
static void prepend(const UList< Type > &, List< Type > &)
Insert list in front of list.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Pre-declare SubField and related Field type.
ptscotchDecomp(const ptscotchDecomp &)
A list of keyword definitions, which are a keyword followed by any number of values (e....
Abstract base class for decomposition.
virtual labelList decompose(const pointField &points, const scalarField &pointWeights)
Return for every coordinate the wanted processor number.
virtual bool parallelAware() const
Is method parallel aware (i.e. does it synchronize domains across.
label decompose(const fileName &meshPath, const List< label > &adjncy, const List< label > &xadj, const scalarField &cWeights, List< label > &finalDecomp) const
Decompose. Handles size 0 arrays.
static void check(const int, const char *)
Check and print error message.
void operator=(const ptscotchDecomp &)
Disallow default bitwise copy construct and assignment.
PTScotch domain decomposition.
TypeName("ptscotch")
Runtime type information.
static void append(const UList< Type > &, List< Type > &)
Insert list at end of list.