WANDZURA is a MATLAB library which can return any of six Wandzura rules for quadrature in a triangle.
There are six rules, which have polynomial degree of exactness of 5, 10, 15, 20, 25, and 30.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
WANDZURA is available in a C++ version and a FORTRAN90 version and a MATLAB version
DUNAVANT, a MATLAB library which defines a Dunavant rule for quadrature in a triangle.
FEKETE, a MATLAB library which defines a Fekete rule for interpolation or quadrature in a triangle.
FELIPPA, a MATLAB library which defines quadrature rules for lines, triangles, quadrilaterals, pyramids, wedges, tetrahedrons and hexahedrons.
GM_RULE, a MATLAB library which defines a Grundmann-Moeller rule for quadrature over a triangle, tetrahedron, or general M-dimensional simplex.
LYNESS_RULE, a MATLAB library which returns Lyness-Jespersen quadrature rules for the triangle.
NCC_TRIANGLE, a MATLAB library which defines Newton-Cotes closed quadrature rules on a triangle.
NCO_TRIANGLE, a MATLAB library which defines Newton-Cotes open quadrature rules on a triangle.
STROUD, a MATLAB library which contains quadrature rules for a variety of unusual areas, surfaces and volumes in 2D, 3D and N-dimensions.
TEST_TRI_INT, a MATLAB library which tests algorithms for quadrature over a triangle.
TOMS612, a FORTRAN77 library which estimates the integral of a function over a triangle.
TRIANGLE_MONTE_CARLO, a MATLAB program which uses the Monte Carlo method to estimate integrals over a triangle.
One of the tests in the sample calling program creates EPS files of the abscissas in the unit triangle. These have been converted to PNG files for display here.
You can go up one level to the MATLAB source codes.