partitionner.c File Reference

#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 []


Function Documentation

int main int  argc,
argv 
 

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.


Variable Documentation

int C_fileNum = 0 [static]
 

Definition at line 32 of file partitionner.c.

File C_fileTab[5] [static]
 

Initial value:

 { 
                              { "-", NULL, "r" },
                              { "-", NULL, "w" },
                              { "-", NULL, "w" },
                              { "-", NULL, "w" },
                              { "-", NULL, "w" } }

Definition at line 33 of file partitionner.c.

int C_paraNum = 0 [static]
 

Definition at line 31 of file partitionner.c.

const char* C_usageList[] [static]
 

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.


Generated on Sat Jan 28 21:07:31 2006 for QC++ by  doxygen 1.4.4