dune-grid-glue 2.5-git
Public Types | Static Public Member Functions | List of all members
Dune::GridGlue::IntersectionDataView< P0, P1, 1 > Struct Template Reference

#include <dune/grid-glue/adapter/intersection.hh>

Public Types

typedef const IntersectionData< P0, P1 >::Grid1LocalGeometry LocalGeometry
 
typedef const IntersectionData< P0, P1 >::Grid1Geometry Geometry
 
typedef const IntersectionData< P0, P1 >::Grid1IndexType IndexType
 

Static Public Member Functions

static LocalGeometrylocalGeometry (const IntersectionData< P0, P1 > &i, unsigned int parentId=0)
 
static Geometrygeometry (const IntersectionData< P0, P1 > &i)
 
static IndexType local (const IntersectionData< P0, P1 > &i)
 
static IndexType index (const IntersectionData< P0, P1 > &i, unsigned int parentId=0)
 
static IndexType parents (const IntersectionData< P0, P1 > &i)
 

Member Typedef Documentation

◆ Geometry

template<typename P0 , typename P1 >
typedef const IntersectionData<P0,P1>::Grid1Geometry Dune::GridGlue::IntersectionDataView< P0, P1, 1 >::Geometry

◆ IndexType

template<typename P0 , typename P1 >
typedef const IntersectionData<P0,P1>::Grid1IndexType Dune::GridGlue::IntersectionDataView< P0, P1, 1 >::IndexType

◆ LocalGeometry

template<typename P0 , typename P1 >
typedef const IntersectionData<P0,P1>::Grid1LocalGeometry Dune::GridGlue::IntersectionDataView< P0, P1, 1 >::LocalGeometry

Member Function Documentation

◆ geometry()

template<typename P0 , typename P1 >
static Geometry & Dune::GridGlue::IntersectionDataView< P0, P1, 1 >::geometry ( const IntersectionData< P0, P1 > &  i)
inlinestatic

◆ index()

template<typename P0 , typename P1 >
static IndexType Dune::GridGlue::IntersectionDataView< P0, P1, 1 >::index ( const IntersectionData< P0, P1 > &  i,
unsigned int  parentId = 0 
)
inlinestatic

◆ local()

template<typename P0 , typename P1 >
static IndexType Dune::GridGlue::IntersectionDataView< P0, P1, 1 >::local ( const IntersectionData< P0, P1 > &  i)
inlinestatic

◆ localGeometry()

template<typename P0 , typename P1 >
static LocalGeometry & Dune::GridGlue::IntersectionDataView< P0, P1, 1 >::localGeometry ( const IntersectionData< P0, P1 > &  i,
unsigned int  parentId = 0 
)
inlinestatic

◆ parents()

template<typename P0 , typename P1 >
static IndexType Dune::GridGlue::IntersectionDataView< P0, P1, 1 >::parents ( const IntersectionData< P0, P1 > &  i)
inlinestatic

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