- 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
-
- 27 Sep, 2017 1 commit
-
-
Martin Bauer authored
- fieldLayout parameter default was not really used - switched default field layout for sweeps that are generated for waLBerla, from a C to a Fortran layout (i.e. loops are ordered z,y,x from outer to inner, to match waLBerla fields)
-
- 26 Sep, 2017 3 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
- support for kernels that run over walberla ghost layers
-
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
-