DUNE-FEM (unstable)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
Quadrature Class Reference
actual interface class for quadratures More...
#include <dune/fem/quadrature/quadrature.hh>
Detailed Description
actual interface class for quadratures
IntegrationPointList is a proxy for the actual implementations of the integration point lists. During construction, the IntegrationPointList object is configured with an appropriate implementation object from the QuadratureProvider (monostate pattern).
The design goal is minimization of construction time. The actual implementation can be created once and reused whenever it is needed. Moreover, this layout insulates the user from all initialization and storage stuff.
- Note
- The difference between integration point lists and quadratures is that quadratures have weights.
The documentation for this class was generated from the following file:
- dune/fem/quadrature/quadrature.hh
