legendre_product_display_test


legendre_product_display_test, a MATLAB code which calls legendre_product_display(), which displays the points in a 2D Gauss-Legendre product quadrature rule.

Licensing:

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

Related Data and Programs:

legendre_product_display, a MATLAB code which displays the points in a 2D Gauss-Legendre product quadrature rule;

Source Code:

GL_GRID_SQUARE_DISPLAY displays Gauss-Legendre grids in which the orders of each dimension are equal.

GL_GRID_DISPLAY displays Gauss-Legendre grids in which the orders of each dimension are arbitrary.

GL_GRIDS_MINMAX_DISPLAY displays all Gauss-Legendre grids in which the orders of each dimension sum to a value Q between QMIN and QMAX.

GL_LEVELS_MINMAX_DISPLAY displays all Gauss-Legendre grids in which the levels of each dimension sum to a value LEVEL between LEVEL_MIN and LEVEL_MAX.


Last revised on 22 April 2023.