aboutsummaryrefslogtreecommitdiff
path: root/random_velocities.py
AgeCommit message (Collapse)Author
2020-03-27Reenable 2D supportAdrian Kummerlaender
2020-03-27Start tidying up new featuresAdrian Kummerlaender
2020-03-27Add wire box, enable depth testingAdrian Kummerlaender
2020-03-27Fake spheres using point sprite shadingAdrian Kummerlaender
2020-03-26Prototype port to 3DAdrian Kummerlaender
What is it with OpenCL @ GPU and arrays of 3-dimensional vectors?! Luckily I vaguely remembered encountering this problem before when implementing my OpenCL LBM code but why on earth is the compiler not warning about this? I guess the underlying reason has to do with the data alignment requirements on the GPU but still...
2020-03-25Add example for random initial velocitiesAdrian Kummerlaender