-
- Downloads
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
Showing
- Filters/ParallelDIY2/Testing/Cxx/TestRedistributeDataSetFilter.cxx 34 additions, 7 deletions...arallelDIY2/Testing/Cxx/TestRedistributeDataSetFilter.cxx
- Filters/ParallelDIY2/vtkRedistributeDataSetFilter.cxx 12 additions, 3 deletionsFilters/ParallelDIY2/vtkRedistributeDataSetFilter.cxx
- Filters/ParallelDIY2/vtkRedistributeDataSetFilter.h 5 additions, 0 deletionsFilters/ParallelDIY2/vtkRedistributeDataSetFilter.h
Loading
Please register or sign in to comment