globalVars.hGo to the documentation of this file.00001 /* 00002 * File: globalVars.h 00003 * ------------------ 00004 * External declaration of global variables defined in main and 00005 * used throughout the finite element code 00006 */ 00007 00008 #ifndef globalVars_h 00009 #define globalVars_h 00010 /* 00011 extern int nblks; 00012 extern int *xblk, *invp; 00013 extern double *diag, **penv; 00014 extern int *rowblks; 00015 extern OFFDBLK **begblk; 00016 extern OFFDBLK *first; 00017 */ 00018 #endif 00019 |