- 17 Nov, 2019 1 commit
-
-
Martin Bauer authored
-
- 13 Nov, 2019 1 commit
-
-
Martin Bauer authored
-
- 09 Aug, 2019 1 commit
-
-
Martin Bauer authored
-
- 11 Jul, 2019 1 commit
-
-
Martin Bauer authored
-
- 05 May, 2019 1 commit
-
-
Martin Bauer authored
-
- 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
-
- 29 Oct, 2018 1 commit
-
-
Martin Bauer authored
-
- 19 Sep, 2018 1 commit
-
-
Martin Bauer authored
- new functions to easily extract stencil coefficients and visualize them - Moved stencil functions from lbmpy to pystencils
-
- 05 Sep, 2018 1 commit
-
-
Martin Bauer authored
-
- 25 Jun, 2018 1 commit
-
-
Martin Bauer authored
-
- 27 Apr, 2018 1 commit
-
-
Martin Bauer authored
-
- 10 Apr, 2018 5 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
- test run again - notebooks not yet
-
Martin Bauer authored
- assignment collection - sympyextensions
-
Martin Bauer authored
- switched to google style docstrings - removed dead code - started to annotate types
-
- 22 Mar, 2018 1 commit
-
-
Martin Bauer authored
-
- 31 Jan, 2018 1 commit
-
-
Martin Bauer authored
-
- 21 Oct, 2017 1 commit
-
-
Martin Bauer authored
-
- 26 Sep, 2017 1 commit
-
-
Martin Bauer authored
-
- 09 Jun, 2017 3 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
- if moments have been passed in polynomial, not expanded form to computeContinuousMoments (or also cumulants) the results have been wrong. - in practice that affected orthogonalized MRT models
-
- 05 Mar, 2017 1 commit
-
-
Martin Bauer authored
- getShearRelaxationRate is a free function now -> works also with cumulant methods - better error message when calling kernels with wrong or too few parameters - entropic & incompressible is not working by default due to pdf shift -> added NotImplemented exception - new creation function for 'raw_mrt' where all relaxation rates can be independently specified - enhanced entropic creation funtion, supports omega output field now
-
- 21 Feb, 2017 1 commit
-
-
Martin Bauer authored
-
- 13 Feb, 2017 1 commit
-
-
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
-
- 10 Feb, 2017 1 commit
-
-
Martin Bauer authored
-
- 09 Feb, 2017 7 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
-
- all functions of these components tested & documented - various fixes - cuda tests only run if pycuda available - added missing dependencies to Dockerfile
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
- 08 Dec, 2016 1 commit
-
-
Martin Bauer authored
- possbility for custom ast nodes (debugging) - support for fields in boundary condition
-
- 24 Nov, 2016 2 commits
-
-
Martin Bauer authored
- wrote a new, separate lattice model for cumulants - tested with 2D LDC
-
Martin Bauer authored
-
- 21 Nov, 2016 1 commit
-
-
Martin Bauer authored
-
- 18 Oct, 2016 1 commit
-
-
Martin Bauer authored
+ debug nodes in AST + continuous moment function now also supports polynomial formulation
-
- 10 Oct, 2016 1 commit
-
-
Martin Bauer authored
- MRT support ( equivalence tested) - optional replacement of relaxation rates before compilation - removed very expensive simplify in lbm equation generation (not really necessary)
-