Skip to content

Remove GlobalNodeId generation in the parallel Ensight readers

The generation of GlobalNodeId in the parallel versions of the Ensight reader (vtkPEnSightGoldReader and vtkPEnSightGoldBinaryReader) can lead to duplicate ids. This is causing many filters to crash afterward (notably vtkGhostCellsGenerator and vtkRedistributeDatasetFilter).

As this logic is deprecated, we remove it to resolve the problem.

Edited by Thomas Galland

Merge request reports