Skip to content
Snippets Groups Projects
  1. Jul 06, 2017
  2. Jul 05, 2017
  3. Jul 04, 2017
  4. Jul 03, 2017
  5. Jul 05, 2017
  6. Jul 03, 2017
  7. Jul 04, 2017
    • Mark OLESEN's avatar
      ENH: add -cellZone option to foamToVTK · e62e34f0
      Mark OLESEN authored
      e62e34f0
    • Mark OLESEN's avatar
      ENH: lazier field loading in foamToVTK · c5bd5393
      Mark OLESEN authored
      - avoid loading surface fields if there are no faceZones
      
      - avoid pointMesh if there are no appropriate point fields
      c5bd5393
    • Mark OLESEN's avatar
      BUG: foamToVTK -cellSet produces rubbish or segfault (closes #516) · 6dd5a5f3
      Mark OLESEN authored
      - erroneous double logic for subset meshes.
      
        The underlying vtk::vtuCells uses a cellMap to map into a global
        field, which also allows handling of decomposed polyhedral cells.
      
        If a mesh subset is involved (eg, cellSet, cellZone), then the
        set/zone cellMap can be used to ensure that the original number is
        properly adjusted. For foamToVTK, the meshSubsetHelper already
        does the subsetting and is used when loading fields.
      
        Does not affect ParaView reader module since there we work on the
        full field and do the subsetting manually (using the cellMap).
      6dd5a5f3
  8. Jun 29, 2017
  9. Jun 28, 2017