WIP: Fluctuating MRT
This merge request copies @winterhalter's effort from the old lbmpy repository (https://i10git.cs.fau.de/software/pystencils/merge_requests/37). The main things that are still missing are tests and generalization to non-D3Q19.
I guess this still needs https://i10git.cs.fau.de/software/pystencils/merge_requests/26 to be brought forward from the old repository as it doesn't generate any RNG calls.
Fixes #2 (closed). Related to walberla/walberla#80 (closed).
Merge request reports
Activity
mentioned in merge request walberla/walberla!220 (merged)
The philox random number support is already available, https://i10git.cs.fau.de/software/pystencils/merge_requests/26 is not required any more.
Have a look at https://i10git.cs.fau.de/pycodegen/pystencils/blob/master/pystencils/rng.py#L115
I'll just put it into the Walberla pull request for now (walberla/walberla!220 (merged)); that's easier to work with. We can always split it off later.
Edited by Michael Kuron