Pablo Bianucci wrote:
I haven't been able to disable the subpixel-averaging in the Scheme interface
using (set! eps-averaging? false). Does it need to be in a particular position
in the CTL file? I've tried putting it close to the beginning and it does not
seem to help.

Given the size of your computational cell and resolution, it seems there are more than 1e9 pixels. Thus, even if you have turned off subpixel-averaging, remember that each field component (in 3d, there 6 fields for each voxel) must then be assigned its own scalar dielectric which requires a separate function call each time to your custom material. This process will take a very long time to finish and unfortunately there is no way around it. My only suggestion here would be to use the predefined geometric objects whenever you can to construct your complicated geometry. As I have already explained, this will lead to both higher accuracy and much faster execution times.


_______________________________________________
meep-discuss mailing list
[email protected]
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

Reply via email to