Initial working 2D-seq multigrid

This commit is contained in:
2024-01-09 21:25:28 +01:00
parent 872a4b0ddd
commit b859e1b4b1
14 changed files with 19056 additions and 19028 deletions

View File

@@ -259,7 +259,6 @@ void solve(Solver* solver)
double res = 1.0;
while ((res >= epssq) && (it < itermax)) {
res = 0.0;
for (int j = 1; j < jmax + 1; j++) {
for (int i = 1; i < imax + 1; i++) {