Policy structure for polygon-like intersections.
#include <dumux/geometry/geometryintersection.hh>
Public Types | |
| using | ctype = ct |
| using | Point = Dune::FieldVector<ctype, dw> |
| using | Polygon = std::vector<Point> |
| using | Intersection = Polygon |
Static Public Attributes | |
| static constexpr int | dimWorld = dw |
| static constexpr int | dimIntersection = 2 |
| using Dumux::IntersectionPolicy::PolygonPolicy< ct, dw >::ctype = ct |
| using Dumux::IntersectionPolicy::PolygonPolicy< ct, dw >::Intersection = Polygon |
| using Dumux::IntersectionPolicy::PolygonPolicy< ct, dw >::Point = Dune::FieldVector<ctype, dw> |
| using Dumux::IntersectionPolicy::PolygonPolicy< ct, dw >::Polygon = std::vector<Point> |
|
staticconstexpr |
|
staticconstexpr |