hpc2-2024 / programming-project-awesome_team

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

Implement Output result after multigrid #26

Closed TimoH447 closed 2 months ago

TimoH447 commented 2 months ago

After execution the program should print out all important arguments which were used: i.e. grid size N, levels, dimension, smoother used, ... and the results: i.e. Number of iterations, error, is converged.

Jupyter01 commented 2 months ago

Added the following outputs:

TimoH447 commented 2 months ago

Wollen wir das in den Main mergen?