version 3.8
Dumux::IntersectionPolicy::PolygonPolicy< ct, dw > Struct Template Reference

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
 

Member Typedef Documentation

◆ ctype

template<class ct , int dw>
using Dumux::IntersectionPolicy::PolygonPolicy< ct, dw >::ctype = ct

◆ Intersection

template<class ct , int dw>
using Dumux::IntersectionPolicy::PolygonPolicy< ct, dw >::Intersection = Polygon

◆ Point

template<class ct , int dw>
using Dumux::IntersectionPolicy::PolygonPolicy< ct, dw >::Point = Dune::FieldVector<ctype, dw>

◆ Polygon

template<class ct , int dw>
using Dumux::IntersectionPolicy::PolygonPolicy< ct, dw >::Polygon = std::vector<Point>

Member Data Documentation

◆ dimIntersection

template<class ct , int dw>
constexpr int Dumux::IntersectionPolicy::PolygonPolicy< ct, dw >::dimIntersection = 2
staticconstexpr

◆ dimWorld

template<class ct , int dw>
constexpr int Dumux::IntersectionPolicy::PolygonPolicy< ct, dw >::dimWorld = dw
staticconstexpr

The documentation for this struct was generated from the following file: