Skip to content

vtkGhostCellsGenerator: respect input hidden ghosts

The ghost cells generator was not respecting input hidden ghosts for structured data sets, it was writing over the hidden ghost on exchanged ghosts. Ghosts are now editing using a binary or operator to preserve previous ghost state.

Adresses paraview/paraview#21336 (closed)

Merge request reports