Skip to content

vtkDIYGhostUtilities: aborting when adjacency map is asymmetrical

Yohann Bearzi (Kitware) requested to merge yohann.bearzi/vtk:abort-ghosts into master

This scenario can happen if the user provides faulty global point ids. An asymmetrical adjacency map can cause a crash. So instead, we now double check symmetry while exchanging ghost data and abort if exchanges are not symmetrical

Fixes paraview/paraview#22191

Edited by Yohann Bearzi (Kitware)

Merge request reports