Go to the documentation of this file.
33 "Attempted to use <metis> without the metisDecomp library loaded.\n"
34 "This message is from the dummy metisDecomp stub library instead.\n\n"
35 "Please install <metis> and ensure libmetis.so is in LD_LIBRARY_PATH.\n"
36 "The metisDecomp library can then be built from "
37 "src/parallel/decompose/metisDecomp.\n"
38 "Dynamically loading or linking this library will add "
39 "<metis> as a decomposition method.\n";
addToRunTimeSelectionTable(decompositionMethod, kahipDecomp, dictionary)
A class for handling words, derived from Foam::string.
virtual label decomposeSerial(const labelList &adjncy, const labelList &xadj, const List< scalar > &cellWeights, labelList &decomp) const
Domain decomposition using METIS-like data structures.
metisDecomp(const metisDecomp &)=delete
static const char * notImplementedMessage
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.
errorManipArg< error, int > exit(error &err, const int errNo=1)
#define FatalErrorInFunction
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
defineTypeNameAndDebug(combustionModel, 0)