dune-grid-glue  2.9
Public Types | Public Member Functions | List of all members
Dune::GridGlue::IntersectionIndexSet< P0, P1 > Class Template Reference

#include <dune/grid-glue/adapter/intersectionindexset.hh>

Public Types

typedef GridGlue::IndexType IndexType
 The type used for the indices. More...
 
typedef size_t SizeType
 The type used for the size. More...
 

Public Member Functions

template<int I, int O>
IndexType index (const Intersection< P0, P1, I, O > &i) const
 Map Dune::GridGlue::Intersection to index. More...
 
SizeType size () const
 Return total number of intersections. More...
 

Member Typedef Documentation

◆ IndexType

template<typename P0 , typename P1 >
typedef GridGlue::IndexType Dune::GridGlue::IntersectionIndexSet< P0, P1 >::IndexType

The type used for the indices.

◆ SizeType

template<typename P0 , typename P1 >
typedef size_t Dune::GridGlue::IntersectionIndexSet< P0, P1 >::SizeType

The type used for the size.

Member Function Documentation

◆ index()

template<typename P0 , typename P1 >
template<int I, int O>
IndexType Dune::GridGlue::IntersectionIndexSet< P0, P1 >::index ( const Intersection< P0, P1, I, O > &  i) const
inline

◆ size()

template<typename P0 , typename P1 >
SizeType Dune::GridGlue::IntersectionIndexSet< P0, P1 >::size ( ) const
inline

Return total number of intersections.


The documentation for this class was generated from the following files: