the actual quadrature storage
More...
#include <dune/fem/quadrature/quadprovider.hh>
|
template<class QuadImp , class QuadratureKey > |
static const QuadImp & | provideQuad (const GeometryType &geometry, const QuadratureKey &key) |
| provide quadrature More...
|
|
template<class QuadImp , class QuadratureKey > |
static const QuadImp & | provideQuad (const GeometryType &geometry, const QuadratureKey &key, const int defaultOrder) |
| provide quadrature More...
|
|
template<class QuadImp > |
static const QuadImp & | provideQuad (const GeometryType &geometry, const int, const int defaultOrder) |
| provide quadrature More...
|
|
template<unsigned int dummy>
class Dune::Fem::QuadCreator< dummy >
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).
◆ provideQuad() [1/3]
template<unsigned int dummy>
template<class QuadImp >
static const QuadImp& Dune::Fem::QuadCreator< dummy >::provideQuad |
( |
const GeometryType & |
geometry, |
|
|
const int |
, |
|
|
const int |
defaultOrder |
|
) |
| |
|
inlinestatic |
provide quadrature
- Parameters
-
[in] | geometry | type of geometry, the quadrature is requested for |
[in] | order | minimal order of the requested quadrature |
[in] | defaultOrder | to identify polyhedral geometries |
◆ provideQuad() [2/3]
template<unsigned int dummy>
template<class QuadImp , class QuadratureKey >
provide quadrature
- Parameters
-
[in] | geometry | type of geometry, the quadrature is requested for |
[in] | key | key to identify quadrature, i.e. minimal order of the requested quadrature |
◆ provideQuad() [3/3]
template<unsigned int dummy>
template<class QuadImp , class QuadratureKey >
provide quadrature
- Parameters
-
[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 |
The documentation for this class was generated from the following file: