Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
ParaView
ParaView
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,776
    • Issues 1,776
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 66
    • Merge Requests 66
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ParaView
  • ParaViewParaView
  • Issues
  • #3437

Closed
Open
Opened Jun 22, 2006 by Kitware Robot@kwrobotOwner

SNL: D3 mishandles global ids not vtkIdType

This issue was created automatically from an original Mantis Issue. Further discussion may take place here.


D3 always assumes that global ids are in a vtkIdTypeArray. If they are not, they are ignored by D3.

In some special cases, I think this is causing D3 to crash (that is, D3 is crashing and I think this is the cause). It happens when you have int global point ids and then have thresholded the data so that some processes have no data. If this is the case, D3 first does a quick distribution to make sure every process has some data (TestFixTooFewInputFiles method) and then a second distribution based on the kd-tree. During this second distribution, vtkPKdTree gets confused because some processes may be missing their global point id arrays and the number of arrays does not match up.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: paraview/paraview#3437