Dune-Fufem 2.11-git
Loading...
Searching...
No Matches
LumpingQuadratureRule< ct, dim > Class Template Reference

A lumping quadrature rule. More...

#include <dune/fufem/quadraturerules/lumpingquadraturerule.hh>

Inheritance diagram for LumpingQuadratureRule< ct, dim >:
Inheritance graph

Public Types

typedef ct CoordType
 
typedef std::vector< QuadraturePoint< ct, dim > >::const_iterator iterator
 

Public Member Functions

 LumpingQuadratureRule (const Dune::GeometryType &gt)
 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 >

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
ctThe elementary type for coordinates
dimDimension of integration domain

Constructor & Destructor Documentation

◆ LumpingQuadratureRule()

template<class ct , int dim>
LumpingQuadratureRule< ct, dim >::LumpingQuadratureRule ( const Dune::GeometryType gt)
inline

Construct lumping quadrature rule for given geometry.


The documentation for this class was generated from the following file: