WANDZURA
High Order Quadrature in a Triangle.


WANDZURA is a FORTRAN90 library which can return any of six Wandzura rules for high order quadrature in a triangle.

There are six rules, which have polynomial degree of exactness of 5, 10, 15, 20, 25, and 30.

Licensing:

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

Languages:

WANDZURA is available in a C++ version and a FORTRAN90 version and a MATLAB version

Related Data and Programs:

DUNAVANT, a FORTRAN90 library which defines Dunavant rules for quadrature on a triangle.

FEKETE, a FORTRAN90 library which defines Fekete rules for interpolation or quadrature on a triangle.

FELIPPA, a FORTRAN90 library which defines quadrature rules for lines, triangles, quadrilaterals, pyramids, wedges, tetrahedrons and hexahedrons.

GM_RULE, a FORTRAN90 library which defines Grundmann-Moeller rules for quadrature over a triangle, tetrahedron, or general M-dimensional simplex.

LYNESS_RULE, a FORTRAN90 library which returns Lyness-Jespersen quadrature rules for the triangle.

NCC_TRIANGLE, a FORTRAN90 library which defines Newton-Cotes closed quadrature rules on a triangle.

NCO_TRIANGLE, a FORTRAN90 library which defines Newton-Cotes open quadrature rules on a triangle.

NINTLIB, a FORTRAN90 library which contains routines for numerical estimation of integrals in M dimensions.

QUADRATURE_RULES_TRI, a dataset directory of triples of files which defines various quadrature rules on triangles.

QUADRULE, a FORTRAN90 library which defines quadrature rules on a variety of intervals with different weight functions.

STROUD, a FORTRAN90 library which contains quadrature rules for a variety of unusual areas, surfaces and volumes in 2D, 3D and M dimensions.

TEST_TRI_INT, a FORTRAN90 library which tests algorithms for quadrature over a triangle.

TOMS612, a FORTRAN77 library which estimates the integral of a function over a triangle.

TOMS706, a FORTRAN77 library which estimates the integral of a function over a triangulated region.

TRIANGLE_EXACTNESS, a FORTRAN90 program which investigates the polynomial exactness of a quadrature rule for the triangle.

TRIANGLE_MONTE_CARLO, a FORTRAN90 program which uses the Monte Carlo method to estimate integrals over a triangle.

Reference:

  1. 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.
  2. Stephen Wandzura, Hong Xiao,
    Symmetric Quadrature Rules on a Triangle,
    Computers and Mathematics with Applications,
    Volume 45, Number 12, June 2003, pages 1829-1840.

Source Code:

Examples and Tests:

One of the tests in the sample calling program creates EPS files of the points in the unit triangle. These have been converted to PNG files for display here.

List of Routines:

You can go up one level to the FORTRAN90 source codes.


Last revised on 01 January 2010.