![]() |
Dune-Fufem 2.11-git
|
Loading...
Searching...
No Matches
Public Types |
Public Member Functions |
Static Public Attributes |
Protected Attributes |
List of all members
LumpingQuadratureRule< ct, dim > Class Template Reference
A lumping quadrature rule. More...
#include <dune/fufem/quadraturerules/lumpingquadraturerule.hh>
Inheritance diagram for LumpingQuadratureRule< ct, dim >:

Public Types | |
| typedef ct | CoordType |
| typedef std::vector< QuadraturePoint< ct, dim > >::const_iterator | iterator |
Public Member Functions | |
| LumpingQuadratureRule (const Dune::GeometryType >) | |
| Construct lumping quadrature rule for given geometry. | |
| virtual int | order () const |
| virtual GeometryType | type () const |
Static Public Attributes | |
| static constexpr int | d |
Protected Attributes | |
| GeometryType | geometry_type |
| int | delivered_order |
Detailed Description
template<class ct, int dim>
class LumpingQuadratureRule< ct, dim >
class LumpingQuadratureRule< ct, dim >
A lumping quadrature rule.
This quadrature rule is supposed to be used for lumped integrals. Its quadrature points are the vertices of the reference element and all weights are equal to the area of the element divided by the number of vertices.
- Template Parameters
-
ct The elementary type for coordinates dim Dimension of integration domain
Constructor & Destructor Documentation
◆ LumpingQuadratureRule()
template<class ct , int dim>
|
inline |
Construct lumping quadrature rule for given geometry.
The documentation for this class was generated from the following file:
