constructor
More...
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/quadrature/cachingquadrature.hh>
template<typename GridPartImp>
class Dune::Fem::CachingQuadrature< GridPartImp, 1 >
constructor
- Note
- The CachingQuadrature requires the grid part to get twist information for TwistUtility (see also ElementQuadrature<GridPartImp,1>).
- Parameters
-
[in] | gridPart | grid partition |
[in] | intersection | intersection |
[in] | order | desired order of the quadrature |
[in] | side | either INSIDE or OUTSIDE; codim-0 entity for which the ElementQuadrature shall be created |
template<typename GridPartImp >
The coordinates of the quadrature points in the codim-0 reference element
template<typename GridPartImp >
type of the grid partition
template<typename GridPartImp >
Type of the intersection iterator.
template<typename GridPartImp >
template<typename GridPartImp >
type of quadrature used for non-conforming intersections
template<typename GridPartImp >
A double... or whatever your grid wants.
template<typename GridPartImp >
codimension of the element quadrature
template<typename GridPartImp >
template<typename GridPartImp >
template<typename GridPartImp >
copy constructor
- Parameters
-
[in] | org | element quadrature to copy |
template<typename GridPartImp >
obtain the weight of the i-th quadrature point
- Note
- The quadrature weights sum up to the volume of the corresponding reference element.
- Parameters
-
[in] | i | index of the quadrature point |
- Returns
- weight of the i-th quadrature point within the quadrature
The documentation for this class was generated from the following file: