square_monte_carlo, a Fortran90 code which estimates the integral of a function over the interior of the unit square in 2D.
The information on this web page is distributed under the MIT license.
square_monte_carlo is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version and a Python version.
f90_monte_carlo, a Fortran90 code which uses Monte Carlo sampling to estimate areas and integrals.
square_arbq_rule, a Fortran90 code which returns quadrature rules, with exactness up to total degree 20, over the interior of the symmetric square in 2D, by Hong Xiao and Zydrunas Gimbutas.
square_felippa_rule, a Fortran90 code which returns the points and weights of a Felippa quadrature rule over the interior of a square in 2D.
square_integrals, a Fortran90 code which returns the exact value of the integral of any monomial over the interior of the unit square in 2D.
square_symq_rule, a Fortran90 code which returns symmetric quadrature rules, with exactness up to total degree 20, over the interior of the symmetric square in 2D, by Hong Xiao and Zydrunas Gimbutas.