Skip to content
Snippets Groups Projects
  1. Dec 16, 2016
  2. Dec 15, 2016
  3. Dec 14, 2016
    • Mark Olesen's avatar
      ENH: add ZoneMesh names(), sortedNames() methods · b0433d93
      Mark Olesen authored
      - similar to functionality available for IOobjectList, objectRegistry
      b0433d93
    • Mark Olesen's avatar
      BUG: foamToEnsight faceZones are mangled (issue #334) · fcd3f506
      Mark Olesen authored
      - was using the ids coming from the zones instead of the sorted order
        from ensightFaces, which led to a clash in the mesh point maps that
        were manifest as a jumbled order.
      
      BUG: missing newlines in foamToEnsight nfaced/nsided ASCII output
      
      - was correct for foamToEnsightParts, but not for foamToEnsight
      
      --
      * Many thanks to Justin Graupman for all of his testing,
        which has been a great help in isolating and fixing various issues.
      fcd3f506
    • Mark Olesen's avatar
      BUG: allocation mismatch in fluxSummary (issue #342) · 86c5f9e3
      Mark Olesen authored
      ENH: reduce number of variables, simplify code
      
      - Note: use boolList instead of scalarList for managing the face signs
        since its lazy evaluation can be convenient when sign information is
        not required.
      86c5f9e3