-
I am trying to make a simulation in 3D, however, the subpixel-averaging step never seems to finish. The percentage increases then loops back to a low percent and repeats. It's not clear to me if this process will finish or not, I left it running for 10 minutes with no apparent progress. I removed all geometry from the simulation and the same happens. I reinstalled pymeep with Minimum working example is below:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Since the |
Beta Was this translation helpful? Give feedback.
Since the
geometry
object is empty, the issue here is not subpixel smoothing but rather that you have a 3D cell with (200*10)^3 = 8e9 voxels which will require at least 768 Gb of memory (see this FAQ). Trying to load this much data into memory is why the field initialization stage prior to time stepping is taking so long.