Skip to content
Snippets Groups Projects
  1. Jun 07, 2024
  2. Dec 20, 2023
  3. 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
  4. Dec 05, 2023
  5. Nov 14, 2023
  6. Nov 10, 2023
  7. Oct 13, 2023
    • Mark OLESEN's avatar
      ENH: minor updates for globalIndex · 35625659
      Mark OLESEN authored
      - explicit use of UPstream::worldComm in globalIndex methods
        for more clarity
      
      - adjust method declaration ordering:
        de-emphasize the processor-local convenience methods
      
      - consistent use of leading tag dispatch,
        remove unused enum-based dispatch tag
      
      - add begin()/cbegin() with offset (as per List containers)
      
      BUG: missing use of communicator in globalIndex gatherNonLocal
      
      - does not affect any existing code (which all use worldComm anyhow)
      35625659
  8. Oct 12, 2023
  9. Oct 11, 2023
  10. Oct 04, 2023
  11. Aug 29, 2023
  12. Jul 31, 2023
  13. Jul 27, 2023
  14. Jul 05, 2023
  15. Jun 01, 2023
  16. May 30, 2023
  17. May 18, 2023
  18. May 15, 2023
  19. May 09, 2023
  20. May 02, 2023
  21. Apr 25, 2023
  22. Apr 20, 2023
  23. Apr 13, 2023
  24. Apr 04, 2023
  25. Mar 23, 2023
    • Mark OLESEN's avatar
      STYLE: check tmp with is_reference() or movable(), instead of isTmp() · e68acbe3
      Mark OLESEN authored
      - missed consistency in a few places.
      
      - return nullptr (with automatic conversion to tmp) on failures
        instead of tmp<....>(nullptr), for cleaner coding.
      
      INT: add support for an 'immovable' tmp pointer
      
      - this idea is from openfoam.org, to allow creation of a tmp that is
        protected from having its memory reclaimed in field operations
      
      ENH: tmp NewImmovable factory method, forwards as immovable/movable
      e68acbe3
  26. Mar 10, 2023
  27. Feb 27, 2023
  28. Feb 21, 2023
  29. Feb 20, 2023