Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ParaView ParaView
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,842
    • Issues 1,842
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 89
    • Merge requests 89
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ParaView
  • ParaViewParaView
  • Issues
  • #13529

Closed
Open
Created Oct 16, 2012 by Kitware Robot@kwrobotOwner

stream tracer for multiblock requires same ordering of point data

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


The stream tracer filter when used with multiblock data sets requires that the vector is in the same index location of the point data of all leaf nodes of the multiblock. This shouldn't be the case as it should only use the name of the point data field to access the vector field used to do the trace with. To reproduce the problem:

  1. create a wavelet source
  2. create a clip filter
  3. create a calculator filter from the clip filter (use iHat as the input)
  4. create an elevation filter from the wavelet source
  5. create a calculator filter from the elevation filter (again can use iHat as the input)
  6. create a group data sets filter using the both calculator filters as inputs
  7. create a stream tracer filter

This will cause an error or crash with the following message: ERROR: In /home/acbauer/CODE/ParaView/ParaView/VTK/Common/Core/vtkDataArray.cxx, line 302 vtkDoubleArray (0x9ff5540): Cannot InterpolateValue from array of type float

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking