cc_display, a MATLAB code which displays the abscissas used in a 2D quadrature rule.
The current version only considers a single Clenshaw Curtis grid, in which the orders of the rule in the X and Y directions may differ.
Variations could be added, in which the points associated with an isotropic Smolyak rule would be displayed, or in which several sets of Clenshaw Curtis grids would be superimposed, or a Gauss-Legendre rule would be displayed.
The computer code and data files made available on this web page are distributed under the MIT license
cc_display is available in a MATLAB version.
box_plot, a MATLAB code which can color in specified entries of a checkerboard, corresponding to pairs of integer data.
circle_grid_display, a MATLAB code which reads a matrix of integers, and draws a corresponding grid of circles filled with color.
clenshaw_curtis_rule, a MATLAB code which defines a Clenshaw Curtis quadrature rule.
gl_display, a MATLAB code which displays a single Gauss Legendre product rule quadrature grid in 2D.
grid_display, a MATLAB code which can display a 2D or 3D grid or sparse grid.
nested_sequence_display, a MATLAB code which displays a set of nested sequences.
nintlib, a MATLAB code which contains routines for numerical estimation of integrals in multiple dimensions.
quadrule, a MATLAB code which contains quadrature rules.
stroud, a MATLAB code which contains quadrature rules for a variety of unusual areas, surfaces and volumes in 2D, 3D and N-dimensions.
tensor_grid_display, a MATLAB code which can display the grid points of a tensor product rule used for interpolation or quadrature, in 1D, 2D or 3D.
test_int, a MATLAB code which contains a number of functions that may be used as test integrands for quadrature rules in 1D.
test_nint, a MATLAB code which contains test integrands for quadrature rules in multiple dimensions.
triangle_fekete_rule, a MATLAB code which defines a Fekete rule for quadrature or interpolation over a triangle.