Skip to content
Snippets Groups Projects
  1. Dec 19, 2024
  2. Jun 07, 2024
  3. Apr 29, 2024
  4. Apr 16, 2024
    • Mark OLESEN's avatar
      ENH: reduce reliance on stringListOps functions · 16dd92b3
      Mark OLESEN authored
      - findStrings, findMatchingStrings now mostly covered by matching
        intrinsics in wordRe and wordRes.
      
        Add static wordRes match() and matching() variants
      
      COMP: remove stringListOps include from objectRegistry.H
      
      - was already noted for removal (NOV-2018)
      16dd92b3
  5. Mar 07, 2024
    • Mark OLESEN's avatar
      ENH: replace listCombineReduce with equivalent · f6825c79
      Mark OLESEN authored
      - a few places still used listCombineReduce instead of
        newer constructs (eg allGatherList) with fewer MPI calls.
      
      - align triangulation handling of turbulentDFSEMInlet and
        patchInjectionBase with meshTools/triangulatedPatch
        (will ease future code refactoring)
      f6825c79
  6. Feb 21, 2024
  7. Feb 20, 2024
  8. Jan 19, 2024
    • 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
  9. Dec 20, 2023
  10. Dec 15, 2023
    • Mark OLESEN's avatar
      ENH: simplify construction of zero-sized Clouds · c9a9309b
      Mark OLESEN authored
      - use Foam::zero as a dispatch tag
      
      FIX: return moleculeCloud::constProps() List by reference not copy
      
      STYLE: range-for when iterating cloud parcels
      
      STYLE: more consistent typedefs / declarations for Clouds
      c9a9309b
  11. Dec 05, 2023
  12. Nov 10, 2023
  13. Oct 12, 2023
  14. Oct 11, 2023
  15. Oct 04, 2023
  16. Jul 31, 2023
  17. Jul 27, 2023
  18. Jul 05, 2023
  19. Jun 01, 2023
  20. May 30, 2023
  21. May 15, 2023
  22. May 09, 2023
  23. May 02, 2023
  24. Apr 25, 2023
  25. Apr 20, 2023
  26. Apr 13, 2023
  27. Apr 04, 2023
  28. Mar 10, 2023
  29. Feb 27, 2023
  30. Feb 21, 2023
  31. Feb 20, 2023
  32. Feb 14, 2023
  33. Feb 13, 2023