An update was released to the Python bindings for Meep This is a separate wrapper which you can download from https://launchpad.net/python-meep and install on top of Meep.
Version 1.4.1 allows to define the geometry of the materials using polygons. In 2D, every polygon is associated with a certain epsilon value; in 3D, every polygon is associated with a certain material stack (a vertical stack of materials, each with a certain thickness). On callback, a winding number algorithm is used to resolve in which polygon a certain (x,y) coordinate falls. The z coordinate is used to select the appropriate material from a material stack. This approach has high accuracy, while at the same time consuming very little memory and having very good performance. _______________________________________________ meep-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

