Skip to content

Update VTK for new CONVERGECFD output dataset type

VTK update also brings in:

  • Fixes to some compiler warnings
  • Prevent segfault in vtkCollisionDetectionFilter.cxx if Update() isn't calle
  • Update VTK_ENABLE_VR_COLLABORATION setting
  • Add all to Python vtkmodules package
  • Be explicit when importing _vtkmodules_static
  • Increase efficiency in vtkRenderer and vtkViewport
  • Update HDF5 to address problems with h5tinit
  • vtkMergeVectorComponents: Handle SoA array types
  • vtkVortexCore: Parallelize operations for improved performance
  • vtkDIYUtilities: adding vtkStringArray support
  • vtkGhostCellsGenerator: fix slow filter
  • vtkDIYUtilities: adding vtkStringArray support

Merge request reports