/* grid specific stuff */ typedef struct { int elnum; int nnode; int n; int (*nodpek)[NOBF]; float (*coord)[2]; float *f; char name[30][30]; int ptr[10]; int type[10]; float *u; float *vecX; float *vecY; } solution; int NoOfMeshes; int currentSolution; solution mySol[MAXLEVELS];