dune-grid
2.3beta2
|
#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 | |
typedef GridImp::template Codim< 0 >::Entity | Entity |
Entity type. | |
typedef GridImp::template Codim< 0 >::EntityPointer | EntityPointer |
type of EntityPointer | |
typedef GridImp::template Codim< 1 >::Geometry | Geometry |
type of intersectionGlobal | |
typedef GridImp::template Codim< 1 >::LocalGeometry | LocalGeometry |
type of intersection*Local | |
typedef FieldVector< ctype, dimworld > | NormalType |
type of normal vector |
Public Member Functions | |
template<class EntityImp > | |
LeafIntersectionWrapper (const EntityImp &en, int wLevel, bool end) | |
constructor called from the ibegin and iend method | |
LeafIntersectionWrapper (const ThisType &org) | |
The copy constructor. | |
bool | equals (const ThisType &i) const |
the equality method | |
void | increment () |
increment iterator | |
EntityPointer | outside () const |
access neighbor | |
EntityPointer | inside () const |
access entity where iteration started | |
bool | boundary () const |
bool | neighbor () const |
return true if across the intersection a neighbor on this level exists | |
int | boundaryId () const |
return information about the Boundary | |
size_t | boundarySegmentIndex () const |
return the boundary segment index | |
LocalGeometry | geometryInInside () const |
Geometry | geometry () const |
GeometryType | type () const |
obtain the type of reference element for this intersection | |
int | indexInInside () const |
LocalGeometry | geometryInOutside () const |
int | indexInOutside () const |
int | twistInSelf () const |
twist of the face seen from the inner element | |
int | twistInInside () const |
twist of the face seen from the inner element | |
int | twistInNeighbor () const |
twist of the face seen from the outer element | |
int | twistInOutside () const |
twist of the face seen from the outer element | |
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 | |
bool | conforming () const |
return true if intersection is conform (i.e. only one neighbor) | |
IntersectionIteratorImp & | it () |
returns reference to underlying intersection iterator implementation | |
const IntersectionIteratorImp & | it () const |
|
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.
References Dune::IntersectionIteratorWrapper< GridImp, IntersectionIteratorImpl >::it().
|
inlineinherited |
return information about the Boundary
References Dune::IntersectionIteratorWrapper< GridImp, IntersectionIteratorImpl >::it().
|
inlineinherited |
return the boundary segment index
References Dune::IntersectionIteratorWrapper< GridImp, IntersectionIteratorImpl >::it().
|
inlineinherited |
return unit outer normal, this should be dependent on local coordinates for higher order boundary
References Dune::IntersectionIteratorWrapper< GridImp, IntersectionIteratorImpl >::geometry(), Dune::IntersectionIteratorWrapper< GridImp, IntersectionIteratorImpl >::type(), and Dune::IntersectionIteratorWrapper< GridImp, IntersectionIteratorImpl >::unitOuterNormal().
|
inlineinherited |
return true if intersection is conform (i.e. only one neighbor)
References Dune::IntersectionIteratorWrapper< GridImp, IntersectionIteratorImpl >::it().
|
inlineinherited |
the equality method
References Dune::IntersectionIteratorWrapper< GridImp, IntersectionIteratorImpl >::it().
|
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.
References Dune::IntersectionIteratorWrapper< GridImp, IntersectionIteratorImpl >::it().
|
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.
References Dune::IntersectionIteratorWrapper< GridImp, IntersectionIteratorImpl >::it().
|
inlineinherited |
intersection of codimension 1 of this neighbor with element where iteration started. Here returned element is in LOCAL coordinates of neighbor
References Dune::IntersectionIteratorWrapper< GridImp, IntersectionIteratorImpl >::it().
|
inlineinherited |
increment iterator
References Dune::IntersectionIteratorWrapper< GridImp, IntersectionIteratorImpl >::it().
|
inlineinherited |
local index of codim 1 entity in self where intersection is contained in
References Dune::IntersectionIteratorWrapper< GridImp, IntersectionIteratorImpl >::it().
|
inlineinherited |
local index of codim 1 entity in neighbor where intersection is contained
References Dune::IntersectionIteratorWrapper< GridImp, IntersectionIteratorImpl >::it().
|
inlineinherited |
access entity where iteration started
References Dune::IntersectionIteratorWrapper< GridImp, IntersectionIteratorImpl >::it().
|
inlineinherited |
return outer normal, this should be dependent on local coordinates for higher order boundary
References Dune::IntersectionIteratorWrapper< GridImp, IntersectionIteratorImpl >::it().
|
inlineinherited |
returns reference to underlying intersection iterator implementation
|
inlineinherited |
|
inlineinherited |
return level of iterator
References Dune::IntersectionIteratorWrapper< GridImp, IntersectionIteratorImpl >::it().
|
inlineinherited |
return true if across the intersection a neighbor on this level exists
References Dune::IntersectionIteratorWrapper< GridImp, IntersectionIteratorImpl >::it().
|
inlineinherited |
return outer normal, this should be dependent on local coordinates for higher order boundary
References Dune::IntersectionIteratorWrapper< GridImp, IntersectionIteratorImpl >::it().
|
inlineinherited |
access neighbor
References Dune::IntersectionIteratorWrapper< GridImp, IntersectionIteratorImpl >::it().
|
inlineinherited |
twist of the face seen from the inner element
References Dune::IntersectionIteratorWrapper< GridImp, IntersectionIteratorImpl >::it().
|
inlineinherited |
twist of the face seen from the outer element
References Dune::IntersectionIteratorWrapper< GridImp, IntersectionIteratorImpl >::it().
|
inlineinherited |
twist of the face seen from the outer element
References Dune::IntersectionIteratorWrapper< GridImp, IntersectionIteratorImpl >::it().
|
inlineinherited |
twist of the face seen from the inner element
References Dune::IntersectionIteratorWrapper< GridImp, IntersectionIteratorImpl >::it().
|
inlineinherited |
obtain the type of reference element for this intersection
References Dune::IntersectionIteratorWrapper< GridImp, IntersectionIteratorImpl >::it().
|
inlineinherited |
return unit outer normal, this should be dependent on local coordinates for higher order boundary
References Dune::IntersectionIteratorWrapper< GridImp, IntersectionIteratorImpl >::it().