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

#include <dune/grid-glue/gridglue.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...
 

Friends

class ::Dune::GridGlue::GridGlue< P0, P1 >
 

Member Typedef Documentation

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

The type used for the indices.

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

The type used for the size.

Member Function Documentation

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
template<typename P0 , typename P1 >
SizeType Dune::GridGlue::IntersectionIndexSet< P0, P1 >::size ( ) const
inline

Return total number of intersections.

References Dune::GridGlue::GridGlue< P0, P1 >::size().

Friends And Related Function Documentation

template<typename P0 , typename P1 >
friend class ::Dune::GridGlue::GridGlue< P0, P1 >
friend

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