|
dune-grid
2.4.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 More... | |
| enum | |
| 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 > | |
| LevelIntersectionWrapper (const EntityImp &en, int wLevel, bool end) | |
| constructor called from the ibegin and iend method More... | |
| LevelIntersectionWrapper (const ThisType &org) | |
| The copy constructor. 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 | twistInInside () const |
| twist of the face seen from the inner 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.
|
inherited |
define type used for coordinates in grid module
|
inherited |
Entity type.
|
inherited |
type of EntityPointer
|
inherited |
|
inherited |
type of intersectionGlobal
|
inherited |
type of intersection*Local
|
inherited |
type of normal vector
|
inherited |
dimension
|
inherited |
dimensionworld
|
inline |
constructor called from the ibegin and iend method
|
inline |
The copy constructor.
|
inlineinherited |
return true if intersection is with boundary.
|
inlineinherited |
return information about the Boundary
|
inlineinherited |
return the boundary segment index
|
inlineinherited |
return unit outer normal, this should be dependent on local coordinates for higher order boundary
|
inlineinherited |
return true if intersection is conform (i.e. only one neighbor)
|
inlineinherited |
the equality method
|
inlineinherited |
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.
|
inlineinherited |
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.
|
inlineinherited |
intersection of codimension 1 of this neighbor with element where iteration started. Here returned element is in LOCAL coordinates of neighbor
|
inlineinherited |
increment iterator
|
inlineinherited |
local index of codim 1 entity in self where intersection is contained in
|
inlineinherited |
local index of codim 1 entity in neighbor where intersection is contained
|
inlineinherited |
access entity where iteration started
|
inlineinherited |
return outer normal, this should be dependent on local coordinates for higher order boundary
|
inlineinherited |
returns reference to underlying intersection iterator implementation
|
inlineinherited |
|
inlineinherited |
return level of iterator
|
inlineinherited |
return true if across the intersection a neighbor on this level exists
|
inlineinherited |
return outer normal, this should be dependent on local coordinates for higher order boundary
|
inlineinherited |
access neighbor
|
inlineinherited |
twist of the face seen from the inner element
|
inlineinherited |
twist of the face seen from the outer element
|
inlineinherited |
obtain the type of reference element for this intersection
|
inlineinherited |
return unit outer normal, this should be dependent on local coordinates for higher order boundary
1.8.11