|
dune-fem 2.12-git
|
constructor
More...
#include <dune/fem/quadrature/elementquadrature.hh>

Public Types | |
| typedef GridPartImp | GridPartType |
| type of the grid partition | |
| typedef Base::CoordinateType | CoordinateType |
| Type of coordinates in codim-0 reference element. | |
| typedef GridPartType::IntersectionIteratorType | IntersectionIteratorType |
| Type of the intersection iterator. | |
| typedef IntersectionIteratorType::Intersection | IntersectionType |
| typedef QuadraturePointWrapper< This > | QuadraturePointWrapperType |
| type of the quadrature point | |
| typedef QuadraturePointIterator< This > | IteratorType |
| type of iterator | |
| typedef This | NonConformingQuadratureType |
| type quadrature for use on non-conforming intersections | |
| typedef GridPartType::TwistUtilityType | TwistUtilityType |
| typedef IntersectionIteratorType | IntersectionIterator |
| enum | Side |
| inside and outside flags More... | |
| typedef GridPartType::ctype | RealType |
| coordinate type | |
| typedef IntegrationTraits::IntegrationPointListType | IntegrationPointListType |
| type of the integration point list | |
| typedef IntegrationPointListType::CoordinateType | LocalCoordinateType |
Public Member Functions | |
| template<class QuadratureKeyType > | |
| ElementQuadratureImpl (const GridPartType &gridPart, const IntersectionType &intersection, const QuadratureKeyType &quadKey, const typename Base ::Side side) | |
| constructor | |
| const QuadraturePointWrapperType | operator[] (size_t i) const |
| IteratorType | begin () const noexcept |
| IteratorType | end () const noexcept |
| Base::Side | side () const |
| bool | isInside () const |
| const CoordinateType & | point (size_t i) const |
| obtain coordinates of i-th integration point | |
| auto | weight (size_t i) const |
| obtain weight of i-th integration point (if quadrature, else 1.0) | |
| const IntersectionType & | intersection () const |
| size_t | nop () const |
| obtain the number of integration points | |
| const LocalCoordinateType & | localPoint (size_t i) const |
| obtain local coordinates of i-th integration point | |
| size_t | id () const |
| obtain the identifier of the integration point list | |
| int | order () const |
| obtain order of the integration point list | |
| GeometryType | geometry () const |
| obtain GeometryType for this integration point list | |
| GeometryType | elementGeometry () const |
| obtain GeometryType of the corresponding codim-0 the integration point list belongs to | |
| size_t | cachingPoint (const size_t quadraturePoint) const |
| size_t | localCachingPoint (const size_t quadraturePoint) const |
| int | twistId () const |
| convenience implementation for Dune::Fem::CachingInterface | |
| int | nCachingPoints () const |
| int | cachingPointStart () const |
| int | localFaceIndex () const |
Static Public Member Functions | |
| static constexpr bool | twisted () |
| convenience implementation for Dune::Fem::CachingInterface | |
Static Public Attributes | |
| static const int | dimension = Base::dimension |
| static const int | codimension |
| codimension of the element integration point list | |
Protected Member Functions | |
| Base | getPointList (const IntersectionType &intersection, const int order, const typename Base ::Side side) |
| const IntegrationPointListType & | quadImp () const |
| obtain the actual implementation of the quadrature | |
Static Protected Member Functions | |
| static GeometryType | getFaceGeometry (const GeometryType &elementGeo, const int face) |
Detailed Description
class Dune::Fem::ElementQuadratureImpl< GridPartImp, 1, IntegrationTraits, isQuadrature >
constructor
- Parameters
-
[in] gridPart grid partition (a dummy here) [in] intersection intersection [in] quadKey quadrature key, i.e. desired order of the quadrature [in] side either INSIDE or OUTSIDE; codim-0 entity for which the ElementQuadrature shall be created
- Note
- This code assumes that the codim-0 entity is either a simplex or a cube (otherwise elementGeometry() returns a wrong geometry).
Member Typedef Documentation
◆ CoordinateType
| typedef Base::CoordinateType Dune::Fem::ElementQuadratureImpl< GridPartImp, 1, IntegrationTraits, isQuadrature >::CoordinateType |
Type of coordinates in codim-0 reference element.
◆ GridPartType
| typedef GridPartImp Dune::Fem::ElementQuadratureImpl< GridPartImp, 1, IntegrationTraits, isQuadrature >::GridPartType |
type of the grid partition
◆ IntegrationPointListType
|
inherited |
type of the integration point list
◆ IntersectionIterator
| typedef IntersectionIteratorType Dune::Fem::ElementQuadratureImpl< GridPartImp, 1, IntegrationTraits, isQuadrature >::IntersectionIterator |
◆ IntersectionIteratorType
| typedef GridPartType::IntersectionIteratorType Dune::Fem::ElementQuadratureImpl< GridPartImp, 1, IntegrationTraits, isQuadrature >::IntersectionIteratorType |
Type of the intersection iterator.
◆ IntersectionType
| typedef IntersectionIteratorType::Intersection Dune::Fem::ElementQuadratureImpl< GridPartImp, 1, IntegrationTraits, isQuadrature >::IntersectionType |
◆ IteratorType
| typedef QuadraturePointIterator< This > Dune::Fem::ElementQuadratureImpl< GridPartImp, 1, IntegrationTraits, isQuadrature >::IteratorType |
type of iterator
◆ LocalCoordinateType
|
inherited |
◆ NonConformingQuadratureType
| typedef This Dune::Fem::ElementQuadratureImpl< GridPartImp, 1, IntegrationTraits, isQuadrature >::NonConformingQuadratureType |
type quadrature for use on non-conforming intersections
◆ QuadraturePointWrapperType
| typedef QuadraturePointWrapper< This > Dune::Fem::ElementQuadratureImpl< GridPartImp, 1, IntegrationTraits, isQuadrature >::QuadraturePointWrapperType |
type of the quadrature point
◆ RealType
|
inherited |
coordinate type
◆ TwistUtilityType
| typedef GridPartType::TwistUtilityType Dune::Fem::ElementQuadratureImpl< GridPartImp, 1, IntegrationTraits, isQuadrature >::TwistUtilityType |
Member Enumeration Documentation
◆ Side
|
inherited |
inside and outside flags
Constructor & Destructor Documentation
◆ ElementQuadratureImpl()
|
inline |
constructor
- Parameters
-
[in] gridPart grid partition (a dummy here) [in] intersection intersection [in] quadKey quadrature key, i.e. desired order of the quadrature [in] side either INSIDE or OUTSIDE; codim-0 entity for which the ElementQuadrature shall be created
- Note
- This code assumes that the codim-0 entity is either a simplex or a cube (otherwise elementGeometry() returns a wrong geometry).
Member Function Documentation
◆ begin()
|
inlinenoexcept |
◆ cachingPoint()
|
inlineinherited |
◆ cachingPointStart()
|
inlineinherited |
◆ elementGeometry()
|
inlineinherited |
obtain GeometryType of the corresponding codim-0 the integration point list belongs to
An element integration point list can return the coordinates of integration points with resepct to the codim-0 reference element and the reference element corresponding to the subentity the quadrature actually lives on. This method returns the geometry of the codim-0 entity.
- Note
- Calling this method yields a virtual function call, so do not call this method unnecessarily.
- Returns
- GeometryType for this integration point list
◆ end()
|
inlinenoexcept |
◆ geometry()
|
inlineinherited |
obtain GeometryType for this integration point list
◆ getFaceGeometry()
|
inlinestaticprotectedinherited |
◆ getPointList()
|
inlineprotected |
◆ id()
|
inlineinherited |
obtain the identifier of the integration point list
The identifier of an integration point list must be globally unique. Even integration point lists for different dimensions must have different identifiers.
- Note
- Quadratures are considered distinct if they differ in one of the following points: geometry type, order, dimension or implementation.
- Returns
- globally unique identifier of the integration point list
◆ intersection()
|
inline |
◆ isInside()
|
inline |
◆ localCachingPoint()
|
inlineinherited |
◆ localFaceIndex()
|
inlineinherited |
◆ localPoint()
|
inlineinherited |
obtain local coordinates of i-th integration point
This method returns a reference to the local coordinates of the i-th integration point for 0 <= i < nop(). Here, local coordinates means coordinates with respect to the reference element of the subentity.
- Parameters
-
[in] i number of the integration point, 0 <= i < nop()
- Returns
- reference to i-th integration point
◆ nCachingPoints()
|
inlineinherited |
◆ nop()
|
inlineinherited |
obtain the number of integration points
- Returns
- number of integration points within this list
◆ operator[]()
|
inline |
◆ order()
|
inlineinherited |
obtain order of the integration point list
The order of a quadrature is the maximal polynomial degree that is guaranteed to be integrated exactly by the quadrature.
In case of an integration point list, the definition of this value is left to the implementor.
- Note
- Calling this method yields a virtual function call, so do not call this method unnecessarily.
- Returns
- the order of the integration point list
◆ point()
|
inline |
obtain coordinates of i-th integration point
This method returns a reference to the coordinates of the i-th integration point for 0 <= i < nop(). The integration point is given in local coordinates, i.e., coordinates with respect to the reference element.
- Parameters
-
[in] i number of the integration point, 0 <= i < nop()
- Returns
- reference to i-th integration point
◆ quadImp()
|
inlineprotectedinherited |
obtain the actual implementation of the quadrature
- Note
- This method may only be used in derived classes.
- Returns
- a reference to the actual implementation of the quadrature
◆ side()
|
inline |
◆ twisted()
|
inlinestaticconstexprinherited |
convenience implementation for Dune::Fem::CachingInterface
◆ twistId()
|
inlineinherited |
convenience implementation for Dune::Fem::CachingInterface
◆ weight()
|
inline |
obtain weight of i-th integration point (if quadrature, else 1.0)
This method returns the weight of the i-th integration point for 0 <= i < nop() within the quadrature.
- Note
- The integration point can be obtained via the point() method.
- The quadrature weights sum up to the volume of the reference element.
- Parameters
-
[in] i number of the integration point, 0 <= i < nop()
- Returns
- weight of the i-th integration point
Member Data Documentation
◆ codimension
|
staticinherited |
codimension of the element integration point list
◆ dimension
|
static |
The documentation for this class was generated from the following file:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8