- Jan 30, 2019
-
-
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
-
- Apr 30, 2018
-
-
Martin Bauer authored
-
- Apr 18, 2018
-
-
Martin Bauer authored
- boundaries with same name have not been displayed correctly
-
- Apr 13, 2018
-
-
Martin Bauer authored
- removed warnings - added flake8 as CI target
-
- Apr 10, 2018
-
-
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
-
- Mar 05, 2018
-
-
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
-
- Feb 16, 2018
-
-
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
-
- Feb 06, 2018
-
-
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
-
- Jan 11, 2018
-
-
Martin Bauer authored
- single function to create kernel for specified target - data type creation from string - reuse numpy functionality - bugfixes in dot display
-
- Dec 11, 2017
-
-
Martin Bauer authored
-
- Dec 03, 2017
-
-
Martin Bauer authored
-
- Nov 02, 2017
-
-
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
-
- Oct 21, 2017
-
-
Martin Bauer authored
-
- Oct 10, 2017
-
-
Martin Bauer authored
- renaming because of clashes with types.py from other packages
-
- Jul 26, 2017
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- Jun 17, 2017
-
-
Martin Bauer authored
-
- May 16, 2017
-
-
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
-
- Apr 11, 2017
-
-
Martin Bauer authored
previously the value was taken from the cell next to the boundary cell (i.e. the inner cell)
-
- Mar 05, 2017
-
-
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
-
- Mar 02, 2017
-
-
Martin Bauer authored
-
- Feb 13, 2017
-
-
Martin Bauer authored
-
- Feb 09, 2017
-
-
Martin Bauer authored
-
-
Martin Bauer authored
-
Martin Bauer authored
-
-
Martin Bauer authored
-
-
Martin Bauer authored
-