Skip to content
Snippets Groups Projects
  1. Jul 22, 2017
  2. Jul 20, 2017
  3. Jul 19, 2017
  4. Jul 04, 2017
    • 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
  5. Jun 29, 2017
  6. Jun 28, 2017
  7. Jun 27, 2017