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.

Related Data and Programs:

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

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

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

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

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

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

QUADRATURE_RULES_TET is a dataset directory of triples of files which defines various quadrature rules on tetrahedrons.

QUADRULE is a MATLAB library which includes a library of routines for defining quadrature rules on a variety of intervals with different weight functions.

STROUD is 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.

Tar File:

A GZIP'ed TAR file of the contents of this directory is available. This is only done as a convenience for users who want ALL the files, and don't want to download them individually. This is not a convenience for me, so don't be surprised if the tar file is somewhat out of date.

Source Code:

Examples and Tests:

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


Last revised on 25 June 2007.