- 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
-
- 24 Mar, 2017 1 commit
-
-
Martin Bauer authored
-
- 21 Feb, 2017 2 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
- square channel benchmark for evaluating spurious currents in Poseuille flow - force model support in cumulant methods - option to set initial velocity field for simple serial scenarios - bugfix in simple force model
-
- 13 Feb, 2017 2 commits
-
-
This commit makes the Python code backwards compatible down to Python 2.7. Previously it would only run on Python 3.5 and up. Problems fixed included: - `time.perf_counter()` doesn't exist - all classes need to be new-style - `functools.lru_cache` doesn't exist - only the last argument to a function call can be `*`-expanded - the `nonlocal` keyword doesn't exist - metaclasses are used with a different syntax - `yield from` doesn't exist - `tempdir.TemporaryDirectory` doesn't exist - iterators need a `next()` method
-
Martin Bauer authored
-
- 09 Feb, 2017 6 commits
-
-
-
Martin Bauer authored
-
Martin Bauer authored
-
-
Martin Bauer authored
-
Martin Bauer authored
-