forked from moebiusband/NuSiF-Solver
Add profiling and variants
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user