I am prototyping an AMR output, using programmable source. having trouble setting up the GhostArray. The following returns None:
grid0 = vtk.vtkUniformGrid() grid0.GenerateGhostArray(exts, True) ga = grid0.GetCellGhostArray() I am setting it this way instead of using vtkAMRBox because my input file already has the cell-data for the blanking. Problem is GetCellGhostArray() returns None. cf: https://blog.kitware.com/ghost-and-blanking-visibility-changes/ ----------------- Jean/CSCS <http://www.marin.nl/web/News/News-items/Specialist-course-for-EEDI-Verifiers-June-2024.htm>
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
