Skip to content
  1. Dec 05, 2021
    • nchristensen's avatar
      Make if_positive keep strides of then_ if known. (#523) · 631d938e
      nchristensen authored
      
      
      * Make if_positive keep strides of then_ if known.
      
      The previous version of `if_positive` always returns a C-ordered array even if `then_` is not C-ordered. This breaks artificial viscosity in Mirgecom when an array context uses a Fortran style data layout. This change makes the output have the same strides as `then_` if the shape of `then_` is known, otherwise it defaults to use the same layout as `criterion`.
      
      * Increment version
      
      * Resolve Flake8 failures
      
      * Use more idiomatic != in shape comparison
      
      Co-authored-by: default avatarAndreas Klöckner <inform@tiker.net>
      v2021.2.10
      631d938e
  2. Nov 24, 2021
  3. Oct 20, 2021
  4. Oct 18, 2021
  5. Oct 07, 2021
  6. Oct 06, 2021
  7. Aug 16, 2021
  8. Jul 07, 2021
  9. Jul 06, 2021
  10. Jun 30, 2021
    • Tim Gates's avatar
      docs: fix a few simple typos · a56281af
      Tim Gates authored and Andreas Klöckner's avatar Andreas Klöckner committed
      There are small typos in:
      - aksetup_helper.py
      - doc/types.rst
      - examples/black-hole-accretion.py
      - pyopencl/__init__.py
      - pyopencl/cl/pyopencl-random123/array.h
      
      Fixes:
      - Should read `unconditional` rather than `uncondtional`.
      - Should read `transferring` rather than `transfering`.
      - Should read `recipes` rather than `recipies`.
      - Should read `preferred` rather than `prefered`.
      - Should read `corresponding` rather than `correpsonding`.
      - Should read `arrays` rather than `arrrays`.
      
      Closes #500
      a56281af
  11. Jun 27, 2021
  12. Jun 26, 2021
  13. Jun 25, 2021
  14. Jun 24, 2021
  15. Jun 23, 2021
  16. Jun 21, 2021
  17. Jun 14, 2021
  18. Jun 13, 2021
  19. Jun 02, 2021
  20. May 30, 2021
  21. May 28, 2021
  22. May 23, 2021
  23. May 22, 2021
  24. May 21, 2021
  25. May 20, 2021