constructor
More...
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/quadrature/cachingpointlist.hh>
template<class GridPartImp, class IntegrationTraits>
class Dune::Fem::CachingPointList< GridPartImp, 0, IntegrationTraits >
constructor
- Parameters
-
[in] | geometry | geometry type, the quadrature lives on |
[in] | order | desired minimal order of the quadrature |
template<class GridPartImp , class IntegrationTraits >
The type of the coordinates in the codim-0 reference element.
template<class GridPartImp , class IntegrationTraits >
template<class GridPartImp , class IntegrationTraits >
type of the integration point list
template<class GridPartImp , class IntegrationTraits >
template<class GridPartImp , class IntegrationTraits >
the type of the quadrature point
template<class GridPartImp , class IntegrationTraits >
template<class GridPartImp , class IntegrationTraits >
template<class GridPartImp , class IntegrationTraits >
constructor
- Parameters
-
[in] | geometry | geometry type, the quadrature lives on |
[in] | order | desired minimal order of the quadrature |
template<class GridPartImp , class IntegrationTraits >
map quadrature points to caching points
For codim-1 entites, the mapping consists of two stages:
- Consider the twist to get the quadrature point number on the face of the (codim-0) reference element,
- Map the twisted quadrature point number to the caching point number.
- Parameters
-
[in] | quadraturePoint | number of quadrature point to map to a caching point |
template<class GridPartImp , class IntegrationTraits >
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
References Dune::Fem::ElementPointListBase< GridPartImp, codim, IntegrationTraits >::quadImp().
template<class GridPartImp , class IntegrationTraits >
template<class GridPartImp , class IntegrationTraits >
template<class GridPartImp , class IntegrationTraits >
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
References Dune::Fem::ElementPointListBase< GridPartImp, codim, IntegrationTraits >::quadImp().
template<class GridPartImp , class IntegrationTraits >
template<class GridPartImp , class IntegrationTraits >
template<class GridPartImp , class IntegrationTraits >
template<class GridPartImp , class IntegrationTraits >
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
References Dune::Fem::ElementPointListBase< GridPartImp, codim, IntegrationTraits >::quadImp().
template<class GridPartImp , class IntegrationTraits >
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
template<class GridPartImp , class IntegrationTraits >
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
template<class GridPartImp , class IntegrationTraits >
template<class GridPartImp , class IntegrationTraits >
template<class GridPartImp , class IntegrationTraits >
The documentation for this class was generated from the following file: