项目作者: abaybektursun

项目描述 :
Simulating Heat Transfer with Finite Difference Method
高级语言: C++
项目地址: git://github.com/abaybektursun/heat_transfer.git
创建时间: 2016-11-10T14:07:48Z
项目社区:https://github.com/abaybektursun/heat_transfer

开源协议:

下载


Heat Transfer Simulation with Finite Difference Method

CPU folder has serial Fortran implementation. GPU folder has parallel CUDA version for NVIDIA GPUs. Heatmap randomly generated and video file produced as a result of the simulation.

Instructions:

To compile and run, follow these commands

  1. $ cd GPU # or CPU
  2. $ make
  3. $ ./run.sh

Requirements and Dependencies:

  • Linux System
  • NVIDIA GPU
  • CUDA Toolkit
  • OpenCV
  • FFmpeg
  • Standard developer build tools (like g++)