Skip to content
Snippets Groups Projects
  1. Mar 15, 2019
  2. Mar 07, 2019
  3. Feb 03, 2019
  4. Feb 01, 2019
  5. Dec 03, 2018
  6. Nov 21, 2018
  7. Oct 10, 2018
  8. Oct 02, 2018
  9. Jul 05, 2018
  10. May 14, 2018
  11. May 13, 2018
    • Martin Bauer's avatar
      Improved Vectorization · 501b2d7e
      Martin Bauer authored
      - support aligned load/stores
      - nontemporal stores
      - aligned memory allocation for arrays and temporary buffers
      501b2d7e
  12. May 07, 2018
  13. Apr 30, 2018
  14. Apr 28, 2018
  15. Apr 27, 2018
  16. Apr 18, 2018
  17. Apr 13, 2018
  18. Apr 10, 2018
  19. Feb 16, 2018
    • Martin Bauer's avatar
      Boundary handling for Finite Differences · ffcf6991
      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
      ffcf6991
  20. Feb 06, 2018
  21. Jan 11, 2018
    • Martin Bauer's avatar
      pystencils cleanup · c598dc78
      Martin Bauer authored
      - single function to create kernel for specified target
      - data type creation from string - reuse numpy functionality
      - bugfixes in dot display
      c598dc78