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
◆ GridGeometry
template<typename P0, typename P1>
template<int side>
Initial value: AffineGeometry<
typename GridGlue::template GridView<side>::ctype,
mydim, GridGlue::template GridView<side>::dimensionworld>
static constexpr int mydim
Dimension of the intersection.
Definition intersection.hh:54
◆ GridGlue
template<typename P0, typename P1>
◆ GridIndexType
template<typename P0, typename P1>
template<int side>
◆ GridLocalGeometry
template<typename P0, typename P1>
template<int side>
Initial value: 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: