Select Git revision
lbmpy_tests
Forked from
pycodegen / lbmpy
447 commits behind, 1 commit ahead of the upstream repository.

Markus Holzer authored and
Martin Bauer
committed
The communication of the ghost layers used to communicate just all values in between one time step to make sure that everything is correct. Furthermore the communication was only valid for pull stream steps. The improved communication distinguishes automatically between pull and push and communicates only values which are needed. With this improvement it was possible to implement the EsoTwist streaming scheme.