fdtd_auto_grid_spec_direction

ipkiss3.simulation.engines.tidy3d.macros.fdtd_auto_grid_spec_direction(min_steps_per_wavelength_x, min_steps_per_wavelength_y, min_steps_per_wavelength_z)

Macro to override the grid specification passed to the Tidy3D Simulation class.

See https://docs.flexcompute.com/projects/tidy3d/en/latest/api/_autosummary/tidy3d.Simulation.html#tidy3d-simulation

Parameters:
min_steps_per_wavelength_x: int

Minimum number of grid steps along the x direction

min_steps_per_wavelength_y: int

Minimum number of grid steps along the y direction

min_steps_per_wavelength_z: int

Minimum number of grid steps along the z direction

Returns:
macroi3.device_sim.Macro