dune-pdelab  2.0.0
Public Types | Public Member Functions | List of all members
Dune::PDELab::IntersectionIndexSet< GV > Class Template Reference

#include <dune/pdelab/gridfunctionspace/intersectionindexset.hh>

Public Types

typedef GV::IndexSet IndexSet
 
typedef IndexSet::IndexType IndexType
 
typedef GV::Intersection Intersection
 
typedef GV::Traits::template
Codim< 0 >::Entity 
Element
 

Public Member Functions

 IntersectionIndexSet (const GV &gv_)
 
IndexType size () const
 
IndexType size (const Element &element) const
 
IndexType index (const Intersection &intersection) const
 
IndexType subIndex (const Element &element, int i) const
 

Member Typedef Documentation

template<typename GV >
typedef GV::Traits::template Codim<0>::Entity Dune::PDELab::IntersectionIndexSet< GV >::Element
template<typename GV >
typedef GV::IndexSet Dune::PDELab::IntersectionIndexSet< GV >::IndexSet
template<typename GV >
typedef IndexSet::IndexType Dune::PDELab::IntersectionIndexSet< GV >::IndexType
template<typename GV >
typedef GV::Intersection Dune::PDELab::IntersectionIndexSet< GV >::Intersection

Constructor & Destructor Documentation

template<typename GV >
Dune::PDELab::IntersectionIndexSet< GV >::IntersectionIndexSet ( const GV &  gv_)
inline

Member Function Documentation

template<typename GV >
IndexType Dune::PDELab::IntersectionIndexSet< GV >::index ( const Intersection intersection) const
inline
template<typename GV >
IndexType Dune::PDELab::IntersectionIndexSet< GV >::size ( ) const
inline
template<typename GV >
IndexType Dune::PDELab::IntersectionIndexSet< GV >::size ( const Element element) const
inline
template<typename GV >
IndexType Dune::PDELab::IntersectionIndexSet< GV >::subIndex ( const Element element,
int  i 
) const
inline

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