dune-fem 2.8.0
|
the actual quadrature storage More...
#include <dune/fem/quadrature/quadprovider.hh>
Static Public Member Functions | |
template<class QuadImp , class QuadratureKey > | |
static const QuadImp & | provideQuad (const GeometryType &geometry, const QuadratureKey &key) |
provide quadrature | |
template<class QuadImp , class QuadratureKey > | |
static const QuadImp & | provideQuad (const GeometryType &geometry, const QuadratureKey &key, const int defaultOrder) |
provide quadrature | |
template<class QuadImp > | |
static const QuadImp & | provideQuad (const GeometryType &geometry, const int, const int defaultOrder) |
provide quadrature | |
the actual quadrature storage
QuadCreator is a utility class providing the actual quadrature storage.
The template argument is used to distinguish classes for different geometry types (maybe GeometryType :: BasicType would be a better choice).
|
inlinestatic |
provide quadrature
[in] | geometry | type of geometry, the quadrature is requested for |
[in] | order | minimal order of the requested quadrature |
[in] | defaultOrder | to identify polyhedral geometries |
|
inlinestatic |
provide quadrature
[in] | geometry | type of geometry, the quadrature is requested for |
[in] | key | key to identify quadrature, i.e. minimal order of the requested quadrature |
|
inlinestatic |
provide quadrature
[in] | geometry | type of geometry, the quadrature is requested for |
[in] | key | key to identify quadrature, i.e. minimal order of the requested quadrature |
[in] | defaultOrder | to identify polyhedral geometries |