dune-grid  2.4
Public Member Functions | Public Attributes | List of all members
Dune::ALU2dGridIntersectionBase< GridImp >::impl Struct Reference

#include <dune/grid/alugrid/2d/intersection.hh>

Public Member Functions

 impl (HElementType *inside=0)
 
HElementType * inside () const
 
int nFaces () const
 
bool isBoundary () const
 
HBndElType * boundary () const
 
HElementType * outside () const
 
int opposite () const
 
void setInside (HElementType *inside)
 
void setOutside (HElementType *outside, int opposite)
 

Public Attributes

int index_
 
bool useOutside_
 

Constructor & Destructor Documentation

template<class GridImp>
Dune::ALU2dGridIntersectionBase< GridImp >::impl::impl ( HElementType *  inside = 0)
inlineexplicit

Member Function Documentation

template<class GridImp>
HBndElType* Dune::ALU2dGridIntersectionBase< GridImp >::impl::boundary ( ) const
inline
template<class GridImp>
HElementType* Dune::ALU2dGridIntersectionBase< GridImp >::impl::inside ( ) const
inline
template<class GridImp>
bool Dune::ALU2dGridIntersectionBase< GridImp >::impl::isBoundary ( ) const
inline
template<class GridImp>
int Dune::ALU2dGridIntersectionBase< GridImp >::impl::nFaces ( ) const
inline
template<class GridImp>
int Dune::ALU2dGridIntersectionBase< GridImp >::impl::opposite ( ) const
inline
template<class GridImp>
HElementType* Dune::ALU2dGridIntersectionBase< GridImp >::impl::outside ( ) const
inline
template<class GridImp>
void Dune::ALU2dGridIntersectionBase< GridImp >::impl::setInside ( HElementType *  inside)
inline
template<class GridImp>
void Dune::ALU2dGridIntersectionBase< GridImp >::impl::setOutside ( HElementType *  outside,
int  opposite 
)
inline

Member Data Documentation

template<class GridImp>
int Dune::ALU2dGridIntersectionBase< GridImp >::impl::index_
mutable
template<class GridImp>
bool Dune::ALU2dGridIntersectionBase< GridImp >::impl::useOutside_
mutable

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