forked from moebiusband/NuSiF-Solver
FIX: Missing rho definition in solver
This commit is contained in:
parent
e714bdd2c8
commit
c75266e9d3
@ -15,7 +15,7 @@ typedef struct {
|
|||||||
int jmaxLocal;
|
int jmaxLocal;
|
||||||
int rank;
|
int rank;
|
||||||
int size;
|
int size;
|
||||||
|
double rho;
|
||||||
double *p, *rhs;
|
double *p, *rhs;
|
||||||
double eps, omega;
|
double eps, omega;
|
||||||
int itermax;
|
int itermax;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user