Jacobi

Jacobi is a program written in C using pthreads to synchronize work. An input matrux acts as a hot plate that only has heat applied around the outside. After each iteration through the program the heat spreads out. The program is finished once the steady state is reached and the max difference from one iteration to the next is less than some epsilon. This program was fun to test because we tested on a large matrix (2048x2048).

Repository