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.
KEAST is available in a C++ version and a FORTRAN90 version and a MATLAB version.
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;
You can go up one level to the MATLAB source codes.