- 12 May, 2021 1 commit
-
-
- 31 Mar, 2021 1 commit
-
-
- 02 Feb, 2021 1 commit
-
-
- Now applying pre-simplification on CQE, too - Added zero and alias insertion - Bugfix
-
- 10 Jun, 2020 1 commit
-
-
Markus Holzer authored
-
- 28 Nov, 2019 5 commits
-
-
Martin Bauer authored
- "mrt" now takes relaxation rates [shear, bulk, 3rd order, 4th order..] - deprecated "mrt3": use orthogonalized mrt now - fixed wrong test
-
Michael Kuron authored
-
Michael Kuron authored
-
Michael Kuron authored
shear previously ignored the diagonal moments and bulk didn't exist
-
Michael Kuron authored
- orthogonalize automatically if no moments from literature are provided - must specify whether weighted or unweighted orthogonality is desired
-
- 21 Nov, 2019 1 commit
-
-
Michael Kuron authored
-
- 09 Aug, 2019 1 commit
-
-
Martin Bauer authored
-
- 15 Jul, 2019 1 commit
-
-
Martin Bauer authored
-
- 11 Jul, 2019 1 commit
-
-
Martin Bauer authored
-
- 05 May, 2019 1 commit
-
-
Martin Bauer authored
-
- 14 Apr, 2019 1 commit
-
-
Martin Bauer authored
- style changes marked by flake - using newest kerncraft version
-
- 03 Apr, 2019 1 commit
-
-
Christoph Rettinger 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
-
- 18 Feb, 2019 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
-
- 28 Apr, 2018 1 commit
-
-
Martin Bauer authored
-
- 13 Apr, 2018 1 commit
-
-
Martin Bauer authored
- removed warnings - added flake8 as CI target
-
- 11 Apr, 2018 1 commit
-
-
Martin Bauer authored
-
- 10 Apr, 2018 4 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
- test run again - notebooks not yet
-
Martin Bauer authored
- assignment collection - sympyextensions
-
- 22 Mar, 2018 1 commit
-
-
Martin Bauer authored
-
- 08 Feb, 2018 1 commit
-
-
Martin Bauer authored
- step class for LB phasefield generic enough to work with 3-phase and N-phase models - cahn hilliard can either be solved by LBM or by finite differences - 3 phase model can be solved with rho phase or without
-
- 06 Feb, 2018 1 commit
-
-
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
-
- 24 Oct, 2017 1 commit
-
-
Martin Bauer authored
-
- 26 Jul, 2017 1 commit
-
-
Martin Bauer authored
- write out macroscopic quantities to field, directly from sweep - use velocity from field ( for Advection-Diffusion schemes )
-
- 03 Jul, 2017 1 commit
-
-
Martin Bauer authored
-
- 11 Jun, 2017 1 commit
-
-
Martin Bauer authored
-
- 09 Jun, 2017 1 commit
-
-
Martin Bauer authored
-
- 02 May, 2017 1 commit
-
-
Martin Bauer authored
-
- 11 Apr, 2017 1 commit
-
-
Martin Bauer authored
previously the value was taken from the cell next to the boundary cell (i.e. the inner cell)
-
- 06 Mar, 2017 1 commit
-
-
Martin Bauer authored
-
- 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
-