MantisBT - VTK
View Issue Details
0000867VTK(No Category)public2004-05-21 22:032016-08-12 09:54
Mathieu Malaterre 
Kitware Robot 
lowminoralways
closedmoved 
 
 
0000867: vtkDataSetSurfaceFilter keeping internal face
vtkDataSetSurfaceFilter does not remove internal faces of quadratic elements such as vtkQuadraticHexahedron. I attach a demo tcl + vtk dataset.
No tags attached.
? quadHex.vtk (511) 1969-12-31 19:00
https://www.vtk.org/Bug/file/5107/quadHex.vtk
? testDataSetSurface.tcl (790) 1969-12-31 19:00
https://www.vtk.org/Bug/file/5108/testDataSetSurface.tcl
patch surface.patch (7,997) 1969-12-31 19:00
https://www.vtk.org/Bug/file/5241/surface.patch
Issue History
2008-11-30 09:17Mathieu MalaterreAssigned ToMathieu Malaterre => François Bertel
2008-11-30 20:14François BertelAssigned ToFrançois Bertel =>
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:54Kitware RobotNote Added: 0036728
2016-08-12 09:54Kitware RobotStatusexpired => closed
2016-08-12 09:54Kitware RobotResolutionopen => moved
2016-08-12 09:54Kitware RobotAssigned To => Kitware Robot

Notes
(0002128)
Mathieu Malaterre   
2005-03-02 15:33   
Jean, I have added a patch to Bug 0000867 called surface.patch. I would like you to run it on your machine. And let me know about performance issues.

Thanks
Mathieu
(0002131)
Jean Favre   
2005-03-03 09:38   
I have made the following tests:

nb of hexaprisms | exec time
-----------------------------
    10,000 | 0.035 seconds
   100,000 | 0.345 seconds
 1,000,000 | 3.370 seconds
10,000,000 | Abort

Performance seems linear and that is great. The Abort is all I got for error message. The input file is 400 Mbytes, I have 2G available. I don't know yet why it crashes.

I would guess that the same hash table for the penta-prisms will work just fine.
(0002144)
Mathieu Malaterre   
2005-03-04 11:01   
NOTE:
vtkDataSetSurfaceFilter can be used on quad elements if first pass through vtkDataSetTriangleFilter + vtkCleanUnstructuredGrid.

Otherwise we need a patch similar to surface.patch but with a number of point = 9 (quadratic quad face)
(0036728)
Kitware Robot   
2016-08-12 09:54   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.