Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 1.08 KB

README.md

File metadata and controls

12 lines (10 loc) · 1.08 KB

HeatEquation

CUDA/OpenGl interop for simulating steady-state heat distribution on a 2-D plate. Adapted from the book CUDA for Engineers by Stroti and Yurtoglu (https://www.amazon.fr/gp/product/013417741X?pf_rd_p=61e3aca3-2f4c-4ed4-8b56-08aa65c1d16f&pf_rd_r=5SKPWSN5NCC3SAXD8GEG)

REQUIRED: PLATFORM: Linux Mint 19.

use the Makefile to compile the code. Note that you will have to edit the Makefile according to your installation paths of the NVCC compiler. A bit of basic physics/mathematics is required to understand the actual implementation.