constructor
More...
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/quadrature/cachingquadrature.hh>
template<typename GridPart>
class Dune::Fem::CachingQuadrature< GridPart, 0 >
constructor
- Parameters
-
[in] | entity | entity, on whose reference element the quadratre lives |
[in] | order | desired minimal order of the quadrature |
template<typename GridPart >
The type of the coordinates in the codim-0 reference element.
template<typename GridPart >
template<typename GridPart >
template<typename GridPart >
Just another name for double...
template<typename GridPart >
codimension of the element quadrature
template<typename GridPart >
template<typename GridPart >
constructor
- Parameters
-
[in] | entity | entity, on whose reference element the quadratre lives |
[in] | order | desired minimal order of the quadrature |
template<typename GridPart >
constructor
- Parameters
-
[in] | type | geometry type, on whose reference element the quadratre lives |
[in] | order | desired minimal order of the quadrature |
template<typename GridPart >
copy constructor
- Parameters
-
[in] | org | element quadrature to copy |
template<typename GridPart >
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: