Porting working 2D-seq and 2D-mpi with MG

This commit is contained in:
2024-07-09 17:34:23 +02:00
parent d5053b96ea
commit ae6303b519
19 changed files with 488 additions and 32 deletions

View File

@@ -56,7 +56,7 @@ int main(int argc, char** argv)
nt++;
#ifdef VERBOSE
printf("TIME %f , TIMESTEP %f\n", t, solver.dt);
printf("TIME %f , TIMESTEP %f\n", t, d.dt);
#else
printProgress(t);
#endif