tidy3d.UniformGrid#
- class UniformGrid[source]#
- Bases: - 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. - Parameters:
- dl (PositiveFloat) β [units = um]. Grid size for uniform grid generation. 
 - Example - >>> grid_1d = UniformGrid(dl=0.1) - See also - AutoGrid
- Specification for non-uniform grid along a given dimension. 
- Notebooks:
 - Attributes - Methods - dl#
 - __hash__()#
- Hash method.