|
PLaSK library
|
Integration segment data. More...
#include <solvers/optical/modal/bessel/expansioncyl.hpp>
Public Attributes | |
| double | Z |
| Center of the segment. | |
| double | D |
| Width of the segment divided by 2. | |
| DataVector< double > | weights |
| Cached integration weights for segment. | |
Integration segment data.
Definition at line 104 of file expansioncyl.hpp.
| double plask::optical::modal::ExpansionBessel::Segment::D |
Width of the segment divided by 2.
Definition at line 106 of file expansioncyl.hpp.
| DataVector<double> plask::optical::modal::ExpansionBessel::Segment::weights |
Cached integration weights for segment.
Definition at line 107 of file expansioncyl.hpp.
| double plask::optical::modal::ExpansionBessel::Segment::Z |
Center of the segment.
Definition at line 105 of file expansioncyl.hpp.