- 10 Apr, 2018 4 commits
-
-
Martin Bauer authored
- assignment collection - sympyextensions
-
Martin Bauer authored
-
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
-
Martin Bauer authored
- switched to google style docstrings - removed dead code - started to annotate types
-
- 29 Mar, 2018 1 commit
-
-
Martin Bauer authored
- notebooks are considered in coverage analysis now -> custom notebook runner plugin adapted - added images for documentation
-
- 28 Mar, 2018 1 commit
-
-
Martin Bauer authored
-
- 22 Mar, 2018 1 commit
-
-
Martin Bauer authored
-
- 19 Mar, 2018 1 commit
-
-
Martin Bauer authored
-
- 15 Mar, 2018 1 commit
-
-
Martin Bauer authored
-
- 08 Mar, 2018 2 commits
-
-
Martin Bauer authored
label -> target ceIdx -> superscript
-
Martin Bauer authored
- merged finite difference functions into one function - put derivative operators from lbmpy into pystencils
-
- 06 Mar, 2018 1 commit
-
-
Martin Bauer authored
-
- 05 Mar, 2018 2 commits
-
-
Martin Bauer authored
-
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
-
- 15 Feb, 2018 1 commit
-
-
Martin Bauer authored
-
- 13 Feb, 2018 2 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- 12 Feb, 2018 1 commit
-
-
Martin Bauer authored
-
- 11 Feb, 2018 3 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
- compute forces from pressure tensor instead of mu field
-
Martin Bauer authored
- collide-stream is the theoretically correct order - streamCollide optimization is not valid in all settings (e.g. when coupling to other methods) - however, collide-stream is more expensive - since two sweeps have to be done
-
- 10 Feb, 2018 1 commit
-
-
Martin Bauer authored
- systematic derivation of pressure tensor - can be used alternatively to the chemical potential to obtain forces
-
- 09 Feb, 2018 2 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-
- 08 Feb, 2018 2 commits
-
-
Martin Bauer authored
-
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 10 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
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
- plotting - calculation of force on boundary - vtk outpu
-
Martin Bauer authored
-
Martin Bauer authored
- Step working for serial CPU scenarios
-
Martin Bauer authored
- scaling interface width eta instead of surface tensions tau to correct interface profile & surface tensions
-
- 31 Jan, 2018 1 commit
-
-
Martin Bauer authored
-
- 11 Jan, 2018 2 commits
-
-
Martin Bauer authored
-
Martin Bauer authored
-