clenshaw_curtis_grid_test
clenshaw_curtis_grid_test,
a C++ code which
calls clenshaw_curtis_grid() to
set up a Clenshaw Curtis
quadrature rule in multiple 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:
clenshaw_curtis_grid,
a C++ code which
sets up a Clenshaw Curtis quadrature rule in multiple dimensions;
Source Code:
-
cc_w_d1_o9.txt,
Clenshaw Curtis weights for dimension 1, and order 9.
-
cc_x_d1_o9.txt,
Clenshaw Curtis abscissas for dimension 1, and order 9.
-
cc_w_d4_o81.txt,
Clenshaw Curtis weights for dimension 4, and (total) order 81.
-
cc_x_d4_o81.txt,
Clenshaw Curtis abscissas for dimension 4, and (total) order 81.
Last revised on 20 February 2020.