fdtdz() now has an offset argument which allows for memory to be saved when performing large simulations.
Specifically, it allows one to
only output a subvolume of the fields from the simulation domain (the other fields will still be simulated, they just won't be materialized as output), and
define epsilon only on that same subvolume (under the hood it is edge-padded to fill out the entire simulation).
fdtdz()
now has anoffset
argument which allows for memory to be saved when performing large simulations.Specifically, it allows one to
epsilon
only on that same subvolume (under the hood it is edge-padded to fill out the entire simulation).