On Apr 22, 2008, at 11:07 AM, Antoine Monmayrant wrote: > > Is this possible to load a dataset directly from a *.h5 file? > Could someone help me with the syntax?
Not from Scheme; you have to use the low-level C++ interface to do something like this, and even then you will need to implement some interpolation yourself (because the HDF5 files are outputted on an interpolated grid, rather than on the internal Yee lattice, and conversely when you specify a source you give the current as an arbitrary function of position which will you will have to interpolate from your loaded HDF5 file). _______________________________________________ meep-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

