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

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

Public Types

enum  { coorddim = IntersectionData::coorddim, mydim = IntersectionData::mydim, insidePatch = 1, outsidePatch = 0 }
 
typedef ::Dune::GridGlue::GridGlue< P0, P1 > GridGlue
 
typedef Dune::GridGlue::IntersectionData< P0, P1 > IntersectionData
 
typedef GridGlue::Grid1View InsideGridView
 
typedef GridGlue::Grid0View OutsideGridView
 
typedef const IntersectionData::Grid1LocalGeometry InsideLocalGeometry
 
typedef const IntersectionData::Grid0LocalGeometry OutsideLocalGeometry
 
typedef const IntersectionData::Grid1Geometry Geometry
 
typedef const IntersectionData::Grid0Geometry OutsideGeometry
 
typedef const IntersectionData::Grid1IndexType InsideIndexType
 
typedef const IntersectionData::Grid0IndexType OutsideIndexType
 
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, 1, 0 >::ctype

§ Geometry

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

§ GlobalCoordinate

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

§ GridGlue

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

§ InsideGridView

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

§ InsideIndexType

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

§ InsideLocalGeometry

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

§ IntersectionData

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

§ LocalCoordinate

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

§ OutsideGeometry

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

§ OutsideGridView

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

§ OutsideIndexType

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

§ OutsideLocalGeometry

template<typename P0 , typename P1 >
typedef const IntersectionData::Grid0LocalGeometry Dune::GridGlue::IntersectionTraits< P0, P1, 1, 0 >::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: