disk01_integrands, a Python code which defines several test integrals over the unit disk, making it possible to check the accuracy of quadrature rules.
Currently, the test integrals include:
The information on this web page is distributed under the MIT license.
disk01_integrands is available in a MATLAB version and an Octave version and a Python version.
quad_rule, a Python code which defines quadrature rules on a variety of intervals with different weight functions.
sphere_integrals, a Python code which tests algorithms for quadrature over the surface of the unit sphere in 3D.
triangle_integrals, a Python code which implements test functions for integration over the interior of a triangle in 2D.