Skip to content

ActKz/Wave-Equation-2D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wave Equation 2D

This project implement the model of 2-dimension water wave simulator with three version:

  • Sequential
  • Thread pool (using boost library)
  • CUDA

Data size

  • 100^2
  • 500^2
  • 1000^2
  • 5000^2
  • 10000^2

Usage

Don't print out data

make SIZE=100
./bin/100_wave_seq
./bin/100_wave_cuda
./bin/100_wave_threadpool

Print out data

make SIZE=100 PRINT=PRINT
./bin/100_wave_seq
./bin/100_wave_cuda
./bin/100_wave_threadpool

TODO: Add simulation to display wave animation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published