-
- Downloads
Enhance and optimize Xdmf2 reader and writer to support static meshes.
Reader now caches previous timestep dataset geometry and topology and do not read them again if new dataset use the same heavy datapath. Writer has a new property MeshStaticOverTime to specify that the mesh is static. If so, topology and geometry heavy data will be produced once at t=0 and will be reused for all time steps.
Showing
- IO/Xdmf2/vtkXdmfHeavyData.cxx 105 additions, 25 deletionsIO/Xdmf2/vtkXdmfHeavyData.cxx
- IO/Xdmf2/vtkXdmfHeavyData.h 4 additions, 4 deletionsIO/Xdmf2/vtkXdmfHeavyData.h
- IO/Xdmf2/vtkXdmfReader.cxx 37 additions, 2 deletionsIO/Xdmf2/vtkXdmfReader.cxx
- IO/Xdmf2/vtkXdmfReader.h 21 additions, 0 deletionsIO/Xdmf2/vtkXdmfReader.h
- IO/Xdmf2/vtkXdmfReaderInternal.cxx 20 additions, 4 deletionsIO/Xdmf2/vtkXdmfReaderInternal.cxx
- IO/Xdmf2/vtkXdmfReaderInternal.h 10 additions, 5 deletionsIO/Xdmf2/vtkXdmfReaderInternal.h
- IO/Xdmf2/vtkXdmfWriter.cxx 168 additions, 11 deletionsIO/Xdmf2/vtkXdmfWriter.cxx
- IO/Xdmf2/vtkXdmfWriter.h 27 additions, 0 deletionsIO/Xdmf2/vtkXdmfWriter.h
Loading
Please register or sign in to comment