MantisBT - VTK
View Issue Details
0006977VTK(No Category)public2008-05-07 09:002016-08-12 09:54
lantiga 
Kitware Robot 
normaltextN/A
closedmoved 
 
 
0006977: Wrong node numbering in vtkBiQuadraticQuadraticWedge documentation
For vtkBiQuadraticQuadraticWedge (a 18-noded wedge cell), the documentation reads:
The ordering of the 18 points defining the cell is point ids (0-5,6-15, 16-18) where point ids 0-5 are the six corner vertices of the wedge; followed by nine midedge nodes (6-15) and 3 center-face nodes. Note that these midedge nodes correspond lie on the edges defined by (0,1), (1,2), (2,0), (3,4), (4,5), (5,3), (0,3), (1,4), (2,5), and the center-face nodes are lieing in quads 16-(0,1,4,3), 17-(1,2,5,4) and (2,0,3,5).

which is wrong, since the maximum point id has to be 17, not 18.
The documentation section with correct numbering is the following:

The ordering of the 18 points defining the cell is point ids (0-5,6-14, 15-17) where point ids 0-5 are the six corner vertices of the wedge; followed by nine midedge nodes (6-14) and 3 center-face nodes. Note that these midedge nodes correspond lie on the edges defined by (0,1), (1,2), (2,0), (3,4), (4,5), (5,3), (0,3), (1,4), (2,5), and the center-face nodes are lieing in quads 15-(0,1,4,3), 16-(1,2,5,4) and 17-(2,0,3,5).

No tags attached.
Issue History
2008-05-07 09:00lantigaNew Issue
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:54Kitware RobotNote Added: 0036972
2016-08-12 09:54Kitware RobotStatusexpired => closed
2016-08-12 09:54Kitware RobotResolutionopen => moved
2016-08-12 09:54Kitware RobotAssigned To => Kitware Robot

Notes
(0036972)
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.