Go to the documentation of this file.
34 "Attempted to use <scotch> without the scotchDecomp library loaded.\n"
35 "This message is from the dummy scotchDecomp stub library instead.\n\n"
36 "Please install <scotch> and ensure libscotch.so is in LD_LIBRARY_PATH.\n"
37 "The scotchDecomp library can then be built from "
38 "src/parallel/decompose/scotchDecomp.\n"
39 "Dynamically loading or linking this library will add "
40 "<scotch> as a decomposition method.\n";
addToRunTimeSelectionTable(decompositionMethod, kahipDecomp, dictionary)
List< label > labelList
A List of labels.
A class for handling words, derived from Foam::string.
virtual label decomposeSerial(const labelList &adjncy, const labelList &xadj, const List< scalar > &cWeights, labelList &decomp) const
Mesh consisting of general polyhedral cells.
Generic templated field type.
Domain decomposition using METIS-like data structures.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Macros for easy insertion into run-time selection tables.
static const char * notImplementedMessage
errorManipArg< error, int > exit(error &err, const int errNo=1)
scotchDecomp(const scotchDecomp &)=delete
#define FatalErrorInFunction
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 polyMesh &mesh, const pointField &points, const scalarField &pointWeights) const
defineTypeNameAndDebug(combustionModel, 0)