Skip to content
Snippets Groups Projects
  1. Jul 11, 2017
  2. Jul 10, 2017
  3. Jul 07, 2017
  4. Jul 06, 2017
  5. Jul 04, 2017
    • Mark OLESEN's avatar
      ENH: add -cellZone option to foamToVTK · 0caa1432
      Mark OLESEN authored
      0caa1432
    • Mark OLESEN's avatar
      ENH: lazier field loading in foamToVTK · d056f308
      Mark OLESEN authored
      - avoid loading surface fields if there are no faceZones
      
      - avoid pointMesh if there are no appropriate point fields
      d056f308
    • Mark OLESEN's avatar
      BUG: foamToVTK -cellSet produces rubbish or segfault (closes #516) · 23dbde18
      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).
      23dbde18
  6. Jun 29, 2017