Skip to main content

pml.PMLParams

Class pml.PMLParams():

Stores parameters that define perfectly matched layers.

Args:

  • num_x: The number of grid points occupied by the PML, in the x-direction.
  • num_y: The number of grid points occupied by the PML, in the y-direction.
  • a_max: The strength parameter for uniaxial PML.
  • p: The exponent parameter for uniaxial PML.
  • sigma_max: The conductivity parameter for uniaxial PML.