quad2d_test, a C code which calls quad2d() to estimate an integral over a 2D region by using an product quadrature rule.
This program is intended as a starting point; both MPI and OpenMP can be used to make a parallel version.
The computer code and data files described and made available on this web page are distributed under the MIT license
quad2d, a C code which approximates an integral over a 2D region using a product quadrature rule, and is intended as a starting point for parallelization exercises.