tidy3d.Boundary.pml

Contents

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