KEAST
Quadrature Rules for a Tetrahedron


KEAST is a MATLAB library which defines a set of quadrature rules for the tetrahedron.

The ten rules have the following orders and precisions:
RuleOrderPrecision
1 1 0
2 4 1
3 5 2
410 3
511 4
614 4
715 5
824 6
931 7
1045 8

Licensing:

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

Languages:

KEAST is available in a C++ version and a FORTRAN90 version and a MATLAB version.

Related Data and Programs:

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

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

NCC_TETRAHEDRON, a MATLAB library which defines Newton-Cotes closed quadrature rules on a tetrahedron.

NCO_TETRAHEDRON, a MATLAB library which defines Newton-Cotes open quadrature rules on a tetrahedron.

NINTLIB, a MATLAB library which contains a variety of routines for numerical estimation of integrals in multiple dimensions.

QUADRATURE_RULES_TET, a dataset directory which contains files defining various quadrature rules on tetrahedrons.

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

STROUD, a MATLAB library which defines quadrature rules for a variety of unusual areas, surfaces and volumes in 2D, 3D and N-dimensions.

TETRAHEDRON_MONTE_CARLO, a MATLAB program which uses the Monte Carlo method to estimate integrals over a tetrahedron.

TETRAHEDRONS, a dataset directory which contains examples of tetrahedrons;

Reference:

  1. Patrick Keast,
    Moderate Degree Tetrahedral Quadrature Formulas,
    Computer Methods in Applied Mechanics and Engineering,
    Volume 55, Number 3, May 1986, pages 339-348.

Source Code:

Examples and Tests:

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


Last revised on 25 June 2007.