Skip to content

Add a basic mesh storer to CGNSReader

Mickael PHILIT requested to merge (removed):CGNSReader-mesh-caching into master
  • add vtkCGNSCache class to retrieve vtkPoints by their CGNS path

Basic implementation to tackle issue #18450 (closed) Caching the connectivity is also possible (vtkUnstructuredGrid are put in a vtkCGNSCache like the points) The cache container is very simple without a proper size limit policy.

Edited by Mickael PHILIT

Merge request reports