triangle_dunavant_rule


triangle_dunavant_rule, an Octave code which defines 20 quadrature rules over the interior of a triangle in 2D.

These rules are almost optimal, in the sense that, for each polynomial degree, the number of points used in the rule is close to, or equal to, the theoretical minimum possible value.

A few of the rules include one or two points which are "slightly" outside the triangle; a few of the rules include weights which are negative. Both of these occurrences are generally undesirable.

Licensing:

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

Languages:

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

Related Data and Programs:

triangle_dunavant_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.

cube_felippa_rule, an Octave code which returns the points and weights of a felippa quadrature rule over the interior of a cube in 3d.

pyramid_felippa_rule, an Octave code which returns felippa's quadratures rules for approximating integrals over the interior of a pyramid in 3d.

simplex_gm_rule, an Octave code which defines grundmann-moeller quadrature rules over the interior of a simplex in m dimensions.

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.

stroud, an Octave code which contains quadrature rules for a variety of unusual areas, surfaces and volumes in 2d, 3d and n-dimensions.

tetrahedron_felippa_rule, an Octave code which returns felippa's quadratures rules for approximating integrals over the interior of a tetrahedron in 3d.

triangle_exactness, an Octave code which investigates the polynomial exactness of a quadrature rule over the interior of a triangle in 2d.

triangle_fekete_rule, an Octave code which defines fekete rules for quadrature or interpolation over the interior of a triangle in 2d.

triangle_felippa_rule, an Octave code which returns felippa's quadratures rules for approximating integrals over the interior of a triangle in 2d.

triangle_lyness_rule, an Octave code which returns lyness-jespersen quadrature rules over the interior of a triangle in 2d.

triangle_monte_carlo, an Octave code which uses the monte carlo method to estimate integrals over a triangle.

triangle_ncc_rule, an Octave code which defines newton-cotes closed (ncc) quadrature rules over the interior of a triangle in 2d.

triangle_nco_rule, an Octave code which defines newton-cotes open (nco) quadrature rules over the interior of a triangle in 2d.

triangle_svg, an Octave code which uses scalable vector graphics (svg) to plot a triangle and any number of points, to illustrate quadrature rules and sampling techniques.

triangle_symq_rule, an Octave code which returns efficient symmetric quadrature rules, with exactness up to total degree 50, over the interior of an arbitrary triangle in 2d, by hong xiao and zydrunas gimbutas.

triangle_wandzura_rule, an Octave code which defines wandzura rules for quadrature over the interior of a triangle in 2d.

wedge_felippa_rule, an Octave code which returns quadratures rules for approximating integrals over the interior of the unit wedge in 3d.

Reference:

  1. David Dunavant,
    High Degree Efficient Symmetrical Gaussian Quadrature Rules for the Triangle,
    International Journal for Numerical Methods in Engineering,
    Volume 21, 1985, pages 1129-1148.
  2. James Lyness, Dennis Jespersen,
    Moderate Degree Symmetric Quadrature Rules for the Triangle,
    Journal of the Institute of Mathematics and its Applications,
    Volume 15, Number 1, February 1975, pages 19-32.

Source Code:


Last revised on 05 April 2019.