View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015902ParaView(No Category)public2015-12-22 17:202016-07-25 21:56
ReporterAlan Scott 
Assigned ToT.J. Corona 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionno change required 
PlatformOSOS Version
Product Version4.4 
Target Version5.1Fixed in Version 
Summary0015902: Threshold failing for particles
DescriptionI am including a dataset of particle data. It has three variables, temperature, pizzas and vectors. Pizza goes from 0 to 4. Everything is 0, except there is one 1, one 2 one 3 and one 4. Threshold fails on pizza. This needs to be fixed.

Open file sampleUnstructuredGridParticles.vtk. All vars on, apply. Threshold on Pizza, from 0.5 to 4. No particles pass through this filter, but should.

Windows, local server, 4.4.0.



TagsNo tags attached.
ProjectSandia
Topic Name
Typeincorrect functionality
Attached Files? file icon sampleUnstructuredGridParticles.vtk [^] (16,444 bytes) 2015-12-22 17:20

 Relationships

  Notes
(0036099)
T.J. Corona (developer)
2016-06-23 15:12

The problem is not with ParaView, but with your dataset. It describes 52 cells: 51 cells have 10 points associated with them, and 1 has 2 points. The CELL_TYPES array identifies these cells as vertices (cell type 1), however, rather than poly-vertices (cell type 2). If you change this array to contain 2s, then the behavior is as you would expect (if "All Scalars" is selected, none of the cells pass because each cell has a point with pizza value 0; if "All Scalars" is not selected, the filter returns the cells that have the nonzero pizza values).
(0036583)
Alan Scott (manager)
2016-07-25 21:56

Correct, good catch! Closing bug.

 Issue History
Date Modified Username Field Change
2015-12-22 17:20 Alan Scott New Issue
2015-12-22 17:20 Alan Scott File Added: sampleUnstructuredGridParticles.vtk
2015-12-22 17:21 Alan Scott Target Version => 5.1
2016-06-23 15:08 T.J. Corona Assigned To => T.J. Corona
2016-06-23 15:12 T.J. Corona Note Added: 0036099
2016-06-23 15:12 T.J. Corona Status backlog => gatekeeper review
2016-06-23 15:12 T.J. Corona Resolution open => fixed
2016-07-12 17:17 T.J. Corona Status gatekeeper review => customer review
2016-07-12 17:17 T.J. Corona Resolution fixed => no change required
2016-07-25 21:56 Alan Scott Note Added: 0036583
2016-07-25 21:56 Alan Scott Status customer review => closed


Copyright © 2000 - 2018 MantisBT Team