Skip to content

Added a new quadraturetype.

Henrik Stolzmann requested to merge henrik.stolzmann/dune-geometry:master into master

GaussJacobiArbitraryOrder is a quadrature type that respects the weight function resulting from conical product.

The rules are computed on demand and currently have a "maximal" order of 127. This upper limit is arbitrary and can be changed.

Merge request reports