On Thu, 7 Dec 2006, Chad Husko wrote:
It outputs at some multiple of around 0.21, not 0.1785. For a total of 17 slices, not 20.
Perhaps it is hitting your maximum time resolution? Remember, Meep implements the FDTD method, and as such it is taking discrete steps in time. If you tell "at-every" to output at a smaller interval than the time-step size, then it will just output every time-step. In general, the time discretization limits Meeps ability to output at specific times.
(In principle, it could take two time steps and interpolate to give you data at a specific time, but this is not currently supported.)
Steven _______________________________________________ meep-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

