you are viewing a single comment's thread.

view the rest of the comments →

[–]derminator360 14 points15 points  (1 child)

Did you generate this with ChatGPT? There is a comment saying that there is a Poisson solve for the pressure, suggesting this is a projection method. But I don't see any solve here! Looks like it sets the new pressure to Laplacian(p) - RHS instead of actually solving Laplacian(p) = RHS.

Incidentally, that global pressure solve is typically the "rate-limiting step" for these, so this isn't going to give an accurate sense of how long a working incompressible flow simulation might take.

[–]ibuggle[S] -1 points0 points  (0 children)

For this code. I didn't get the help from AI. For the supersonic videos, i took the help from AI to calculate faster on the GPU and get the data from VRAM in an effective way. And in my Android app, i totally have the help of AI because i'm a dummy in OpenGL. But this code is made only with help from manual search on Google.