Skip to content
  1. Apr 19, 2022
  2. Apr 17, 2022
  3. Apr 04, 2022
  4. Apr 03, 2022
  5. Feb 18, 2022
  6. Feb 17, 2022
  7. Feb 15, 2022
  8. Feb 14, 2022
  9. Feb 10, 2022
  10. Jan 17, 2022
  11. Jan 16, 2022
  12. Dec 30, 2021
  13. Dec 13, 2021
  14. Dec 12, 2021
  15. Dec 07, 2021
  16. 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
  17. Nov 24, 2021
  18. Oct 20, 2021
  19. Oct 18, 2021
  20. Oct 07, 2021
  21. Oct 06, 2021
  22. Aug 16, 2021