Skip to content

sissa/dssc_jacobi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Laplace Equation by Jacobi method

Background

Please refer to background

Makefile

  • make to compile
  • make run to compile and run
  • make plot to see the solution using gnuplot
  • make clean to clean up

Exercises

  1. Parallelize and optimize jacobi.c following these assignments

  2. Perform a performance analysis of the code scaling, provide scalability charts and a brief explanation (matrix size 1200 and 12000, 10 iterations)

Reference result (matrix size 60, 2000 iterations)

Initial distribution of temperature

Drawing

Final distribution of temperature (after 2000 iterations)

Drawing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published