2D MPI enhanced solver

This commit is contained in:
2024-07-24 12:04:14 +02:00
parent f48927ce6f
commit 312af6f663
52 changed files with 4246 additions and 11 deletions

View File

@@ -98,7 +98,7 @@ static void advanceParticles(
if (!gridIsFluid(p->grid, newI, newJ)) {
p->particlePool[i].flag = false;
p->removedParticles++;
printf("Forbidden movement of particle into obstacle!\n");
// printf("Forbidden movement of particle into obstacle!\n");
}
}
}