openfoam/applications/utilities/postProcessing/dataConversion/foamToVTK
Mark Olesen 6dd5a5f35f BUG: foamToVTK -cellSet produces rubbish or segfault (closes #516)
- 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).
2017-07-04 13:19:16 +02:00
..
Make ENH: replace foamToVTK routines with library-level equivalents 2017-05-22 16:13:53 +02:00
findClouds.H ENH: reduce startup time for foamToVTK conversion 2016-09-23 18:45:06 +02:00
foamToVTK.C BUG: foamToVTK -cellSet produces rubbish or segfault (closes #516) 2017-07-04 13:19:16 +02:00
foamVtkLagrangianWriter.C COMP: writeVTK: label64 compilation 2017-06-15 12:31:37 +01:00
foamVtkLagrangianWriter.H ENH: consolidate vtk classes into 'Foam::vtk' namespace 2017-06-13 14:10:07 +02:00
foamVtkLagrangianWriterTemplates.C ENH: consolidate vtk classes into 'Foam::vtk' namespace 2017-06-13 14:10:07 +02:00
readFields.C ENH: replace foamToVTK routines with library-level equivalents 2017-05-22 16:13:53 +02:00
readFields.H ENH: replace foamToVTK routines with library-level equivalents 2017-05-22 16:13:53 +02:00