> > Both E and H are necessary in order to calculate stress tensor. > Do I need to run the simulation twice with different source component?
No. A single source produces both E and H. (From Maxwell's equations, an oscillating E field creates H fields and vice versa.) > (set! sources (list > (make source > (src (make continuous-src (wavelength 55))) > (component Hy) (component Ey) > (center -9 0) > (size (* 4 r) 0)))) This isn't correct. You can only specify a single component for each source. Steven _______________________________________________ meep-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

