openfoam/applications/utilities/postProcessing/graphics/PVReaders
Henry Weller bf9c6b6d17 foamToVTK, PVFoamReader: Resolve problems converting VTK_WEDGE
- There will be triangles rendered inside the mesh (when
    surface-rendering), because one of the cell's triangles is defined
    as a quadrangle in VTK_WEDGE.

  - Therefore, this VTK_WEDGE representation is only used when
    decomposing the mesh, otherwise the correct representation is done
    by VTK_POLYHEDRON.

  - Furthermore, using VTK_PYRAMID gave worse result, because it renders
    2 triangles inside the mesh for the collapsed quadrangle, likely due
    to mismatch with the adjacent cell's face.

  - Using VTK_HEXAHEDRON was not tested in this iteration, given that it
    should give even worse results, when compared to using VTK_PYRAMID.

Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2099
2016-08-24 22:08:10 +01:00
..
PVblockMeshReader ParaView: GUI resource files in plugins are no longer supported 2016-08-16 08:46:39 +01:00
PVFoamReader foamToVTK, PVFoamReader: Resolve problems converting VTK_WEDGE 2016-08-24 22:08:10 +01:00
vtkPVReaders Renamed PV4Readers -> PVReaders to avoid confusion when compiling the reader for ParaView-5 2016-02-10 21:12:49 +00:00
Allwclean scripts: Reformat with consistent section separators 2016-02-15 18:30:24 +00:00
Allwmake wmake/Allwmake: Completed support for targetType 'objects' 2016-06-24 15:25:11 +01:00