|
PLaSK library
|
Go to the source code of this file.
Classes | |
| struct | plask::geometry_edges::Strategy |
| Base, abstract for all classes which describe what do with points outside geometry in calculation space. More... | |
| struct | plask::geometry_edges::UniversalStrategy |
| Base class for all universal strategies. More... | |
| struct | plask::geometry_edges::Null |
| Strategy which does nothing. More... | |
| struct | plask::geometry_edges::SimpleMaterial |
| Strategy which assigns constant material. More... | |
| struct | plask::geometry_edges::Extend |
| Strategy which moves point p to nearest edge. More... | |
| struct | plask::geometry_edges::Periodic |
| Strategy which moves point p by multiple of (bbox_hi - bbox_lo) to be in range [bbox_lo, bbox_hi]. More... | |
| struct | plask::geometry_edges::Mirror |
| class | plask::geometry_edges::StrategyHolder< direction, StrategyType > |
| Held edge strategy with given type and: More... | |
| class | plask::geometry_edges::StrategyPairHolder< direction, StrategyType > |
| Held pairs of strategies (for lo and hi band) with given type. More... | |
Namespaces | |
| namespace | plask |
| Patterson quadrature for complex function along specified line. | |
| namespace | plask::geometry_edges |