dune-grid-glue
2.3.0
|
#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 |
typedef GridGlue::ctype Dune::GridGlue::IntersectionTraits< P0, P1, 0, 1 >::ctype |
typedef const IntersectionData::Grid0Geometry Dune::GridGlue::IntersectionTraits< P0, P1, 0, 1 >::Geometry |
typedef Dune::FieldVector<ctype, coorddim> Dune::GridGlue::IntersectionTraits< P0, P1, 0, 1 >::GlobalCoordinate |
typedef ::Dune::GridGlue::GridGlue<P0, P1> Dune::GridGlue::IntersectionTraits< P0, P1, 0, 1 >::GridGlue |
typedef GridGlue::Grid0View Dune::GridGlue::IntersectionTraits< P0, P1, 0, 1 >::InsideGridView |
typedef const IntersectionData::Grid0LocalGeometry Dune::GridGlue::IntersectionTraits< P0, P1, 0, 1 >::InsideLocalGeometry |
typedef Dune::GridGlue::IntersectionData<P0,P1> Dune::GridGlue::IntersectionTraits< P0, P1, 0, 1 >::IntersectionData |
typedef Dune::FieldVector<ctype, mydim> Dune::GridGlue::IntersectionTraits< P0, P1, 0, 1 >::LocalCoordinate |
typedef const IntersectionData::Grid1Geometry Dune::GridGlue::IntersectionTraits< P0, P1, 0, 1 >::OutsideGeometry |
typedef GridGlue::Grid1View Dune::GridGlue::IntersectionTraits< P0, P1, 0, 1 >::OutsideGridView |
typedef const IntersectionData::Grid1LocalGeometry Dune::GridGlue::IntersectionTraits< P0, P1, 0, 1 >::OutsideLocalGeometry |
anonymous enum |