Skip to content

Latest commit

 

History

History

Laplace-Equation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Hi, this is code for solve Laplace Equation by Gauss-Seidel Iterative

Running

%%bash
nvcc main.cu
./a.out 0.0001 "result.txt"

Visualize

python draw_heat_map.py

Experiments

Results on CPU and GPU

Heat map