Add profiling and variants

This commit is contained in:
2023-06-18 13:55:23 +02:00
parent 9c8585c7bc
commit acc831e0b0
6 changed files with 65 additions and 28 deletions

View File

@@ -12,7 +12,7 @@ typedef struct {
double dx, dy;
int imax, jmax;
double *p, *rhs;
double eps, omega;
double eps, omega, rho;
int itermax;
} Solver;