🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Grid Based D3D11 NSE Water Simulation

Published June 08, 2009
Advertisement

Grid Based D3D11 NSE Water Simulation

Things have been a little too busy lately, but I managed to get my NSE Water Simulation updated to allow a grid based processing scheme. This allows the grid size to be significantly larger while still utilizing future GPU's hardware during processing. An updated video of the simulation can be seen here, which uses a 128 x 128 grid as opposed to the 32 x 32 grid from my previous video.

">Grid Based NSE Water Simulation Video


Here is also a still image of the simulation as well:



The processing elements are 16 x 16 groups, with a total of 8 x 8 groups in the simulation. The colors of the grids are alternated so that you can see what parts of the simulation are calculated together and which ones aren't. Overall, I am quite pleased with the final method, which also incorporated changes to the memory access patterns to reduce any thread contention.

I'm currently working on a full article discussing the implementation of the method and how it works, although it will likely be a few days or a week until it is finished. I'm currently unsure of how to get the article out there at the moment - I may publish it here, submit it to GDNet as an article, or use a mysterious option #3. I should decide in the next few days what avenue I will use, and I'll post here about what I come up with.

My plans for June are primarily to wrap up my thesis (I can't believe I'm nearing the end!) so my other development projects may be sparsely updated. However, after the thesis is done, I plan to make a strong push on my D3D11 renderer and to develop a few more samples for it so stay tuned!
0 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement