- 09 May, 2019 1 commit
-
-
Martin Bauer authored
they can be changed while the simulation is running
-
- 21 Mar, 2019 1 commit
-
-
Martin Bauer authored
This restructuring allows for easier separation of modules into separate repositories later. Also, now pip install with repo url can be used. The setup.py files have also been updated to correctly reference each other. Module versions are not extracted from git state
-
- 23 Jan, 2019 1 commit
-
-
Martin Bauer authored
- removed warnings from generated code - made generated code string deterministic, generating the same twice gives binary equally files now
-
- 14 Nov, 2018 1 commit
-
-
Martin Bauer authored
- small (length < 5) arrays with shape and stride information had to be memcpy'd to the GPU before every kernel call - instead of passing the information as arrays, the single elements are passed - leads to more function arguments, but simplifies GPU kernel calls -> changes in all backends required
-
- 23 Oct, 2018 1 commit
-
-
Martin Bauer authored
- Equilibrium class did not do "+1" density shift correctly - support for generating single precision models
-
- 18 Oct, 2018 1 commit
-
-
Martin Bauer authored
-
- 28 May, 2018 1 commit
-
-
Martin Bauer authored
-
- 24 Apr, 2018 1 commit
-
-
Jan Hönig authored
-
- 10 Apr, 2018 1 commit
-
-
Martin Bauer authored
- test run again - notebooks not yet
-
- 27 Mar, 2018 1 commit
-
-
Christian Godenschwager authored
-
- 29 Sep, 2017 1 commit
-
-
Christian Godenschwager authored
-
- 26 Sep, 2017 1 commit
-
-
Christian Godenschwager authored
-
- 20 Sep, 2017 1 commit
-
-
Martin Bauer authored
- works for 2D models now as well - moved lattice boltzmann code generation to lbmpy_walberla module
-