QUADRATURE_RULES_CCN is a dataset directory which contains examples of Clenshaw Curtis quadrature rules for the interval [-1,+1]. A quadrature rule is a set of n points x and associated weights w so that the integral of a function f(x) over some particular region can be approximated by:
Integral f(x) dx = Sum ( 1 <= i <= n ) w(i) * f(x(i))
For this directory, a quadrature rule is stored as three files, containing the weights, the points, and a file containing two points defining the corners of the rectangular region. The dimension of the region is deduced implicitly from the dimension of the points.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
CCN_RULE is a MATLAB program which defines a nested Clenshaw Curtis quadrature rule.
CCN_D1_ORDER01, the nested Clenshaw Curtis rule of order 1.
CCN_D1_ORDER02, the nested Clenshaw Curtis rule of order 2.
CCN_D1_ORDER03, the nested Clenshaw Curtis rule of order 3.
CCN_D1_ORDER04, the nested Clenshaw Curtis rule of order 4.
CCN_D1_ORDER05, the nested Clenshaw Curtis rule of order 5.
CCN_D1_ORDER06, the nested Clenshaw Curtis rule of order 6.
CCN_D1_ORDER07, the nested Clenshaw Curtis rule of order 7.
CCN_D1_ORDER08, the nested Clenshaw Curtis rule of order 8.
CCN_D1_ORDER09, the nested Clenshaw Curtis rule of order 9.
CCN_D1_ORDER10, the nested Clenshaw Curtis rule of order 10.
CCN_D2_LEVEL00, sparse grid for dimension 2 and level 0, formed from the nested Clenshaw Curtis rule, using 1 point.
CCN_D2_LEVEL01, sparse grid for dimension 2 and level 1, formed from the nested Clenshaw Curtis rule, using 5 points.
CCN_D2_LEVEL02, sparse grid for dimension 2 and level 2, formed from the nested Clenshaw Curtis rule, using 13 points.
CCN_D2_LEVEL03, sparse grid for dimension 2 and level 3, formed from the nested Clenshaw Curtis rule, using 25 points.
CCN_D2_LEVEL04, sparse grid for dimension 2 and level 4, formed from the nested Clenshaw Curtis rule, using 41 points.
CCN_D2_LEVEL05, sparse grid for dimension 2 and level 5, formed from the nested Clenshaw Curtis rule, using 61 points.
CCN_D2_LEVEL06, sparse grid for dimension 2 and level 6, formed from the nested Clenshaw Curtis rule, using 85 points.
CCN_D2_LEVEL07, sparse grid for dimension 2 and level 7, formed from the nested Clenshaw Curtis rule, using 113 points.
CCN_D2_LEVEL08, sparse grid for dimension 2 and level 8, formed from the nested Clenshaw Curtis rule, using 145 points.
CCN_D2_LEVEL09, sparse grid for dimension 2 and level 9, formed from the nested Clenshaw Curtis rule, using 181 points.
CCN_D2_LEVEL10, sparse grid for dimension 2 and level 10, formed from the nested Clenshaw Curtis rule, using 221 points.
You can go up one level to the DATASETS page.