Skip to content
Snippets Groups Projects
  1. Jan 30, 2019
    • Martin Bauer's avatar
      More flexible boundary handling · 160123f5
      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
      160123f5
  2. Apr 30, 2018
  3. Apr 18, 2018
  4. Apr 13, 2018
  5. Apr 10, 2018
  6. Mar 05, 2018
    • Martin Bauer's avatar
      Boundary conditions · f9532aae
      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
      f9532aae
  7. Feb 16, 2018
    • Martin Bauer's avatar
      Boundary handling for Finite Differences · f19d0236
      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
      f19d0236
  8. Feb 06, 2018
  9. Jan 11, 2018
    • Martin Bauer's avatar
      pystencils cleanup · fded1b57
      Martin Bauer authored
      - single function to create kernel for specified target
      - data type creation from string - reuse numpy functionality
      - bugfixes in dot display
      fded1b57
  10. Dec 11, 2017
  11. Dec 03, 2017
  12. Nov 02, 2017
    • Martin Bauer's avatar
      Simple functions to compute force on boundary · 75b1d916
      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
      75b1d916
  13. Oct 21, 2017
  14. Oct 10, 2017
  15. Jul 26, 2017
  16. Jun 17, 2017
  17. May 16, 2017
    • Martin Bauer's avatar
      Big refactoring of lbmpy boundary handling · e01e1ae2
      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
      e01e1ae2
  18. Apr 11, 2017
  19. Mar 05, 2017
    • Martin Bauer's avatar
      lbmpy: various small improvements · b70791cf
      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
      b70791cf
  20. Mar 02, 2017
  21. Feb 13, 2017
  22. Feb 09, 2017