- 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
-
- 13 Nov, 2018 2 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- 29 Oct, 2018 1 commit
-
-
Martin Bauer authored
-
- 25 Oct, 2018 1 commit
-
-
Martin Bauer authored
-
- 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
-
- 16 Oct, 2018 1 commit
-
-
Martin Bauer authored
-
- 05 Jul, 2018 1 commit
-
-
Martin Bauer authored
-
- 03 Jul, 2018 1 commit
-
-
Martin Bauer authored
- separate lbmpy module - code generation for walberla - isolated code to generate a listlbm update rule from collision rule
-
- 28 May, 2018 1 commit
-
-
Martin Bauer authored
-
- 27 Apr, 2018 1 commit
-
-
Martin Bauer authored
-
- 24 Apr, 2018 1 commit
-
-
Jan Hönig authored
-
- 10 Apr, 2018 6 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
- test run again - notebooks not yet
-
Martin Bauer authored
-
Martin Bauer authored
- assignment collection - sympyextensions
-
Martin Bauer authored
- Previously sympy.Eq was used to represent assignments. However Eq represents equality not assignment. This means that sometimes sympy "simplified" an equation like a = a to True, -> replaced sp.Eq by pystencils.Assignment everywhere - renamed EquationCollection to AssignmentCollection
-
- 29 Mar, 2018 1 commit
-
-
Martin Bauer authored
- notebooks are considered in coverage analysis now -> custom notebook runner plugin adapted - added images for documentation
-
- 27 Mar, 2018 1 commit
-
-
Christian Godenschwager authored
-
- 22 Mar, 2018 1 commit
-
-
Martin Bauer authored
-
- 16 Feb, 2018 1 commit
-
-
Martin Bauer authored
- splitted existing LBM boundary handling into two parts: -> generic part , that is used for FD as well and moved it to pystencils -> LBM specific part - remained in lbmpy - bugfixes
-
- 06 Feb, 2018 3 commits
-
-
Martin Bauer authored
- now an lbMethod or updateRule can be passed in directly - made method/update rule/ast function independent i.e. no function uses the same parameters as on of the others
-
Martin Bauer authored
- 3 phase model works now with step sytem
-
Martin Bauer authored
- scaling interface width eta instead of surface tensions tau to correct interface profile & surface tensions
-
- 19 Jan, 2018 2 commits
-
-
Martin Bauer authored
- added rudimentary test to prevent these kind of problems
-
Martin Bauer authored
-
- 11 Jan, 2018 1 commit
-
-
Martin Bauer authored
-
- 11 Dec, 2017 1 commit
-
-
Martin Bauer authored
-
- 07 Nov, 2017 1 commit
-
-
Michael Kuron authored
-
- 27 Oct, 2017 1 commit
-
-
Christian Godenschwager authored
-
- 25 Oct, 2017 1 commit
-
-
Christian Godenschwager authored
-
- 24 Oct, 2017 3 commits
-
-
Christian Godenschwager authored
-
Martin Bauer authored
-
Michael Kuron authored
-
- 19 Oct, 2017 2 commits
-
-
Christian Godenschwager authored
-
Christian Godenschwager authored
-
- 10 Oct, 2017 1 commit
-
-
Martin Bauer authored
- renaming because of clashes with types.py from other packages
-
- 29 Sep, 2017 1 commit
-
-
Christian Godenschwager authored
-