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

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

Public Types

enum  { coorddim = IntersectionData::coorddim, mydim = IntersectionData::mydim, insidePatch = 0, outsidePatch = 1 }
 
typedef ::Dune::GridGlue::GridGlue< P0, P1 > GridGlue
 
typedef Dune::GridGlue::IntersectionData< P0, P1 > IntersectionData
 
typedef GridGlue::Grid0View InsideGridView
 
typedef GridGlue::Grid1View OutsideGridView
 
typedef const IntersectionData::Grid0LocalGeometry InsideLocalGeometry
 
typedef const IntersectionData::Grid1LocalGeometry OutsideLocalGeometry
 
typedef const IntersectionData::Grid0Geometry Geometry
 
typedef const IntersectionData::Grid1Geometry OutsideGeometry
 
typedef GridGlue::ctype ctype
 
typedef Dune::FieldVector< ctype, mydimLocalCoordinate
 
typedef Dune::FieldVector< ctype, coorddimGlobalCoordinate
 

Member Typedef Documentation

§ ctype

template<typename P0 , typename P1 >
typedef GridGlue::ctype Dune::GridGlue::IntersectionTraits< P0, P1, 0, 1 >::ctype

§ Geometry

template<typename P0 , typename P1 >
typedef const IntersectionData::Grid0Geometry Dune::GridGlue::IntersectionTraits< P0, P1, 0, 1 >::Geometry

§ GlobalCoordinate

template<typename P0 , typename P1 >
typedef Dune::FieldVector<ctype, coorddim> Dune::GridGlue::IntersectionTraits< P0, P1, 0, 1 >::GlobalCoordinate

§ GridGlue

template<typename P0 , typename P1 >
typedef ::Dune::GridGlue::GridGlue<P0, P1> Dune::GridGlue::IntersectionTraits< P0, P1, 0, 1 >::GridGlue

§ InsideGridView

template<typename P0 , typename P1 >
typedef GridGlue::Grid0View Dune::GridGlue::IntersectionTraits< P0, P1, 0, 1 >::InsideGridView

§ InsideLocalGeometry

template<typename P0 , typename P1 >
typedef const IntersectionData::Grid0LocalGeometry Dune::GridGlue::IntersectionTraits< P0, P1, 0, 1 >::InsideLocalGeometry

§ IntersectionData

template<typename P0 , typename P1 >
typedef Dune::GridGlue::IntersectionData<P0,P1> Dune::GridGlue::IntersectionTraits< P0, P1, 0, 1 >::IntersectionData

§ LocalCoordinate

template<typename P0 , typename P1 >
typedef Dune::FieldVector<ctype, mydim> Dune::GridGlue::IntersectionTraits< P0, P1, 0, 1 >::LocalCoordinate

§ OutsideGeometry

template<typename P0 , typename P1 >
typedef const IntersectionData::Grid1Geometry Dune::GridGlue::IntersectionTraits< P0, P1, 0, 1 >::OutsideGeometry

§ OutsideGridView

template<typename P0 , typename P1 >
typedef GridGlue::Grid1View Dune::GridGlue::IntersectionTraits< P0, P1, 0, 1 >::OutsideGridView

§ OutsideLocalGeometry

template<typename P0 , typename P1 >
typedef const IntersectionData::Grid1LocalGeometry Dune::GridGlue::IntersectionTraits< P0, P1, 0, 1 >::OutsideLocalGeometry

Member Enumeration Documentation

§ anonymous enum

template<typename P0 , typename P1 >
anonymous enum
Enumerator
coorddim 
mydim 
insidePatch 
outsidePatch 

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