#include "common.h"
#include "atoms.h"
#include "atoms_chain.h"
#include "atoms_part.h"
#include "partitionner.h"
Include dependency graph for partitionner.c:
Go to the source code of this file.
Functions | |
int | main (int argc, argv) |
Variables | |
static int | C_fileNum = 0 |
static File | C_fileTab [5] |
static int | C_paraNum = 0 |
static const char * | C_usageList [] |
|
Definition at line 59 of file partitionner.c. References C_FILEARGNBR, C_filenamegeoout, C_filenamengbout, C_filenamesrcout, C_FILENBR, C_fileNum, C_filepntratsinp, C_filepntrgeoout, C_filepntrngbout, C_filepntrprtout, C_filepntrsrcout, C_fileTab, C_FLAGDEFAULT, C_FLAGGEOOUT, C_FLAGNGBOUT, C_FLAGSRCOUT, C_paraNum, C_PFMTQC, C_PFMTQCI, C_PFMTSCOTCH, and C_usageList. |
|
Definition at line 32 of file partitionner.c. |
|
Initial value: { { "-", NULL, "r" }, { "-", NULL, "w" }, { "-", NULL, "w" }, { "-", NULL, "w" }, { "-", NULL, "w" } } Definition at line 33 of file partitionner.c. |
|
Definition at line 31 of file partitionner.c. |
|
Initial value: { "main_part <number of parts> <overlap distance> <cut distance> <options> <atoms file> <partition file>", " -o<type> : Partition format", " q : QC partition format", " i : QCi partition format", " s : Scotch format", " -s<file> : Output topology to <file>, in Scotch format", " -g<file> : Output geometry to <file>, in Scotch format", " -n<file> : Output neighbor topology to <file>, in Scotch format", " -h : Display this help", NULL } Definition at line 40 of file partitionner.c. |