tidy3d.Boundary.pml#
- class pml#
Bases:
PML boundary specification on both sides along a dimension.
- Parameters:
num_layers (int = 12) β Number of layers of standard PML to add to + and - boundaries.
parameters (
PMLParams
) β Parameters of the complex frequency-shifted absorption poles.
Example
>>> pml = Boundary.pml(num_layers=20)
Inherited Common Usage