constructor
More...
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/quadrature/elementquadrature.hh>
template<class GridPartImp>
class Dune::Fem::ElementQuadrature< GridPartImp, 1 >
constructor
- Parameters
-
[in] | gridPart | grid partition (a dummy here) |
[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<class GridPartImp >
type of coordinates in codim-0 reference element
template<class GridPartImp >
type of the grid partition
template<class GridPartImp >
type of the intersection iterator
template<class GridPartImp >
template<class GridPartImp >
type of coordinate in codim-1 reference element
template<class GridPartImp >
type of quadrature for use on non-conforming intersections
template<class GridPartImp >
type for reals (usually double)
template<class GridPartImp >
codimension of the quadrature
template<class GridPartImp >
template<class GridPartImp >
constructor
- Parameters
-
[in] | gridPart | grid partition (a dummy here) |
[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<class GridPartImp >
copy constructor
- Parameters
-
[in] | org | element quadrature to copy |
template<class 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: