square_minimal_rule


square_minimal_rule, an Octave code which returns "almost minimal" quadrature rules, with exactness up to total degree 55, over the interior of the symmetric unit square in 2D, by Mattia Festa and Alvise Sommariva.

Licensing:

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

Languages:

square_minimal_rule is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version and a Python version.

Related Data and Programs:

square_minimal_rule_test

alpert_rule, an Octave code which sets up an Alpert quadrature rule for functions which are regular, log(x) singular, or 1/sqrt(x) singular.

annulus_rule, an Octave code which computes a quadrature rule for estimating integrals of a function over the interior of a circular annulus in 2d.

square_arbq_rule, an Octave code which returns quadrature rules, with exactness up to total degree 20, over the interior of the symmetric square in 2d, by hong xiao and zydrunas gimbutas.

square_exactness, an Octave code which investigates the polynomial exactness of quadrature rules over the interior of a cube in 3d.

square_felippa_rule, an Octave code which returns the points and weights of a felippa quadrature rule over the interior of a square in 2d.

square_grid, an Octave code which computes a grid of points over the interior of a square in 2d.

square_integrals, an Octave code which returns the exact value of the integral of any monomial over the interior of the unit square in 2d.

square_monte_carlo, an Octave code which uses the monte carlo method to estimate the integral of a function over the interior of the unit square in 2d.

square_symq_rule, an Octave code which returns efficient symmetric quadrature rules, with exactness up to total degree 15, over the interior of a symmetric square in 2d, by hong xiao and zydrunas gimbutas.

stroud, an Octave code which defines quadrature rules for a variety of m-dimensional regions, including the interior of the square, cube and hypercube, the pyramid, cone and ellipse, the hexagon, the m-dimensional octahedron, the circle, sphere and hypersphere, the triangle, tetrahedron and simplex, and the surface of the circle, sphere and hypersphere.

toms886, an Octave code which defines the padua points for interpolation in a 2d region, including the rectangle, triangle, and ellipse, by marco caliari, stefano de marchi, marco vianello. this is a version of acm toms algorithm 886.

Reference:

  1. Mattia Festa, Alvise Sommariva,
    Computing almost minimal formulas on the square,
    Journal of Computational and Applied Mathematics,
    Volume 17, Number 236, November 2012, pages 4296-4302.

Source Code:


Last revised on 23 March 2019.