Skip to content

vtkIOSSReader: store ghost arrays as vtkUnsignedCharArray

Cory Quammen requested to merge cory.quammen/vtk:ioss-ghost-arrays into master

Interpret arrays named "vtkGhostType" as vtkUnsignedCharArray instead of double arrays. This enables ghost points and cells to be defined in Exodus files.

Backport: paraview/release

Edited by Cory Quammen

Merge request reports