FIX: Missing rho definition in solver

This commit is contained in:
Erik Fabrizzi 2025-04-28 16:41:49 +02:00
parent e714bdd2c8
commit c75266e9d3

View File

@ -15,7 +15,7 @@ typedef struct {
int jmaxLocal;
int rank;
int size;
double rho;
double *p, *rhs;
double eps, omega;
int itermax;