dune-fem
2.4.1-rc
|
the actual quadrature storage More...
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/quadrature/quadprovider.hh>
Static Public Member Functions | |
template<class QuadImp > | |
static const QuadImp & | provideQuad (const GeometryType &geometry, unsigned int order) |
provide quadrature More... | |
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 |