|
dune-grid
2.4.1
|
#include <dune/grid/sgrid.hh>

Public Types | |
| enum | { dimension =dim } |
| know your own dimension More... | |
| enum | { dimensionworld =dimworld } |
| know your own dimension of world More... | |
| typedef GridImp::template Codim< 0 >::Entity | Entity |
| typedef GridImp::template Codim< 0 >::EntityPointer | EntityPointer |
| typedef GridImp::template Codim< 1 >::Geometry | Geometry |
| typedef Geometry::LocalCoordinate | LocalCoordinate |
| typedef Geometry::GlobalCoordinate | GlobalCoordinate |
| typedef GridImp::template Codim< 1 >::LocalGeometry | LocalGeometry |
| typedef Dune::Intersection< const GridImp, Dune::SIntersectionIterator< const GridImp > > | Intersection |
| typedef GridImp::ctype | ctype |
| define type used for coordinates in grid module More... | |
Public Member Functions | |
| bool | equals (const SIntersection &other) const |
| Entity | inside () const |
| Entity | outside () const |
| bool | boundary () const |
| return true if intersection is with boundary. More... | |
| int | boundaryId () const |
| int | boundarySegmentIndex () const |
| bool | neighbor () const |
| return true if neighbor on this level exists More... | |
| LocalGeometry | geometryInInside () const |
| LocalGeometry | geometryInOutside () const |
| Geometry | geometry () const |
| GeometryType | type () const |
| obtain the type of reference element for this intersection More... | |
| int | indexInInside () const |
| local index of codim 1 entity in self where intersection is contained in More... | |
| int | indexInOutside () const |
| local index of codim 1 entity in neighbor where intersection is contained in More... | |
| SIntersection () | |
| SIntersection (GridImp *_grid, const SEntity< 0, dim, GridImp > *_self, int _count) | |
| constructor More... | |
| SIntersection (const SIntersection &other) | |
| SIntersection & | operator= (const SIntersection &other) |
| assignment operator More... | |
| bool | conforming () const |
| return true if intersection is conform. More... | |
| GlobalCoordinate | outerNormal (const LocalCoordinate &local) const |
| Return an outer normal (length not necessarily 1) More... | |
| GlobalCoordinate | integrationOuterNormal (const LocalCoordinate &local) const |
| return outer normal scaled with the integration element More... | |
| GlobalCoordinate | unitOuterNormal (const LocalCoordinate &local) const |
| Return unit outer normal (length == 1) More... | |
| GlobalCoordinate | centerUnitOuterNormal () const |
| Return unit outer normal (length == 1) More... | |
| typedef GridImp::ctype Dune::SIntersection< GridImp >::ctype |
define type used for coordinates in grid module
| typedef GridImp::template Codim<0>::Entity Dune::SIntersection< GridImp >::Entity |
| typedef GridImp::template Codim<0>::EntityPointer Dune::SIntersection< GridImp >::EntityPointer |
| typedef GridImp::template Codim<1>::Geometry Dune::SIntersection< GridImp >::Geometry |
| typedef Geometry::GlobalCoordinate Dune::SIntersection< GridImp >::GlobalCoordinate |
| typedef Dune::Intersection< const GridImp, Dune::SIntersectionIterator< const GridImp > > Dune::SIntersection< GridImp >::Intersection |
| typedef Geometry::LocalCoordinate Dune::SIntersection< GridImp >::LocalCoordinate |
| typedef GridImp::template Codim<1>::LocalGeometry Dune::SIntersection< GridImp >::LocalGeometry |
|
inline |
|
inline |
constructor
|
inline |
| bool Dune::SIntersection< GridImp >::boundary | ( | ) | const |
return true if intersection is with boundary.
Referenced by Dune::Intersection< const GridImp, Dune::SIntersection< const GridImp > >::boundary().
|
inline |
|
inline |
|
inline |
Return unit outer normal (length == 1)
Referenced by Dune::Intersection< const GridImp, Dune::SIntersection< const GridImp > >::centerUnitOuterNormal().
|
inline |
return true if intersection is conform.
Referenced by Dune::Intersection< const GridImp, Dune::SIntersection< const GridImp > >::conforming().
| bool Dune::SIntersection< GridImp >::equals | ( | const SIntersection< GridImp > & | other | ) | const |
| Geometry Dune::SIntersection< GridImp >::geometry | ( | ) | 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.
Referenced by Dune::Intersection< const GridImp, Dune::SIntersection< const GridImp > >::geometry().
| LocalGeometry Dune::SIntersection< GridImp >::geometryInInside | ( | ) | 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::Intersection< const GridImp, Dune::SIntersection< const GridImp > >::geometryInInside().
| LocalGeometry Dune::SIntersection< GridImp >::geometryInOutside | ( | ) | const |
intersection of codimension 1 of this neighbor with element where iteration started. Here returned element is in LOCAL coordinates of neighbor
Referenced by Dune::Intersection< const GridImp, Dune::SIntersection< const GridImp > >::geometryInOutside().
| int Dune::SIntersection< GridImp >::indexInInside | ( | ) | const |
local index of codim 1 entity in self where intersection is contained in
Referenced by Dune::Intersection< const GridImp, Dune::SIntersection< const GridImp > >::indexInInside().
| int Dune::SIntersection< GridImp >::indexInOutside | ( | ) | const |
local index of codim 1 entity in neighbor where intersection is contained in
Referenced by Dune::Intersection< const GridImp, Dune::SIntersection< const GridImp > >::indexInOutside().
| Entity Dune::SIntersection< GridImp >::inside | ( | ) | const |
return EntityPointer to the Entity on the inside of this intersection (that is the Entity where we started this Iterator)
Referenced by Dune::Intersection< const GridImp, Dune::SIntersection< const GridImp > >::inside(), and Dune::Intersection< const GridImp, Dune::SIntersection< const GridImp > >::neighbor().
|
inline |
return outer normal scaled with the integration element
Referenced by Dune::Intersection< const GridImp, Dune::SIntersection< const GridImp > >::integrationOuterNormal().
| bool Dune::SIntersection< GridImp >::neighbor | ( | ) | const |
return true if neighbor on this level exists
Referenced by Dune::Intersection< const GridImp, Dune::SIntersection< const GridImp > >::neighbor().
|
inline |
assignment operator
|
inline |
Return an outer normal (length not necessarily 1)
Referenced by Dune::Intersection< const GridImp, Dune::SIntersection< const GridImp > >::outerNormal().
| Entity Dune::SIntersection< GridImp >::outside | ( | ) | const |
return EntityPointer to the Entity on the outside of this intersection (that is the neighboring Entity)
Referenced by Dune::Intersection< const GridImp, Dune::SIntersection< const GridImp > >::inside(), and Dune::Intersection< const GridImp, Dune::SIntersection< const GridImp > >::outside().
|
inline |
obtain the type of reference element for this intersection
Referenced by Dune::Intersection< const GridImp, Dune::SIntersection< const GridImp > >::type().
|
inline |
Return unit outer normal (length == 1)
Referenced by Dune::Intersection< const GridImp, Dune::SIntersection< const GridImp > >::unitOuterNormal().
1.8.11