Namespaces | Functions | Variables
dummyMetisDecomp.C File Reference
Include dependency graph for dummyMetisDecomp.C:

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Functions

 defineTypeNameAndDebug (metisDecomp, 0)
 
 addToRunTimeSelectionTable (decompositionMethod, metisDecomp, dictionary)
 

Variables

static const char * notImplementedMessage
 

Detailed Description

Original source file dummyMetisDecomp.C

Definition in file dummyMetisDecomp.C.

Variable Documentation

◆ notImplementedMessage

const char* notImplementedMessage
static
Initial value:
=
"You are trying to use metis but do not have the metisDecomp library loaded."
"\nThis message is from the dummy metisDecomp stub library instead.\n"
"\n"
"Please install metis and make sure that libmetis.so is in your "
"LD_LIBRARY_PATH.\n"
"The metisDecomp library can then be built from "
"$FOAM_SRC/parallel/decompose/metisDecomp and dynamically loading or linking"
" this library will add metis as a decomposition method.\n"
"Please be aware that there are license restrictions on using Metis."

Definition at line 30 of file dummyMetisDecomp.C.

Referenced by metisDecomp::decompose().