Skip to content
Snippets Groups Projects
Commit 93001e8b authored by Yohann Bearzi (Kitware)'s avatar Yohann Bearzi (Kitware)
Browse files

vtkRedistributeDataSetFilter: fixing handling of ghost points and cells

`vtkRedistributeDataSetFilter` was removing ghost cell and ghost point
arrays. This was not the correct behavior, as the filter can produce
duplicate cells. What needs to be done is to remove the duplicateness of
ghost points in the output, as the interface between partitions changes,
making them obsolete and wrong.

Adresses #22340
parent ea155dbb
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment