Skip to content

Handle extracting outer faces.

Utkarsh Ayachit requested to merge utkarsh.ayachit/vtk:fix_extract_grid into master

vtkExtractStructuredGridHelper failed to extract cell data for outer face along any of the dimensions correctly. Fixed that.

Updated TestExtractRectilinearGrid to also test extracting outer face.

Addresses paraview/paraview#17410 (closed).

Merge request reports