PV3FoamReader improvements
- various GUI properties are now animateable="0" (meaning they no longer show up on the time-line) - move reader switches to the bottom of the GUI - move Lagrangian fields above pointFields for better visibility - basic support for multiple clouds - filter fields based on selection before looping over all the geometry bits - mesh conversion functions now return VTK mesh types for easier handling - faceZones mesh conversion had points/faces allocation reversed - updateInfo with every call to setTime() that changes the timeIndex This seems to be the only way to notice Lagrangian fields - restore displaying patchnames that got forgotten in the last commit - misc reorganization
Showing
- applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/PV3FoamReader_SM.xml 187 additions, 189 deletions...graphics/PV3FoamReader/PV3FoamReader/PV3FoamReader_SM.xml
- applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/vtkPV3FoamReader.cxx 18 additions, 5 deletions...graphics/PV3FoamReader/PV3FoamReader/vtkPV3FoamReader.cxx
- applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/vtkPV3FoamReader.h 51 additions, 47 deletions...g/graphics/PV3FoamReader/PV3FoamReader/vtkPV3FoamReader.h
- applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/Make/files 8 additions, 8 deletions...stProcessing/graphics/PV3FoamReader/vtkPV3Foam/Make/files
- applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3Foam.C 116 additions, 130 deletions...Processing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3Foam.C
- applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3Foam.H 136 additions, 164 deletions...Processing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3Foam.H
- applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamAddToSelection.H 5 additions, 4 deletions...phics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamAddToSelection.H
- applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamConvertLagrangianFields.H 0 additions, 151 deletions...FoamReader/vtkPV3Foam/vtkPV3FoamConvertLagrangianFields.H
- applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamFaceField.H 32 additions, 11 deletions...g/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamFaceField.H
- applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamFields.C 332 additions, 0 deletions...sing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamFields.C
- applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamLagrangianFields.H 47 additions, 15 deletions...ics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamLagrangianFields.H
- applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamMesh.C 248 additions, 260 deletions...essing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamMesh.C
- applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamMeshLagrangian.C 31 additions, 44 deletions...phics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamMeshLagrangian.C
- applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamMeshPatch.C 13 additions, 10 deletions...g/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamMeshPatch.C
- applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamMeshSet.C 24 additions, 16 deletions...ing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamMeshSet.C
- applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamMeshVolume.C 29 additions, 37 deletions.../graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamMeshVolume.C
- applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamMeshZone.C 27 additions, 18 deletions...ng/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamMeshZone.C
- applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamPatchField.H 49 additions, 9 deletions.../graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamPatchField.H
- applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamPointFields.H 60 additions, 59 deletions...graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamPointFields.H
- applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamPoints.H 30 additions, 2 deletions...sing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamPoints.H
Please register or sign in to comment