#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/quadrature/femquadratures.hh>
|
static const unsigned int | topologyId = GenericGeometry::SimplexTopology< dim >::type::id |
|
template<class FieldImp , int dim>
type of local coordinates
template<class FieldImp , int dim>
template<typename FieldImp, int dim>
to be revised, look at caching quad
template<class ct , int dim>
template<typename FieldImp, int dim>
template<class FieldImp , int dim>
template<typename FieldImp, int dim>
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
Referenced by Dune::Fem::CacheProvider< GridPart, 1 >::getMapper(), Dune::Fem::PointProvider< ct, dim, 1 >::getMappers(), Dune::Fem::PointProvider< ct, dim, 1 >::getPoints(), Dune::Fem::TwistProvider< ct, dim >::getTwistStorage(), and Dune::Fem::PointProvider< ct, dim, 0 >::registerQuadrature().
template<class FieldImp , int dim>
template<typename FieldImp, int dim>
obtain the number of integration points
- Returns
- number of integration points within this list
Referenced by Dune::Fem::LocalDGPass< DiscreteModelImp, PreviousPassImp >::applyLocalNeighbor(), Dune::Fem::TwistMapperCreator< ct, dim >::createStorage(), Dune::Fem::PointProvider< ct, dim, 1 >::getMappers(), Dune::Fem::IntegrationPointListImp< ct, Topology::dimension >::point(), and Dune::Fem::PointProvider< ct, dim, 0 >::registerQuadrature().
template<class FieldImp , int dim>
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.
- Returns
- the order of the integration point list
Implements Dune::Fem::IntegrationPointListImp< FieldImp, dim >.
template<typename FieldImp, int dim>
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
Referenced by Dune::Fem::TwistMapperCreator< ct, dim >::createStorage(), Dune::Fem::PointProvider< ct, dim, 1 >::getMappers(), Dune::Fem::PointProvider< ct, dim, 0 >::registerQuadrature(), and Dune::Fem::QuadratureImp< FieldImp, 1 >::weight().
template<typename FieldImp, int dim>
template<class FieldImp , int dim>
template<class FieldImp , int dim>
The documentation for this class was generated from the following files: