00001 /* 00002 ** $Id: topo_mesh2D.h,v 1.3 2010/04/28 21:19:51 rolf Exp $ 00003 ** 00004 ** Rolf Riesen, March 2010, Sandia National Laboratories 00005 ** 00006 */ 00007 #ifndef _MESH2D_H_ 00008 #define _MESH2D_H_ 00009 00010 void GenMesh2D(int dimX, int dimY, int doXwrap, int doYwrap); 00011 00012 #endif /* _MESH2D_H_ */