Skip to content
Snippets Groups Projects
  1. Apr 30, 2018
  2. Apr 28, 2018
  3. Apr 27, 2018
  4. Apr 18, 2018
  5. Apr 13, 2018
  6. Apr 10, 2018
  7. 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
  8. Feb 06, 2018
  9. 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