Skip to content
Snippets Groups Projects
  1. Dec 09, 2022
    • Mark OLESEN's avatar
      ENH: support format readOptions for surfaceReader types (#2609) · 8afd6ff7
      Mark OLESEN authored
      - similar to surface writing formats, also support optional
        dictionary of reading options. The main beneficiary of this is the
        ensight surface reader:
      
        readOptions
        {
            ensight
            {
                masterOnly true;
            }
        }
      
        This will restrict reading to the master rank. Surfaces and values
        read will be broadcast to the other ranks, with the intention of
        reducing load on the filesystem.
      
      ENH: add writing of Dimensioned fields for areaWrite functionObject
      
      - can be useful for examining finite-area source terms
      8afd6ff7
    • Mark OLESEN's avatar
      ENH: bundle together freed/outstanding MPI request handling · b69db76b
      Mark OLESEN authored
      - improve communicator wrapping
      - avoid indexing errors when using partial subranks
      - UPstream::is_subrank (for testing partial subranks)
      b69db76b
  2. Dec 08, 2022
  3. Dec 07, 2022
  4. Dec 01, 2022