3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Types | Static Public Attributes | List of all members
Dumux::IntersectionPolicy::SegmentPolicy< ct, dw > Struct Template Reference

Policy structure for segment-like intersections. More...

#include <dumux/common/geometry/geometryintersection.hh>

Description

template<class ct, int dw>
struct Dumux::IntersectionPolicy::SegmentPolicy< ct, dw >

Policy structure for segment-like intersections.

Public Types

using ctype = ct
 
using Point = Dune::FieldVector< ctype, dw >
 
using Segment = std::array< Point, 2 >
 
using Intersection = Segment
 

Static Public Attributes

static constexpr int dimWorld = dw
 
static constexpr int dimIntersection = 1
 

Member Typedef Documentation

◆ ctype

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

◆ Intersection

template<class ct , int dw>
using Dumux::IntersectionPolicy::SegmentPolicy< ct, dw >::Intersection = Segment

◆ Point

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

◆ Segment

template<class ct , int dw>
using Dumux::IntersectionPolicy::SegmentPolicy< ct, dw >::Segment = std::array<Point, 2>

Member Data Documentation

◆ dimIntersection

template<class ct , int dw>
constexpr int Dumux::IntersectionPolicy::SegmentPolicy< ct, dw >::dimIntersection = 1
staticconstexpr

◆ dimWorld

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

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