HEATED_PLATE FORTRAN77 version A program to solve for the steady state temperature distribution over a rectangular plate. Spatial grid of 500 by 500 points. The iteration will repeat until the change is <= 0.100000 The steady state solution will be written to "sol_500x500.txt ". Iteration Change 1 18.7375 2 9.36874 4 4.09882 8 2.28958 16 1.13660 32 0.568201 64 0.282805 128 0.141777 181 0.999947E-01 Error tolerance achieved. CPU time = 5.68183 Solution written to the output file "sol_500x500.txt ". HEATED_PLATE: Normal end of execution.