View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0006977VTK(No Category)public2008-05-07 09:002016-08-12 09:54
Reporterlantiga 
Assigned ToKitware Robot 
PrioritynormalSeveritytextReproducibilityN/A
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0006977: Wrong node numbering in vtkBiQuadraticQuadraticWedge documentation
DescriptionFor 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).

TagsNo tags attached.
Project
Type
Attached Files

 Relationships

  Notes
(0036972)
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-05-07 09:00 lantiga New Issue
2011-06-16 13:11 Zack Galbreath Category => (No Category)
2016-08-12 09:54 Kitware Robot Note Added: 0036972
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