Skip to content
Snippets Groups Projects
  1. Feb 07, 2024
  2. Feb 06, 2024
  3. Feb 02, 2024
  4. Feb 01, 2024
  5. Jan 31, 2024
  6. Jan 25, 2024
  7. Jan 24, 2024
  8. Jan 23, 2024
  9. Jan 19, 2024
    • Mark OLESEN's avatar
      BUG: SlicedGeometricField, slices into field instead of shallow copy (#3080) · ebe49d4c
      Mark OLESEN authored
      - regression introduced by e98acdc4
      
        Affected versions: (v2206, v2212, v2306, v2312)
      ebe49d4c
    • Mark OLESEN's avatar
      ENH: use updated globalIndex methods · 7cfd0530
      Mark OLESEN authored
      - range(proci) instead of localStart(proci), localSize(proci) combination.
        * does the same thing, can be used directly with various other
          routines for slicing etc.
      
          Eg,
             Foam::identity(globalNumbering.range(myProci))
      
      - globalIndex::calcOffset() instead of constructing a globalIndex and
        taking the localStart(). Avoids intermediate resizing and storing of
        an offsets table (which is then discarded) as well as the subsequent
        lookup into that table
      7cfd0530
  10. Jan 18, 2024
  11. Jan 17, 2024
  12. Jan 15, 2024
  13. Jan 11, 2024
  14. Jan 09, 2024