power_rule_test


power_rule_test, a MATLAB program which calls power_rule() to create a power rule, that is, a multidimensional quadrature rule formed as a repeated product of a single one-dimensional quadrature rule.

Licensing:

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

Related Data and Programs:

power_rule, a MATLAB program which constructs a power rule, that is, a product quadrature rule from identical 1D factor rules.

Source Code:

We give the command

power_rule ( 'cc_d1_o3', 2 )
to create a Clenshaw Curtis power rule of order 9 for a 2D region. The files which are created include:


Last revised on 06 March 2019.