Skip to content

flex_rf.tidy3d.UniformGrid

Type: class Base(s): GridSpec1d

Uniform 1D grid. The most standard way to define a simulation is to use a constant grid size in each of the three directions.

grid_1d = UniformGrid(dl=0.1)
dl [PositiveFloat]

Grid size for uniform grid generation.

estimated_min_dl(wavelength: float, structure_list: list[Structure], sim_size: tuple[float, 3])

Minimal grid size, which equals grid size here.