|
dune-grid
2.3.1
|
Class that wraps IntersectionIteratorImp of a grid and gets it's internal object from a object stack hold by the grid. More...
#include <dune/grid/alugrid/common/intersectioniteratorwrapper.hh>

Public Types | |
| enum | { dimension = dim } |
| dimension More... | |
| enum | { dimensionworld = dimworld } |
| dimensionworld More... | |
| typedef GridImp::GridObjectFactoryType | FactoryType |
| typedef GridImp::ctype | ctype |
| define type used for coordinates in grid module More... | |
| typedef GridImp::template Codim< 0 >::Entity | Entity |
| Entity type. More... | |
| typedef GridImp::template Codim< 0 >::EntityPointer | EntityPointer |
| type of EntityPointer More... | |
| typedef GridImp::template Codim< 1 >::Geometry | Geometry |
| type of intersectionGlobal More... | |
| typedef GridImp::template Codim< 1 >::LocalGeometry | LocalGeometry |
| type of intersection*Local More... | |
| typedef FieldVector< ctype, dimworld > | NormalType |
| type of normal vector More... | |
Public Member Functions | |
| template<class EntityImp > | |
| IntersectionIteratorWrapper (const EntityImp &en, int wLevel, bool end) | |
| constructor called from the ibegin and iend method More... | |
| IntersectionIteratorWrapper (const ThisType &org) | |
| The copy constructor. More... | |
| ThisType & | operator= (const ThisType &org) |
| the f*cking assignment operator More... | |
| ~IntersectionIteratorWrapper () | |
| The Destructor puts internal object back to stack. More... | |
| bool | equals (const ThisType &i) const |
| the equality method More... | |
| void | increment () |
| increment iterator More... | |
| EntityPointer | outside () const |
| access neighbor More... | |
| EntityPointer | inside () const |
| access entity where iteration started More... | |
| bool | boundary () const |
| bool | neighbor () const |
| return true if across the intersection a neighbor on this level exists More... | |
| int | boundaryId () const |
| return information about the Boundary More... | |
| size_t | boundarySegmentIndex () const |
| return the boundary segment index More... | |
| LocalGeometry | geometryInInside () const |
| Geometry | geometry () const |
| GeometryType | type () const |
| obtain the type of reference element for this intersection More... | |
| int | indexInInside () const |
| LocalGeometry | geometryInOutside () const |
| int | indexInOutside () const |
| int | twistInSelf () const |
| twist of the face seen from the inner element More... | |
| int | twistInInside () const |
| twist of the face seen from the inner element More... | |
| int | twistInNeighbor () const |
| twist of the face seen from the outer element More... | |
| int | twistInOutside () const |
| twist of the face seen from the outer element More... | |
| const NormalType | unitOuterNormal (const FieldVector< ctype, dim-1 > &local) const |
| const NormalType | centerUnitOuterNormal () const |
| const NormalType | outerNormal (const FieldVector< ctype, dim-1 > &local) const |
| const NormalType | integrationOuterNormal (const FieldVector< ctype, dim-1 > &local) const |
| int | level () const |
| return level of iterator More... | |
| bool | conforming () const |
| return true if intersection is conform (i.e. only one neighbor) More... | |
| IntersectionIteratorImp & | it () |
| returns reference to underlying intersection iterator implementation More... | |
| const IntersectionIteratorImp & | it () const |
Class that wraps IntersectionIteratorImp of a grid and gets it's internal object from a object stack hold by the grid.
| typedef GridImp :: ctype Dune::IntersectionIteratorWrapper< GridImp, IntersectionIteratorImpl >::ctype |
define type used for coordinates in grid module
| typedef GridImp::template Codim<0>::Entity Dune::IntersectionIteratorWrapper< GridImp, IntersectionIteratorImpl >::Entity |
Entity type.
| typedef GridImp::template Codim<0>::EntityPointer Dune::IntersectionIteratorWrapper< GridImp, IntersectionIteratorImpl >::EntityPointer |
type of EntityPointer
| typedef GridImp :: GridObjectFactoryType Dune::IntersectionIteratorWrapper< GridImp, IntersectionIteratorImpl >::FactoryType |
| typedef GridImp::template Codim<1>::Geometry Dune::IntersectionIteratorWrapper< GridImp, IntersectionIteratorImpl >::Geometry |
type of intersectionGlobal
| typedef GridImp::template Codim<1>::LocalGeometry Dune::IntersectionIteratorWrapper< GridImp, IntersectionIteratorImpl >::LocalGeometry |
type of intersection*Local
| typedef FieldVector<ctype , dimworld> Dune::IntersectionIteratorWrapper< GridImp, IntersectionIteratorImpl >::NormalType |
type of normal vector
| anonymous enum |
| anonymous enum |
|
inline |
constructor called from the ibegin and iend method
|
inline |
The copy constructor.
|
inline |
The Destructor puts internal object back to stack.
|
inline |
return true if intersection is with boundary.
|
inline |
return information about the Boundary
|
inline |
return the boundary segment index
|
inline |
return unit outer normal, this should be dependent on local coordinates for higher order boundary
|
inline |
return true if intersection is conform (i.e. only one neighbor)
|
inline |
the equality method
Referenced by Dune::LeafIntersectionIteratorWrapper< GridImp >::equals(), and Dune::LevelIntersectionIteratorWrapper< GridImp >::equals().
|
inline |
intersection of codimension 1 of this neighbor with element where iteration started. Here returned element is in GLOBAL coordinates of the element where iteration started.
Referenced by Dune::IntersectionIteratorWrapper< GridImp, GridImp::LeafIntersectionIteratorImp >::centerUnitOuterNormal().
|
inline |
intersection of codimension 1 of this neighbor with element where iteration started. Here returned element is in LOCAL coordinates of the element where iteration started.
|
inline |
intersection of codimension 1 of this neighbor with element where iteration started. Here returned element is in LOCAL coordinates of neighbor
|
inline |
increment iterator
Referenced by Dune::LeafIntersectionIteratorWrapper< GridImp >::increment(), and Dune::LevelIntersectionIteratorWrapper< GridImp >::increment().
|
inline |
local index of codim 1 entity in self where intersection is contained in
|
inline |
local index of codim 1 entity in neighbor where intersection is contained
|
inline |
access entity where iteration started
|
inline |
return outer normal, this should be dependent on local coordinates for higher order boundary
|
inline |
returns reference to underlying intersection iterator implementation
Referenced by Dune::IntersectionIteratorWrapper< GridImp, GridImp::LeafIntersectionIteratorImp >::boundary(), Dune::IntersectionIteratorWrapper< GridImp, GridImp::LeafIntersectionIteratorImp >::boundaryId(), Dune::IntersectionIteratorWrapper< GridImp, GridImp::LeafIntersectionIteratorImp >::boundarySegmentIndex(), Dune::IntersectionIteratorWrapper< GridImp, GridImp::LeafIntersectionIteratorImp >::conforming(), Dune::IntersectionIteratorWrapper< GridImp, GridImp::LeafIntersectionIteratorImp >::equals(), Dune::IntersectionIteratorWrapper< GridImp, GridImp::LeafIntersectionIteratorImp >::geometry(), Dune::IntersectionIteratorWrapper< GridImp, GridImp::LeafIntersectionIteratorImp >::geometryInInside(), Dune::IntersectionIteratorWrapper< GridImp, GridImp::LeafIntersectionIteratorImp >::geometryInOutside(), Dune::IntersectionIteratorWrapper< GridImp, GridImp::LeafIntersectionIteratorImp >::increment(), Dune::IntersectionIteratorWrapper< GridImp, GridImp::LeafIntersectionIteratorImp >::indexInInside(), Dune::IntersectionIteratorWrapper< GridImp, GridImp::LeafIntersectionIteratorImp >::indexInOutside(), Dune::IntersectionIteratorWrapper< GridImp, GridImp::LeafIntersectionIteratorImp >::inside(), Dune::IntersectionIteratorWrapper< GridImp, GridImp::LeafIntersectionIteratorImp >::integrationOuterNormal(), Dune::IntersectionIteratorWrapper< GridImp, GridImp::LeafIntersectionIteratorImp >::IntersectionIteratorWrapper(), Dune::IntersectionIteratorWrapper< GridImp, GridImp::LeafIntersectionIteratorImp >::level(), Dune::IntersectionIteratorWrapper< GridImp, GridImp::LeafIntersectionIteratorImp >::neighbor(), Dune::IntersectionIteratorWrapper< GridImp, GridImp::LeafIntersectionIteratorImp >::operator=(), Dune::IntersectionIteratorWrapper< GridImp, GridImp::LeafIntersectionIteratorImp >::outerNormal(), Dune::IntersectionIteratorWrapper< GridImp, GridImp::LeafIntersectionIteratorImp >::outside(), Dune::IntersectionIteratorWrapper< GridImp, GridImp::LeafIntersectionIteratorImp >::twistInInside(), Dune::IntersectionIteratorWrapper< GridImp, GridImp::LeafIntersectionIteratorImp >::twistInNeighbor(), Dune::IntersectionIteratorWrapper< GridImp, GridImp::LeafIntersectionIteratorImp >::twistInOutside(), Dune::IntersectionIteratorWrapper< GridImp, GridImp::LeafIntersectionIteratorImp >::twistInSelf(), Dune::IntersectionIteratorWrapper< GridImp, GridImp::LeafIntersectionIteratorImp >::type(), Dune::IntersectionIteratorWrapper< GridImp, GridImp::LeafIntersectionIteratorImp >::unitOuterNormal(), and Dune::IntersectionIteratorWrapper< GridImp, GridImp::LeafIntersectionIteratorImp >::~IntersectionIteratorWrapper().
|
inline |
|
inline |
return level of iterator
|
inline |
return true if across the intersection a neighbor on this level exists
|
inline |
the f*cking assignment operator
|
inline |
return outer normal, this should be dependent on local coordinates for higher order boundary
|
inline |
access neighbor
|
inline |
twist of the face seen from the inner element
|
inline |
twist of the face seen from the outer element
|
inline |
twist of the face seen from the outer element
|
inline |
twist of the face seen from the inner element
|
inline |
obtain the type of reference element for this intersection
Referenced by Dune::IntersectionIteratorWrapper< GridImp, GridImp::LeafIntersectionIteratorImp >::centerUnitOuterNormal().
|
inline |
return unit outer normal, this should be dependent on local coordinates for higher order boundary
Referenced by Dune::IntersectionIteratorWrapper< GridImp, GridImp::LeafIntersectionIteratorImp >::centerUnitOuterNormal().
1.8.7