Skip to content
Snippets Groups Projects
  1. Nov 14, 2018
    • Martin Bauer's avatar
      Pass field information (shape,stride) as single elements instead of arr · 4b34c96c
      Martin Bauer authored
      - small (length < 5) arrays with shape and stride information had to be
        memcpy'd to the GPU before every kernel call
      - instead of passing the information as arrays, the single elements are
        passed
      - leads to more function arguments, but simplifies GPU kernel calls
      
      -> changes in all backends required
      4b34c96c
  2. Nov 13, 2018
  3. Oct 29, 2018
  4. 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
  5. Oct 25, 2018
  6. Oct 18, 2018
  7. Oct 02, 2018
  8. Sep 19, 2018
  9. Sep 08, 2018
  10. Sep 05, 2018
  11. Aug 15, 2018
  12. Jul 06, 2018
  13. Jul 05, 2018
  14. Jul 03, 2018
  15. Jul 02, 2018
  16. Jun 25, 2018
  17. Jun 20, 2018
  18. Jun 18, 2018
  19. Jun 15, 2018
  20. Jun 07, 2018