Go to the source code of this file.
Variables | |
static char | ptypenames [][15] = {"rb", "kway"} |
static char | objtypenames [][15] = {"cut", "vol", "node"} |
static char | ctypenames [][15] = {"rm", "shem"} |
static char | rtypenames [][15] = {"fm", "greedy", "2sided", "1sided"} |
static char | iptypenames [][15] = {"grow", "random", "edge", "node", "metisrb"} |
static char | gtypenames [][15] = {"dual", "nodal"} |
char ptypenames[][15] = {"rb", "kway"} [static] |
char objtypenames[][15] = {"cut", "vol", "node"} [static] |
char ctypenames[][15] = {"rm", "shem"} [static] |
Definition at line 50 of file defs.h.
Referenced by GPPrintInfo(), MPPrintInfo(), and NDPrintInfo().
char rtypenames[][15] = {"fm", "greedy", "2sided", "1sided"} [static] |
Definition at line 53 of file defs.h.
Referenced by GPPrintInfo(), MPPrintInfo(), and NDPrintInfo().
char iptypenames[][15] = {"grow", "random", "edge", "node", "metisrb"} [static] |
Definition at line 56 of file defs.h.
Referenced by GPPrintInfo(), MPPrintInfo(), and NDPrintInfo().
char gtypenames[][15] = {"dual", "nodal"} [static] |