|
dune-grid
2.2.0
|
#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_ |
| Dune::ALU2dGridIntersectionBase< GridImp >::impl::impl | ( | HElementType * | inside = 0 | ) | [inline, explicit] |
| HBndElType* Dune::ALU2dGridIntersectionBase< GridImp >::impl::boundary | ( | ) | const [inline] |
| HElementType* Dune::ALU2dGridIntersectionBase< GridImp >::impl::inside | ( | ) | const [inline] |
Referenced by Dune::ALU2dGridIntersectionBase< GridImp >::impl::boundary(), Dune::ALU2dGridIntersectionBase< GridImp >::equals(), Dune::ALU2dGridIntersectionBase< GridImp >::impl::impl(), Dune::ALU2dGridIntersectionBase< GridImp >::impl::isBoundary(), Dune::ALU2dGridLevelIntersectionIterator< GridImp >::isConform(), Dune::ALU2dGridLeafIntersectionIterator< GridImp >::isConform(), and Dune::ALU2dGridIntersectionBase< GridImp >::impl::setInside().
| bool Dune::ALU2dGridIntersectionBase< GridImp >::impl::isBoundary | ( | ) | const [inline] |
| int Dune::ALU2dGridIntersectionBase< GridImp >::impl::nFaces | ( | ) | const [inline] |
| int Dune::ALU2dGridIntersectionBase< GridImp >::impl::opposite | ( | ) | const [inline] |
| HElementType* Dune::ALU2dGridIntersectionBase< GridImp >::impl::outside | ( | ) | const [inline] |
| void Dune::ALU2dGridIntersectionBase< GridImp >::impl::setInside | ( | HElementType * | inside | ) | [inline] |
| void Dune::ALU2dGridIntersectionBase< GridImp >::impl::setOutside | ( | HElementType * | outside, |
| int | opposite | ||
| ) | [inline] |
int Dune::ALU2dGridIntersectionBase< GridImp >::impl::index_ [mutable] |
bool Dune::ALU2dGridIntersectionBase< GridImp >::impl::useOutside_ [mutable] |
1.7.6.1