heated_plate_test, a Fortran90 code which calls heated_plate(), which solves the steady state heat equation in a 2D rectangular region, and is intended as a starting point for implementing a parallel version. A contour plot of the solution is created using gnuplot().
The information on this web page is distributed under the MIT license.
heated_plate, a Fortran90 code which solves the steady (time independent) heat equation in a 2D rectangular region, and is intended as a starting point for implementing a parallel version.