Skip to content
Snippets Groups Projects
Commit a42c35f6 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

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.
parent 96d98cd2
Branches
Tags
Showing
with 1328 additions and 863 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment