OpenFOAM-4.x-lab/applications/utilities/postProcessing/graphics/PV3Readers/PV3FoamReader/vtkPV3Foam
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 Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
vtkOpenFOAMPoints.H Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
vtkOpenFOAMTupleRemap.H Replaced StaticAssert with the C++11 equivalent static_assert 2016-04-26 20:44:55 +01:00
vtkPV3Foam.C Standardized cell, patch and face loop index names 2016-04-25 10:28:32 +01:00
vtkPV3Foam.H Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00
vtkPV3FoamAddToSelection.H Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
vtkPV3FoamFaceField.H Standardized cell, patch and face loop index names 2016-04-25 10:28:32 +01:00
vtkPV3FoamFields.C Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00
vtkPV3FoamLagrangianFields.H Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
vtkPV3FoamMesh.C Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
vtkPV3FoamMeshLagrangian.C Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
vtkPV3FoamMeshSet.C Standardized cell, patch and face loop index names 2016-04-25 10:28:32 +01:00
vtkPV3FoamMeshVolume.C foamToVTK, PVFoamReader: Resolve problems converting VTK_WEDGE 2016-08-24 22:06:06 +01:00
vtkPV3FoamMeshZone.C Further standardization of loop index naming: pointI -> pointi, patchI -> patchi 2016-05-18 21:20:42 +01:00
vtkPV3FoamPatchField.H Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
vtkPV3FoamPointFields.H Updated headers 2016-04-30 21:53:19 +01:00
vtkPV3FoamTemplates.C Standardized cell, patch and face loop index names 2016-04-25 10:28:32 +01:00
vtkPV3FoamUpdateInfo.C boundaryField() -> boundaryFieldRef() 2016-04-24 22:07:37 +01:00
vtkPV3FoamUpdateInfoFields.H Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00
vtkPV3FoamUtils.C applications: Update ...ErrorIn -> ...ErrorInFunction 2015-11-10 17:53:31 +00:00
vtkPV3FoamVolFields.H Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00