Skip to content
Snippets Groups Projects
  1. Mar 22, 2019
  2. Mar 21, 2019
  3. 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
  4. Feb 18, 2019
  5. Feb 04, 2019
  6. Feb 01, 2019
  7. 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
  8. Jan 29, 2019
  9. Jan 18, 2019
  10. Jan 10, 2019
  11. Jan 09, 2019
  12. Dec 05, 2018
  13. Dec 04, 2018
  14. Dec 03, 2018
  15. Nov 21, 2018
  16. Nov 16, 2018
  17. Nov 14, 2018
  18. Nov 13, 2018
  19. Oct 29, 2018
  20. 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
  21. Oct 25, 2018
  22. Oct 18, 2018
  23. Oct 02, 2018
  24. Sep 19, 2018
  25. Sep 08, 2018