storage class for Dune::GridGlue::Intersection related data
More...
#include <dune/grid-glue/adapter/intersection.hh>
|
static constexpr int | coorddim = GridGlue::dimworld |
| Dimension of the world space of the intersection.
|
|
static constexpr int | mydim = dim<0>() < dim<1>() ? dim<0>() : dim<1>() |
| Dimension of the intersection.
|
|
template<typename P0, typename P1>
class Dune::GridGlue::IntersectionData< P0, P1 >
storage class for Dune::GridGlue::Intersection related data
◆ Grid0Geometry
template<typename P0 , typename P1 >
◆ Grid0IndexType
template<typename P0 , typename P1 >
◆ Grid0LocalGeometry
template<typename P0 , typename P1 >
◆ Grid1Geometry
template<typename P0 , typename P1 >
◆ Grid1IndexType
template<typename P0 , typename P1 >
◆ Grid1LocalGeometry
template<typename P0 , typename P1 >
◆ GridGeometry
template<typename P0 , typename P1 >
template<int side>
using Dune::GridGlue::IntersectionData< P0, P1 >::GridGeometry = AffineGeometry< typename GridGlue::template GridView<side>::ctype, mydim, GridGlue::template GridView<side>::dimensionworld> |
◆ GridGlue
template<typename P0 , typename P1 >
◆ GridIndexType
template<typename P0 , typename P1 >
template<int side>
◆ GridLocalGeometry
template<typename P0 , typename P1 >
template<int side>
using Dune::GridGlue::IntersectionData< P0, P1 >::GridLocalGeometry = AffineGeometry< typename GridGlue::template GridView<side>::ctype, mydim, GridGlue::template GridView<side>::dimension> |
◆ IndexType
template<typename P0 , typename P1 >
◆ IntersectionData() [1/2]
template<typename P0 , typename P1 >
◆ IntersectionData() [2/2]
template<typename P0 , typename P1 >
◆ geometry()
template<typename P0 , typename P1 >
template<int side>
◆ index()
template<typename P0 , typename P1 >
template<int side>
◆ local()
template<typename P0 , typename P1 >
template<int side>
◆ localGeometry()
template<typename P0 , typename P1 >
template<int side>
◆ parents()
template<typename P0 , typename P1 >
template<int side>
◆ coorddim
template<typename P0 , typename P1 >
Dimension of the world space of the intersection.
◆ index_
template<typename P0 , typename P1 >
index of this intersection after GridGlue interface
◆ mydim
template<typename P0 , typename P1 >
Dimension of the intersection.
The documentation for this class was generated from the following files: