forked from moebiusband/NuSiF-Solver
Cleanup. Port MultiGrid to 3D-seq
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
typedef struct {
|
||||
int imax, jmax, kmax;
|
||||
double xlength, ylength, zlength;
|
||||
int itermax;
|
||||
double eps, omg;
|
||||
int itermax, levels;
|
||||
double eps, omg, rho;
|
||||
double re, tau, gamma;
|
||||
double te, dt;
|
||||
double gx, gy, gz;
|
||||
|
Reference in New Issue
Block a user