Go to the documentation of this file.
32 "Attempted to use <kahip> without the kahipDecomp library loaded.\n"
33 "This message is from the dummy kahipDecomp stub library instead.\n\n"
34 "Please install <kahip> and ensure libkahip.so is in LD_LIBRARY_PATH.\n"
35 "The kahipDecomp library can then be built from "
36 "src/parallel/decompose/kahipDecomp.\n"
37 "Dynamically loading or linking this library will add "
38 "<kahip> 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.
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...
kahipDecomp(const kahipDecomp &)=delete
defineTypeNameAndDebug(combustionModel, 0)