- 12 May, 2021 1 commit
-
-
- 24 Mar, 2021 1 commit
-
-
Helen Schottenhamml authored
-
- 02 Feb, 2021 1 commit
-
-
- Now applying pre-simplification on CQE, too - Added zero and alias insertion - Bugfix
-
- 20 Jan, 2021 1 commit
-
-
- 06 Jan, 2021 1 commit
-
-
- 07 Dec, 2020 1 commit
-
-
- 09 Nov, 2020 1 commit
-
-
- Removed Test Notebooks - Fixed PeriodicityHandling API - Added GPU and OpenCL Periodic Pipe tests - A few more minor tweaks
-
- 21 Oct, 2019 1 commit
-
-
Martin Bauer authored
-
- 11 Jul, 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
-
- 01 Feb, 2019 1 commit
-
-
Martin Bauer authored
-
- 30 Jan, 2019 1 commit
-
-
Martin Bauer authored
boundary conditions can specify how the index list should be built: - list coordinates of domain or boundary cells (previous always inner) - list all links or only the first link
-
- 30 Apr, 2018 1 commit
-
-
Martin Bauer authored
-
- 18 Apr, 2018 1 commit
-
-
Martin Bauer authored
- boundaries with same name have not been displayed correctly
-
- 13 Apr, 2018 1 commit
-
-
Martin Bauer authored
- removed warnings - added flake8 as CI target
-
- 10 Apr, 2018 5 commits
-
-
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
-
- 05 Mar, 2018 1 commit
-
-
Martin Bauer authored
- in-kernel Neumann boundaries - flag-interface for boundary handling makes one flag field multiple boundary handlings possible - generator: support for bitwise logical operators
-
- 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 2 commits
-
-
Martin Bauer authored
- plotting - calculation of force on boundary - vtk outpu
-
Martin Bauer authored
- scaling interface width eta instead of surface tensions tau to correct interface profile & surface tensions
-
- 11 Jan, 2018 1 commit
-
-
Martin Bauer authored
- single function to create kernel for specified target - data type creation from string - reuse numpy functionality - bugfixes in dot display
-
- 11 Dec, 2017 1 commit
-
-
Martin Bauer authored
-
- 03 Dec, 2017 1 commit
-
-
Martin Bauer authored
-
- 02 Nov, 2017 1 commit
-
-
Martin Bauer authored
- added functions to compute force on boundary for generic boundary and NoSlip - simple calculations for serial scenarios - to distinguish between different obstacles, NoSlip boundaries can now be named
-
- 21 Oct, 2017 1 commit
-
-
Martin Bauer authored
-
- 10 Oct, 2017 1 commit
-
-
Martin Bauer authored
- renaming because of clashes with types.py from other packages
-
- 26 Jul, 2017 2 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- 17 Jun, 2017 1 commit
-
-
Martin Bauer authored
-
- 16 May, 2017 1 commit
-
-
Martin Bauer authored
- boundary conditions can now define their own state - boundary classes instead of functions - no boundary name any more (instead the identity is defined via instances) - updated tutorials accordingly - boundary handling now gets pdf numpy array instead of pystencils field
-
- 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)
-
- 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
-
- 02 Mar, 2017 1 commit
-
-
Martin Bauer authored
-
- 13 Feb, 2017 1 commit
-
-
Martin Bauer authored
-
- 09 Feb, 2017 2 commits
-
-
Martin Bauer authored
-
-