MantisBT - ParaView
View Issue Details
0012379ParaView(No Category)public2011-07-19 14:452011-07-22 14:15
Kyle Lutz 
Kyle Lutz 
normalminorhave not tried
closedfixed 
 
3.12 
TBD
add-clean-unstructured-grid-cell-filter
feature
0012379: Add clean unstructured grid cell filter
On Wed, Jun 29, 2011 at 4:50 PM, Randall Hand <randall.hand@gmail.com> wrote:
>>> I'm working with an Xdmf dataset in ParaView 3.10.1 that has multiple
>>> unstructured-grid blocks with overlap regions, however doens't seem to
>>> actually have "ghost" cells. This means when I extract an isosurface, I
>>> wind up with perfectly overlapping faces.
>>>
>>> I can use the Clean filter to eliminate coincident points, but but
>>> coincident faces. As an example, if I use the "Select Cells Through"
>>> option to select 2 triangles on an overlapping border, I get 4 points
>>> (normal for 2 triangles) but 5 cells, with perfect overlap. The results
>>> from an ASCII VTK File saved to disk:
>>>
>>> vtk output
>>> ASCII
>>> DATASET POLYDATA
>>> POINTS 4 float
>>> 1.37916 0.965356 0.21928
>>> 1.37129 0.964077 0.218481
>>> 1.37613 0.958331 0.219823
>>> 1.36947 0.958944 0.21948
>>> POLYGONS 5 20
>>> 3 0 1 2
>>> 3 2 1 3
>>> 3 0 1 2
>>> 3 2 1 3
>>> 3 2 1 3
>>>
>>> Is there any filter in ParaView capable of fixing this? Or does it have
>>> to be an arduously slow Python script to run in a Programmable Filter?
No tags attached.
Issue History
2011-07-19 14:45Kyle LutzNew Issue
2011-07-19 14:45Kyle LutzAssigned To => Kyle Lutz
2011-07-19 14:46Kyle LutzStatusbacklog => todo
2011-07-19 14:46Kyle LutzStatustodo => active development
2011-07-19 14:53Kyle LutzNote Added: 0027016
2011-07-19 14:53Kyle LutzTopic Name => add-clean-unstructured-grid-cell-filter
2011-07-19 14:53Kyle LutzStatusactive development => gatekeeper review
2011-07-19 14:53Kyle LutzFixed in Version => 3.12
2011-07-19 14:53Kyle LutzResolutionopen => fixed
2011-07-21 19:18Utkarsh AyachitNote Added: 0027052
2011-07-22 14:13Utkarsh AyachitStatusgatekeeper review => customer review
2011-07-22 14:13Utkarsh AyachitNote Added: 0027063
2011-07-22 14:15Utkarsh AyachitStatuscustomer review => closed

Notes
(0027016)
Kyle Lutz   
2011-07-19 14:53   
Merge topic 'add-clean-unstructured-grid-cell-filter' into next

6904ee7 Add vtkCleanUnstructuredGridCells filter
(0027052)
Utkarsh Ayachit   
2011-07-21 19:18   
Scheduled for gatekeeper review on Jul 22, 2011 at 2 pm EDT.
(0027063)
Utkarsh Ayachit   
2011-07-22 14:13   
Merged to git-master.