openfoam/applications/utilities/postProcessing/graphics/PVReaders/PVblockMeshReader/PVblockMeshReader
Mark Olesen a42c35f64b 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.
2017-05-24 17:12:49 +02:00
..
CMakeLists.txt COMP: drop FOAM_EXT_LIBBIN dependency for VTK-related items 2017-04-04 16:22:12 +02:00
pqFoamBlockMeshControls.cxx ENH: paraview reader module with internal caching of the vtk geometries 2017-05-24 17:12:49 +02:00
pqFoamBlockMeshControls.h ENH: paraFoam --help => immediate pass-through to paraview --help 2017-05-23 08:02:25 +02:00
PVblockMeshReader_SM.xml ENH: avoid deprecated paraview method SetImmediateUpdate() 2017-01-12 11:41:15 +01:00
vtkPVblockMeshReader.cxx STYLE: reduce number of small methods in paraview reader 2017-05-14 21:38:15 +02:00
vtkPVblockMeshReader.h COMP: use VTK_OVERRIDE on paraview methods 2017-05-18 13:21:48 +02:00