Skip to content
Snippets Groups Projects
  1. Mar 21, 2019
    • Martin Bauer's avatar
      Separated modules into subfolders with own setup.py · 41f3e83a
      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
      41f3e83a
  2. Feb 26, 2019
    • Martin Bauer's avatar
      Random number generation support for pystencils · b789f010
      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
      b789f010
  3. Feb 18, 2019
  4. Feb 04, 2019
  5. Feb 01, 2019
  6. 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
  7. Jan 29, 2019
  8. Jan 18, 2019
  9. Jan 10, 2019
  10. Jan 09, 2019
  11. Dec 05, 2018
  12. Dec 04, 2018
  13. Dec 03, 2018
  14. Nov 21, 2018
  15. Nov 16, 2018
  16. Nov 14, 2018
  17. Nov 13, 2018
  18. Oct 29, 2018
  19. Oct 26, 2018
    • Martin Bauer's avatar
      Fix in phasefield step external forces · 8595cdc7
      Martin Bauer authored
      - currently scalar multiplication (field-access * Matrix) does not work
        since sympy classifies field-accesses as iterable and tries matrix
        multiplication instead of scalar multiplication
      8595cdc7
  20. Oct 25, 2018
  21. Oct 18, 2018
  22. Oct 02, 2018
  23. Sep 19, 2018
  24. Sep 08, 2018
  25. Sep 05, 2018