dune-grid-glue  2.3.0
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, mydim
LocalCoordinate
 
typedef Dune::FieldVector
< ctype, coorddim
GlobalCoordinate
 

Member Typedef Documentation

template<typename P0 , typename P1 >
typedef GridGlue::ctype Dune::GridGlue::IntersectionTraits< P0, P1, 0, 1 >::ctype
template<typename P0 , typename P1 >
typedef const IntersectionData::Grid0Geometry Dune::GridGlue::IntersectionTraits< P0, P1, 0, 1 >::Geometry
template<typename P0 , typename P1 >
typedef Dune::FieldVector<ctype, coorddim> Dune::GridGlue::IntersectionTraits< P0, P1, 0, 1 >::GlobalCoordinate
template<typename P0 , typename P1 >
typedef ::Dune::GridGlue::GridGlue<P0, P1> Dune::GridGlue::IntersectionTraits< P0, P1, 0, 1 >::GridGlue
template<typename P0 , typename P1 >
typedef GridGlue::Grid0View Dune::GridGlue::IntersectionTraits< P0, P1, 0, 1 >::InsideGridView
template<typename P0 , typename P1 >
typedef const IntersectionData::Grid0LocalGeometry Dune::GridGlue::IntersectionTraits< P0, P1, 0, 1 >::InsideLocalGeometry
template<typename P0 , typename P1 >
typedef Dune::GridGlue::IntersectionData<P0,P1> Dune::GridGlue::IntersectionTraits< P0, P1, 0, 1 >::IntersectionData
template<typename P0 , typename P1 >
typedef Dune::FieldVector<ctype, mydim> Dune::GridGlue::IntersectionTraits< P0, P1, 0, 1 >::LocalCoordinate
template<typename P0 , typename P1 >
typedef const IntersectionData::Grid1Geometry Dune::GridGlue::IntersectionTraits< P0, P1, 0, 1 >::OutsideGeometry
template<typename P0 , typename P1 >
typedef GridGlue::Grid1View Dune::GridGlue::IntersectionTraits< P0, P1, 0, 1 >::OutsideGridView
template<typename P0 , typename P1 >
typedef const IntersectionData::Grid1LocalGeometry Dune::GridGlue::IntersectionTraits< P0, P1, 0, 1 >::OutsideLocalGeometry

Member Enumeration Documentation

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

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