#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/quadrature/quadratureimp.hh>
template<class ct , int dim>
to be revised, look at caching quad
template<class ct , int dim>
template<class ct , int dim>
Adds a point-weight pair to the quadrature.
This method allows derived classes to add quadrature points (and their respective weights) to the list. This mehtod should only be used within the constructor of the derived class.
Referenced by Dune::Fem::TestQuadrature< ct, dim >::newQuadraturePoint().
template<class ct , 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
template<class ct , int dim>
template<class ct , int dim>
obtain the number of integration points
- Returns
- number of integration points within this list
template<class ct , 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
obtain weight of i-th integration point
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
The documentation for this class was generated from the following files: