#include <sgrid.hh>
Public Types | |
enum | |
know your own dimension | |
enum | |
know your own dimension of world | |
typedef GridImp::ctype | ctype |
define type used for coordinates in grid module | |
Public Member Functions | |
bool | equals (const SIntersectionIterator< GridImp > &i) const |
equality | |
void | increment () |
increment | |
const Intersection & | dereference () const |
dereferencing | |
EntityPointer | inside () const |
EntityPointer | outside () const |
bool | boundary () const |
return true if intersection is with boundary. | |
bool | conforming () const |
return true if intersection is conform. | |
bool | neighbor () const |
return true if neighbor on this level exists | |
FieldVector< ctype, GridImp::dimensionworld > | outerNormal (const FieldVector< ctype, GridImp::dimension-1 > &local) const |
return outer normal | |
FieldVector< ctype, GridImp::dimensionworld > | unitOuterNormal (const FieldVector< ctype, GridImp::dimension-1 > &local) const |
return unit outer normal | |
FieldVector< ctype, GridImp::dimensionworld > | integrationOuterNormal (const FieldVector< ctype, GridImp::dimension-1 > &local) const |
return integration outer normal | |
LocalGeometry & | intersectionSelfLocal () const |
LocalGeometry & | intersectionNeighborLocal () const |
Geometry & | intersectionGlobal () const |
GeometryType | type () const |
obtain the type of reference element for this intersection | |
int | numberInSelf () const |
local number of codim 1 entity in self where intersection is contained in | |
int | numberInNeighbor () const |
local number of codim 1 entity in neighbor where intersection is contained in | |
SIntersectionIterator (GridImp *_grid, const SEntity< 0, dim, GridImp > *_self, int _count) | |
constructor | |
SIntersectionIterator & | operator= (const SIntersectionIterator &it) |
assignment operator |
EntityPointer Dune::SIntersectionIterator< GridImp >::inside | ( | ) | const |
return EntityPointer to the Entity on the inside of this intersection (that is the Entity where we started this Iterator)
EntityPointer Dune::SIntersectionIterator< GridImp >::outside | ( | ) | const |
return EntityPointer to the Entity on the outside of this intersection (that is the neighboring Entity)
LocalGeometry& Dune::SIntersectionIterator< GridImp >::intersectionSelfLocal | ( | ) | const |
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.
Referenced by Dune::SIntersectionIterator< GridImp >::type().
LocalGeometry& Dune::SIntersectionIterator< GridImp >::intersectionNeighborLocal | ( | ) | const |
intersection of codimension 1 of this neighbor with element where iteration started. Here returned element is in LOCAL coordinates of neighbor
Geometry& Dune::SIntersectionIterator< GridImp >::intersectionGlobal | ( | ) | const |
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.