KEAST
Quadrature Rules for a Tetrahedron


KEAST is a FORTRAN90 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:

CUBPACK, a FORTRAN90 library which estimates the integral of a function (or vector of functions) over a collection of N-dimensional hyperrectangles and simplices.

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.

NCC_TETRAHEDRON, a FORTRAN90 library which defines Newton-Cotes Closed quadrature rules on a tetrahedron.

NCO_TETRAHEDRON, a FORTRAN90 library which defines Newton-Cotes Open quadrature rules on a tetrahedron.

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

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

QUADRULE, a FORTRAN90 library which includes a library of routines for defining 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 N-dimensions.

TETRAHEDRON_MONTE_CARLO, a FORTRAN90 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:

List of Routines:

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


Last revised on 26 June 2007.