hypercube_exactness_test


hypercube_exactness_test, a C code which calls hypercube_exactness() to investigate the polynomial exactness of a quadrature rule over the interior of the hypercube in M dimensions.

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Related Data and Programs:

hypercube_exactness, a C code which measures the monomial exactness of an M-dimensional quadrature rule over the interior of the unit hypercube in M dimensions.

Source Code:

CC_D1_O2 is a Clenshaw-Curtis order 2 rule for 1D.

CC_D1_O3 is a Clenshaw-Curtis order 3 rule for 1D. If you are paying attention, you may be surprised to see that a Clenshaw Curtis rule of odd order has one more degree of accuracy than you'd expect!

CC_D2_O3x3 is a Clenshaw-Curtis 3x3 product rule for 2D.

CCGL_D2_O3x2 is a product rule for 2D whose factors are a Clenshaw-Curtis of order 3 and a Gauss-Legendre rule of order 2.


Last revised on 07 July 2019.