On Sun, 10 Jun 2007, Neilen Marais wrote: > I'd like to know if it is practical to use MEEP to generate geometrical > grids and then exporting it for use in other software. I'm currently > working of time domain FEM and am interested in FDTD/FEM hybrids and > also applying FEM to structured grids. It would be quite a boon if I can > use ready-made software to generate grids for arbitrary geometry. > > Does meep use it's own gridding engine, or is a third party > library/program used? If so I'd be quite interested in what it is!
Meep uses a finite-difference algorithm, not finite-elements. Hence it uses a uniform Cartesian grid, and does not have what you need if you want an unstructured mesh for FEM. There are pleny of mesh-generation codes for FEM, however. For example, the free Gmsh program (http://www.geuz.org/gmsh/) seems fairly popular. Cordially, Steven G. Johnson _______________________________________________ meep-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

