triangle_twb_rule, a MATLAB library which generates the points and weights of quadrature rules over the interior of a triangle in 2D, determined by Taylor, Wingate, and Bos.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
triangle_twb_rule is available in a C version and a C++ version and a FORTRAN90 version and a MATLAB version.
TRIANGLE_FEKETE_RULE, a MATLAB library which defines Fekete rules for interpolation or quadrature over the interior of a triangle in 2D.
triangle_felippa_rule, a MATLAB library which returns Felippa's quadratures rules for approximating integrals over the interior of a triangle in 2D.
TRIANGLE_NCC_RULE, a MATLAB library which defines Newton-Cotes Closed (NCC) quadrature rules over the interior of a triangle in 2D.
TRIANGLE_NCO_RULE, a MATLAB library which defines Newton-Cotes Open (NCO) quadrature rules over the interior of a triangle in 2D.
TRIANGLE_SYMQ_RULE, a MATLAB library 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.