heated_plate_openmp_test, a C++ code which calls heated_plate_openmp(), which illustrates the use of OpenMP by employing an iteration that solves the 2D steady state heat equation.
The information on this web page is distributed under the MIT license.
heated_plate_openmp, a C++ code which solves the steady (time independent) heat equation in a 2D rectangular region, using OpenMP to run in parallel.