hpc2-2024 / programming-project-awesome_team

programming-project-awesome_team created by GitHub Classroom
0 stars 0 forks source link

Implement Jacobi iterative solver #1

Open TimoH447 opened 1 month ago

TimoH447 commented 1 month ago

And write a test that compares the convergence of jacobi with our multigrid

Jupyter01 commented 2 weeks ago

Can we close this?

TimoH447 commented 2 weeks ago

My idea was to do something like that you can add a flag when executing the mg code to get a side by side comparison of runtime/iteration number of jacobi and multigrid. Or maybe just writing a file from where you can execute jacobi similar to the mg method