View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000867VTK(No Category)public2004-05-21 22:032016-08-12 09:54
ReporterMathieu Malaterre 
Assigned ToKitware Robot 
PrioritylowSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0000867: vtkDataSetSurfaceFilter keeping internal face
DescriptionvtkDataSetSurfaceFilter does not remove internal faces of quadratic elements such as vtkQuadraticHexahedron. I attach a demo tcl + vtk dataset.
TagsNo tags attached.
Project
Type
Attached Files? file icon quadHex.vtk [^] (511 bytes) 1969-12-31 19:00
? file icon testDataSetSurface.tcl [^] (790 bytes) 1969-12-31 19:00
patch file icon surface.patch [^] (7,997 bytes) 1969-12-31 19:00 [Show Content]

 Relationships

  Notes
(0002128)
Mathieu Malaterre (developer)
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 (reporter)
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 (developer)
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 (administrator)
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.

 Issue History
Date Modified Username Field Change
2008-11-30 09:17 Mathieu Malaterre Assigned To Mathieu Malaterre => François Bertel
2008-11-30 20:14 François Bertel Assigned To François Bertel =>
2011-06-16 13:11 Zack Galbreath Category => (No Category)
2016-08-12 09:54 Kitware Robot Note Added: 0036728
2016-08-12 09:54 Kitware Robot Status expired => closed
2016-08-12 09:54 Kitware Robot Resolution open => moved
2016-08-12 09:54 Kitware Robot Assigned To => Kitware Robot


Copyright © 2000 - 2018 MantisBT Team