ENH: paraview reader module with internal caching of the vtk geometries
- The reader module allows two levels of caching. The OpenFOAM fvMesh can be cached in memory, for faster loading of fields. Additionally, the translated VTK geometries are held in a local cache. The cached VTK geometries should incur no additional overhead since they use the VTK reference counting for their storage management.
Showing
- applications/utilities/postProcessing/graphics/PVReaders/PVFoamReader/PVFoamReader/PVFoamReader_SM.xml 24 additions, 14 deletions...s/PVReaders/PVFoamReader/PVFoamReader/PVFoamReader_SM.xml
- applications/utilities/postProcessing/graphics/PVReaders/PVFoamReader/PVFoamReader/pqFoamReaderControls.cxx 92 additions, 28 deletions...eaders/PVFoamReader/PVFoamReader/pqFoamReaderControls.cxx
- applications/utilities/postProcessing/graphics/PVReaders/PVFoamReader/PVFoamReader/pqFoamReaderControls.h 3 additions, 3 deletions...VReaders/PVFoamReader/PVFoamReader/pqFoamReaderControls.h
- applications/utilities/postProcessing/graphics/PVReaders/PVFoamReader/PVFoamReader/vtkPVFoamReader.cxx 2 additions, 3 deletions...s/PVReaders/PVFoamReader/PVFoamReader/vtkPVFoamReader.cxx
- applications/utilities/postProcessing/graphics/PVReaders/PVFoamReader/PVFoamReader/vtkPVFoamReader.h 4 additions, 4 deletions...ics/PVReaders/PVFoamReader/PVFoamReader/vtkPVFoamReader.h
- applications/utilities/postProcessing/graphics/PVReaders/PVFoamReader/vtkPVFoam/vtkPVFoam.C 69 additions, 72 deletions...ing/graphics/PVReaders/PVFoamReader/vtkPVFoam/vtkPVFoam.C
- applications/utilities/postProcessing/graphics/PVReaders/PVFoamReader/vtkPVFoam/vtkPVFoam.H 207 additions, 54 deletions...ing/graphics/PVReaders/PVFoamReader/vtkPVFoam/vtkPVFoam.H
- applications/utilities/postProcessing/graphics/PVReaders/PVFoamReader/vtkPVFoam/vtkPVFoamFieldTemplates.C 303 additions, 225 deletions...VReaders/PVFoamReader/vtkPVFoam/vtkPVFoamFieldTemplates.C
- applications/utilities/postProcessing/graphics/PVReaders/PVFoamReader/vtkPVFoam/vtkPVFoamFields.C 20 additions, 40 deletions...aphics/PVReaders/PVFoamReader/vtkPVFoam/vtkPVFoamFields.C
- applications/utilities/postProcessing/graphics/PVReaders/PVFoamReader/vtkPVFoam/vtkPVFoamMesh.C 328 additions, 137 deletions...graphics/PVReaders/PVFoamReader/vtkPVFoam/vtkPVFoamMesh.C
- applications/utilities/postProcessing/graphics/PVReaders/PVFoamReader/vtkPVFoam/vtkPVFoamMeshLagrangian.C 5 additions, 15 deletions...VReaders/PVFoamReader/vtkPVFoam/vtkPVFoamMeshLagrangian.C
- applications/utilities/postProcessing/graphics/PVReaders/PVFoamReader/vtkPVFoam/vtkPVFoamMeshVolume.C 125 additions, 41 deletions...cs/PVReaders/PVFoamReader/vtkPVFoam/vtkPVFoamMeshVolume.C
- applications/utilities/postProcessing/graphics/PVReaders/PVFoamReader/vtkPVFoam/vtkPVFoamTemplates.C 43 additions, 31 deletions...ics/PVReaders/PVFoamReader/vtkPVFoam/vtkPVFoamTemplates.C
- applications/utilities/postProcessing/graphics/PVReaders/PVFoamReader/vtkPVFoam/vtkPVFoamUpdateInfo.C 6 additions, 24 deletions...cs/PVReaders/PVFoamReader/vtkPVFoam/vtkPVFoamUpdateInfo.C
- applications/utilities/postProcessing/graphics/PVReaders/PVFoamReader/vtkPVFoam/vtkPVFoamUpdateTemplates.C 6 additions, 6 deletions...Readers/PVFoamReader/vtkPVFoam/vtkPVFoamUpdateTemplates.C
- applications/utilities/postProcessing/graphics/PVReaders/PVblockMeshReader/PVblockMeshReader/pqFoamBlockMeshControls.cxx 2 additions, 0 deletions...kMeshReader/PVblockMeshReader/pqFoamBlockMeshControls.cxx
- applications/utilities/postProcessing/graphics/PVReaders/PVblockMeshReader/vtkPVblockMesh/vtkPVblockMesh.C 3 additions, 13 deletions...Readers/PVblockMeshReader/vtkPVblockMesh/vtkPVblockMesh.C
- applications/utilities/postProcessing/graphics/PVReaders/PVblockMeshReader/vtkPVblockMesh/vtkPVblockMesh.H 8 additions, 9 deletions...Readers/PVblockMeshReader/vtkPVblockMesh/vtkPVblockMesh.H
- applications/utilities/postProcessing/graphics/PVReaders/PVblockMeshReader/vtkPVblockMesh/vtkPVblockMeshConvert.C 39 additions, 65 deletions.../PVblockMeshReader/vtkPVblockMesh/vtkPVblockMeshConvert.C
- applications/utilities/postProcessing/graphics/PVReaders/foamPv/foamPvCore.C 39 additions, 79 deletions...ies/postProcessing/graphics/PVReaders/foamPv/foamPvCore.C
Please register or sign in to comment