|
PLaSK library
|
Information about lateral PMLs. More...
#include <solvers/optical/modal/solverbase.hpp>
Public Member Functions | |
| PML () | |
| PML (dcomplex factor, double size, double dist, double order) | |
Public Attributes | |
| dcomplex | factor |
| PML factor. | |
| double | size |
| Size of the PMLs. | |
| double | dist |
| Distance of the PMLs from defined computational domain. | |
| double | order |
| Order of the PMLs. | |
Information about lateral PMLs.
Definition at line 26 of file solverbase.hpp.
|
inline |
Definition at line 31 of file solverbase.hpp.
Definition at line 32 of file solverbase.hpp.
| double plask::optical::modal::PML::dist |
Distance of the PMLs from defined computational domain.
Definition at line 29 of file solverbase.hpp.
| dcomplex plask::optical::modal::PML::factor |
PML factor.
Definition at line 27 of file solverbase.hpp.
| double plask::optical::modal::PML::order |
Order of the PMLs.
Definition at line 30 of file solverbase.hpp.
| double plask::optical::modal::PML::size |
Size of the PMLs.
Definition at line 28 of file solverbase.hpp.