constructor
More...
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/quadrature/elementquadrature.hh>
template<typename GridPartImp>
class Dune::Fem::ElementQuadrature< GridPartImp, 0 >
constructor
- Parameters
-
[in] | entity | entity, on whose reference element the quadratre lives |
[in] | order | desired minimal order of the quadrature |
template<typename GridPartImp >
type for coordinates in the codim-0 reference element
template<typename GridPartImp >
template<typename GridPartImp >
type of the grid partition
template<typename GridPartImp >
type for reals (usually double)
template<typename GridPartImp >
codimension of the element quadrature
template<typename GridPartImp >
template<typename GridPartImp >
constructor
- Parameters
-
[in] | entity | entity, on whose reference element the quadratre lives |
[in] | order | desired minimal order of the quadrature |
template<typename GridPartImp >
constructor
- Parameters
-
[in] | type | geometry type, on whose reference element the quadratre lives |
[in] | order | desired minimal order of the quadrature |
template<typename GridPartImp >
copy constructor
- Parameters
-
[in] | org | element quadrature to copy |
template<typename GridPartImp >
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 file: