next up previous contents
Next: PostProcess Up: Source Code Previous: exchange_edges

prepost.C

Several data structure definitions used by functions in this file only. Two of them are Gmap,session.

typedef struct gmapping

int nvs;

int nvg;

int nes;

int neg;

int *vgid;

int *egid;

int nfs;

int nfg;

int *fgid;

int nsolve;

int nglobal;

Gmap;

struct ssn_tag

char name[FILENAME_MAX]; /* name of session without postfix */

char fld [FILENAME_MAX]; /* Output (field) file */

char rea [FILENAME_MAX]; /* Input file (from pre-processor) */

char his [FILENAME_MAX]; /* history file */

session;



 

Guang Lin
2001-03-08