Skip to content

Rename GhostArray in vtkParticleTracerBase output

vtkParticleTracerBase interpolate all input arrays, including ghost array.

However, the ghost arrya information in the particle output is incorrect.

This rename the ghost array by adding "Original_" in front of it so that other filters will not use it as an actual ghost array.

Edited by Mathieu Westphal (Kitware)

Merge request reports