# Heat Equation Assignment Heat Equation assignment in which participants learn about simple GPU performance analysis. Please refer to the "BSC_Assignment_Heat_Equation" PDF for the complete assignment. ## Credits Much of the source is derived from the CSC summer school, which can be found [here](https://github.com/csc-training/fortran-introduction/tree/master/heat-equation). The image output has been removed and the code structure has changed a little bit. Moreover, we added two GPU versions, one inefficient and one efficient.