Skip to content

add functionality to reuse vtkGhostType

Roxana Bujack requested to merge bujack/vtk-m:reuseExistingVtkGhostType into master

In case an AMR dataset already comes with its own vtkGhostType and the user recomputes the AMR arrays, we first set the blanked bit to zero, but keep the other bits unchanged. Then we proceed as before. That way cells marked as Ghost maintain their flag.

Merge request reports