KEAST is a MATLAB library which defines a set of quadrature rules for the tetrahedron.
The ten rules have the following orders and precisions:
| Rule | Order | Precision |
|---|---|---|
| 1 | 1 | 0 |
| 2 | 4 | 1 |
| 3 | 5 | 2 |
| 4 | 10 | 3 |
| 5 | 11 | 4 |
| 6 | 14 | 4 |
| 7 | 15 | 5 |
| 8 | 24 | 6 |
| 9 | 31 | 7 |
| 10 | 45 | 8 |
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
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;
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.
You can go up one level to the MATLAB source codes.