dune-grid 2.9.0
|
#include <dune/grid/identitygrid/identitygridintersections.hh>
Public Types | |
typedef GridImp::template Codim< 1 >::Geometry | Geometry |
typedef GridImp::template Codim< 1 >::LocalGeometry | LocalGeometry |
typedef GridImp::template Codim< 0 >::Entity | Entity |
typedef FieldVector< ctype, dimworld > | NormalVector |
Public Member Functions | |
IdentityGridLevelIntersection () | |
IdentityGridLevelIntersection (const GridImp *identityGrid, const HostLevelIntersection &hostIntersection) | |
IdentityGridLevelIntersection (const GridImp *identityGrid, HostLevelIntersection &&hostIntersection) | |
bool | equals (const IdentityGridLevelIntersection &other) const |
Entity | inside () const |
Entity | outside () const |
bool | boundary () const |
return true if intersection is with boundary. More... | |
NormalVector | centerUnitOuterNormal () const |
Return unit outer normal (length == 1) More... | |
bool | neighbor () const |
return true if across the edge an neighbor on this level exists More... | |
size_t | boundarySegmentIndex () const |
return the boundary segment index More... | |
bool | conforming () const |
Return true if this is a conforming intersection. More... | |
GeometryType | type () const |
Geometry type of an intersection. More... | |
LocalGeometry | geometryInInside () const |
LocalGeometry | geometryInOutside () const |
Geometry | geometry () const |
int | indexInInside () const |
local number of codim 1 entity in self where intersection is contained in More... | |
int | indexInOutside () const |
local number of codim 1 entity in neighbor where intersection is contained More... | |
FieldVector< ctype, dimworld > | outerNormal (const FieldVector< ctype, dim-1 > &local) const |
return outer normal More... | |
FieldVector< ctype, dimworld > | integrationOuterNormal (const FieldVector< ctype, dim-1 > &local) const |
return outer normal multiplied by the integration element More... | |
FieldVector< ctype, dimworld > | unitOuterNormal (const FieldVector< ctype, dim-1 > &local) const |
return unit outer normal More... | |
typedef GridImp::template Codim<0>::Entity Dune::IdentityGridLevelIntersection< GridImp >::Entity |
typedef GridImp::template Codim<1>::Geometry Dune::IdentityGridLevelIntersection< GridImp >::Geometry |
typedef GridImp::template Codim<1>::LocalGeometry Dune::IdentityGridLevelIntersection< GridImp >::LocalGeometry |
typedef FieldVector<ctype, dimworld> Dune::IdentityGridLevelIntersection< GridImp >::NormalVector |
|
inline |
|
inline |
|
inline |
|
inline |
return true if intersection is with boundary.
|
inline |
return the boundary segment index
|
inline |
Return unit outer normal (length == 1)
The returned vector is the normal at the center() of the intersection's geometry. It is scaled to have unit length.
|
inline |
Return true if this is a conforming intersection.
|
inline |
|
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.
|
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 |
local number of codim 1 entity in self where intersection is contained in
|
inline |
local number of codim 1 entity in neighbor where intersection is contained
|
inline |
|
inline |
return outer normal multiplied by the integration element
|
inline |
return true if across the edge an neighbor on this level exists
|
inline |
return outer normal
|
inline |
|
inline |
Geometry type of an intersection.
|
inline |
return unit outer normal