Skip to content
Snippets Groups Projects
  1. Feb 18, 2019
  2. Jan 28, 2019
  3. Jan 24, 2019
  4. Jan 23, 2019
    • Martin Bauer's avatar
      waLBerla codegeneration improved · 5e6fe078
      Martin Bauer authored
      - removed warnings from generated code
      - made generated code string deterministic, generating the same twice
        gives binary equally files now
      5e6fe078
  5. Nov 14, 2018
    • Martin Bauer's avatar
      Pass field information (shape,stride) as single elements instead of arr · 9d8a7264
      Martin Bauer authored
      - small (length < 5) arrays with shape and stride information had to be
        memcpy'd to the GPU before every kernel call
      - instead of passing the information as arrays, the single elements are
        passed
      - leads to more function arguments, but simplifies GPU kernel calls
      
      -> changes in all backends required
      9d8a7264
  6. Nov 13, 2018
  7. Oct 29, 2018
  8. Oct 25, 2018
  9. Oct 23, 2018
  10. Oct 18, 2018
  11. Oct 16, 2018
  12. Jul 05, 2018
  13. Jul 03, 2018
    • Martin Bauer's avatar
      Sparse (List) LBM refactoring · e79e848e
      Martin Bauer authored
      - separate lbmpy module
      - code generation for walberla
      - isolated code to generate a listlbm update rule from collision rule
      e79e848e
  14. May 28, 2018
  15. Apr 27, 2018
  16. Apr 24, 2018
  17. Apr 10, 2018
  18. Mar 29, 2018
  19. Mar 27, 2018
  20. Mar 22, 2018
  21. Feb 16, 2018
    • Martin Bauer's avatar
      Boundary handling for Finite Differences · 32c9595d
      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
      32c9595d
  22. Feb 06, 2018
  23. Jan 19, 2018
  24. Jan 11, 2018
  25. Dec 11, 2017
  26. Nov 07, 2017
  27. Oct 27, 2017
  28. Oct 25, 2017
  29. Oct 24, 2017