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

Go to the source code of this file.

Functions

void MGridGen (int, int *, Foam::scalar *, Foam::scalar *, int *, Foam::scalar *, int, int, int *, int *, int *, int *)
 

Variables

static const char * notImplementedMessage
 

Detailed Description

Original source file dummyMGridGen.C

Definition in file dummyMGridGen.C.

Function Documentation

void MGridGen ( int  ,
int *  ,
Foam::scalar *  ,
Foam::scalar *  ,
int *  ,
Foam::scalar *  ,
int  ,
int  ,
int *  ,
int *  ,
int *  ,
int *   
)

Definition at line 49 of file dummyMGridGen.C.

References Foam::exit(), Foam::FatalError, FatalErrorInFunction, and notImplementedMessage.

Here is the call graph for this function:

Variable Documentation

const char* notImplementedMessage
static
Initial value:
=
"You are trying to use MGridGen but do not have the MGridGen library loaded.\n"
"This message is from the dummy MGridGen stub library instead.\n"
"\n"
"Normally the MGridGen library will be loaded through the LD_LIBRARY_PATH\n"
"environment variable but you are picking up this dummy library from the\n"
"$FOAM_LIBBIN/dummy directory. Please install MGridGen and make sure the\n"
"libMGridGen.so is in your LD_LIBRARY_PATH."

Definition at line 37 of file dummyMGridGen.C.

Referenced by MGridGen().