Free function for creating a tensor product quadrature rule and other Dune::Quadrature rule utils. More...
#include <dune/geometry/quadraturerules.hh>Go to the source code of this file.
Namespaces | |
| namespace | Ikarus |
Functions | |
| template<class BaseQuadrature , class Quadrature > | |
| auto | Ikarus::tensorProductQuadrature (const BaseQuadrature &baseQuad, const Quadrature &onedQuad) |
| Computes the tensor product quadrature rule using a base and one-dimensional quadrature rule. More... | |
| template<int dim, typename Element > | |
| auto | Ikarus::defaultQuadratureRule (const Element &element, int order) |
| A helper function to provide a default quadrature rule for integration. More... | |
| int | Ikarus::numberOfGaussPointsToOrder (int nGP) |
| A helper function to convert the number of Gauss integration points to the polynomial order of the function being integrated. More... | |