OpenFOAM-4.x/applications/utilities/postProcessing/graphics/PVReaders/PVFoamReader/vtkPVFoam
Henry Weller 5c32f339e3 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:06:06 +01:00
..
Make Patches contributed by Mattijs Janssens: 2016-05-15 16:36:48 +01:00
vtkOpenFOAMPoints.H Renamed PV4Readers -> PVReaders to avoid confusion when compiling the reader for ParaView-5 2016-02-10 21:12:49 +00:00
vtkOpenFOAMTupleRemap.H Replaced StaticAssert with the C++11 equivalent static_assert 2016-04-26 20:44:55 +01:00
vtkPVFoam.C Standardized cell, patch and face loop index names 2016-04-25 10:28:32 +01:00
vtkPVFoam.H Renamed PV4Readers -> PVReaders to avoid confusion when compiling the reader for ParaView-5 2016-02-10 21:12:49 +00:00
vtkPVFoamAddToSelection.H Renamed PV4Readers -> PVReaders to avoid confusion when compiling the reader for ParaView-5 2016-02-10 21:12:49 +00:00
vtkPVFoamFaceField.H Standardized cell, patch and face loop index names 2016-04-25 10:28:32 +01:00
vtkPVFoamFields.C Renamed PV4Readers -> PVReaders to avoid confusion when compiling the reader for ParaView-5 2016-02-10 21:12:49 +00:00
vtkPVFoamLagrangianFields.H Renamed PV4Readers -> PVReaders to avoid confusion when compiling the reader for ParaView-5 2016-02-10 21:12:49 +00:00
vtkPVFoamMesh.C Renamed PV4Readers -> PVReaders to avoid confusion when compiling the reader for ParaView-5 2016-02-10 21:12:49 +00:00
vtkPVFoamMeshLagrangian.C Renamed PV4Readers -> PVReaders to avoid confusion when compiling the reader for ParaView-5 2016-02-10 21:12:49 +00:00
vtkPVFoamMeshSet.C Standardized cell, patch and face loop index names 2016-04-25 10:28:32 +01:00
vtkPVFoamMeshVolume.C foamToVTK, PVFoamReader: Resolve problems converting VTK_WEDGE 2016-08-24 22:06:06 +01:00
vtkPVFoamMeshZone.C Further standardization of loop index naming: pointI -> pointi, patchI -> patchi 2016-05-18 21:20:42 +01:00
vtkPVFoamPatchField.H Renamed PV4Readers -> PVReaders to avoid confusion when compiling the reader for ParaView-5 2016-02-10 21:12:49 +00:00
vtkPVFoamPointFields.H GeometricField: Renamed internalField() -> primitiveField() and dimensionedInternalField() -> internalField() 2016-04-30 21:40:09 +01:00
vtkPVFoamTemplates.C Standardized cell, patch and face loop index names 2016-04-25 10:28:32 +01:00
vtkPVFoamUpdateInfo.C boundaryField() -> boundaryFieldRef() 2016-04-24 22:07:37 +01:00
vtkPVFoamUpdateInfoFields.H Renamed PV4Readers -> PVReaders to avoid confusion when compiling the reader for ParaView-5 2016-02-10 21:12:49 +00:00
vtkPVFoamUtils.C Renamed PV4Readers -> PVReaders to avoid confusion when compiling the reader for ParaView-5 2016-02-10 21:12:49 +00:00
vtkPVFoamVolFields.H Renamed PV4Readers -> PVReaders to avoid confusion when compiling the reader for ParaView-5 2016-02-10 21:12:49 +00:00