Skip to content
Snippets Groups Projects
  1. Mar 21, 2019
    • Martin Bauer's avatar
      Separated modules into subfolders with own setup.py · 1e02cdc7
      Martin Bauer authored
      This restructuring allows for easier separation of modules into
      separate repositories later. Also, now pip install with repo url can be
      used.
      
      The setup.py files have also been updated to correctly reference each
      other. Module versions are not extracted from git state
      1e02cdc7
  2. Mar 18, 2019
  3. Mar 15, 2019
  4. Mar 12, 2019
  5. Mar 07, 2019
  6. Feb 26, 2019
    • Martin Bauer's avatar
      Random number generation support for pystencils · 6a01f3e2
      Martin Bauer authored
      - counter-based philox RNG: counter/key is filled with cell coordinate
        and optional external parameters like block position and time step
      - works on CPU and GPU - on CPU only for non-vectorized versions
      
      - introduced more flexible "CustomCodeNode" that can inject
        backend-specific hand-written code
      6a01f3e2
  7. Feb 18, 2019
  8. Feb 03, 2019
  9. Feb 01, 2019
  10. Jan 30, 2019
    • Martin Bauer's avatar
      More flexible boundary handling · f16eadea
      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
      f16eadea
  11. Jan 29, 2019
  12. Jan 28, 2019
  13. Jan 24, 2019
  14. Jan 23, 2019
  15. Jan 18, 2019
  16. Jan 11, 2019
  17. Jan 09, 2019
  18. Dec 10, 2018
  19. Dec 07, 2018