Navier Stokes #68
Unanswered
tonyzahtila
asked this question in
Q&A
Replies: 1 comment
-
Hi @tonyzahtila , There is an example of a 2D Semi-Lagrangian solver in https://github.com/NVIDIA/warp/blob/main/examples/example_fluid.py. This uses an iterative method (Jacobi) to solve the Poisson problem. You could swap this out for an FFT through another library like CuPy, though we may offer FFT as a built-in in the future. Cheers, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am just wondering if the NVIDIA/warp library would be appropriate for a Navier Stokes solver? Such a solver would require FFTs performed across multiple GPUs. I can see in the examples that most of the functionality required is present but not FFTs.
Kind regards.
Beta Was this translation helpful? Give feedback.
All reactions