DUNE PDELab (unstable)
Wrap intersection. More...
#include <dune/pdelab/common/geometrywrapper.hh>
Public Types | |
enum | |
Dimension of the domain space of the geometry. | |
enum | |
Dimension of the image space of the geometry. | |
typedef I::Geometry | Geometry |
typedef I::LocalGeometry | LocalGeometry |
typedef I::Entity | Entity |
typedef Geometry::ctype | ctype |
Public Member Functions | |
IntersectionGeometry (const I &i_, unsigned int index_) | |
int | insideDomainIndex () const |
int | outsideDomainIndex () const |
bool | boundary () const |
return true if intersection is with interior or exterior boundary (see the cases above) | |
bool | neighbor () const |
return true if intersection is shared with another element. | |
LocalGeometry | geometryInInside () const |
geometrical information about this intersection in local coordinates of the inside() entity. More... | |
LocalGeometry | geometryInOutside () const |
geometrical information about this intersection in local coordinates of the outside() entity. More... | |
Geometry | geometry () const |
geometrical information about this intersection in global coordinates. More... | |
int | indexInInside () const |
Local number of codim 1 entity in the inside() Entity where intersection is contained in. | |
int | indexInOutside () const |
Local number of codim 1 entity in outside() Entity where intersection is contained in. | |
Dune::FieldVector< ctype, coorddimension > | outerNormal (const Dune::FieldVector< ctype, mydimension > &local) const |
Return an outer normal (length not necessarily 1) More... | |
Dune::FieldVector< ctype, coorddimension > | integrationOuterNormal (const Dune::FieldVector< ctype, mydimension > &local) const |
return outer normal scaled with the integration element More... | |
Dune::FieldVector< ctype, coorddimension > | unitOuterNormal (const Dune::FieldVector< ctype, mydimension > &local) const |
Return unit outer normal (length == 1) More... | |
Dune::FieldVector< ctype, coorddimension > | centerUnitOuterNormal () const |
Return unit outer normal (length == 1) More... | |
Entity | inside () const |
return Entity on the inside of this intersection. That is the Entity where we started this. | |
Entity | insideHostEntity () const |
return Entity on the inside of this intersection. That is the Entity where we started this. | |
Entity | outside () const |
return Entity on the outside of this intersection. That is the neighboring Entity. More... | |
const I & | intersection () const |
Detailed Description
class Dune::PDELab::IntersectionGeometry< I >
Wrap intersection.
Member Typedef Documentation
◆ ctype
typedef Geometry::ctype Dune::PDELab::IntersectionGeometry< I >::ctype |
◆ Entity
typedef I::Entity Dune::PDELab::IntersectionGeometry< I >::Entity |
◆ Geometry
typedef I::Geometry Dune::PDELab::IntersectionGeometry< I >::Geometry |
◆ LocalGeometry
typedef I::LocalGeometry Dune::PDELab::IntersectionGeometry< I >::LocalGeometry |
Constructor & Destructor Documentation
◆ IntersectionGeometry()
|
inline |
Member Function Documentation
◆ centerUnitOuterNormal()
|
inline |
Return unit outer normal (length == 1)
The returned vector may depend on the local position within the intersection. It is scaled to have unit length.
◆ geometry()
|
inline |
geometrical information about this intersection in global coordinates.
This method returns a Geometry object that provides a mapping from local coordinates of the intersection to global (world) coordinates.
◆ geometryInInside()
|
inline |
◆ geometryInOutside()
|
inline |
◆ insideDomainIndex()
|
inline |
◆ integrationOuterNormal()
|
inline |
return outer normal scaled with the integration element
Return an outer normal (length not necessarily 1)
The returned vector may depend on local position within the intersection. The normal is scaled with the integration element of the intersection. This method is redundant but it may be more efficent to use this function rather than computing the integration element via intersectionGlobal().
◆ intersection()
|
inline |
◆ outerNormal()
|
inline |
Return an outer normal (length not necessarily 1)
The returned vector may depend on local position within the intersection.
◆ outside()
|
inline |
return Entity on the outside of this intersection. That is the neighboring Entity.
- Warning
- Don't call this method if there is no neighboring Entity (neighbor() returns false). In this case the result is undefined.
◆ outsideDomainIndex()
|
inline |
◆ unitOuterNormal()
|
inline |
Return unit outer normal (length == 1)
The returned vector may depend on the local position within the intersection. It is scaled to have unit length.
The documentation for this class was generated from the following file:
- dune/pdelab/common/geometrywrapper.hh
