Skip to content

selection improvements for PDC support

Utkarsh Ayachit requested to merge utkarsh.ayachit/vtk:selection-fixes into master

Adding a new type of selection: BLOCK_SELECTORS. This makes it possible to define selections using selectors for picking blocks rather than composite ids. This is necessary to address paraview/paraview#20904 (closed) since composite ids are never consistent across ranks for PDC.

Needed for paraview/paraview!5130 (merged)

Edited by Utkarsh Ayachit

Merge request reports