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