Hi, Meep Users,
I want to output z component of electric field for TE mode and x, y
components for TM mode. So the following statement was given.
(at-end (if te-mode?
(to-appended "Ez" output-efield-z)
(begin
(to-appended "Ex" output-efield-x)
(to-appended "Ey" output-efield-y))))
when te-mode? was set to be true, the file Ez.h5 could be obtained. However,
if te-mode? was set to be false, only the file Ey.h5 could be output. why?
Any suggestion would be appreciated.
feng
_______________________________________________
meep-discuss mailing list
[email protected]
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss