MantisBT - ParaView
View Issue Details
0010413ParaViewBugpublic2010-03-12 10:232010-03-23 21:56
Zhanping Liu 
Zhanping Liu 
normalminorhave not tried
closedfixed 
Development 
 
0010413: Bug with vtkEnSightWriter about writing vector cell data
There is a bug with vtkEnSightWiriter.cxx about writing vector cell data.
Specifically, the loop order around the comment "write the Cell Data for this part" is not correct

Please look at the attached file:
1. I changed the for-loop order.
2. I added VTK_POLYGON and VTK_CONVEX_POINT_SET to the types of cells.

kenichiro yoshimi
No tags attached.
cxx vtkEnSightWriter_Yoshimi.cxx (37,383) 2010-03-12 10:23
https://www.vtk.org/Bug/file/7959/vtkEnSightWriter_Yoshimi.cxx
Issue History
2010-03-12 10:23Zhanping LiuNew Issue
2010-03-12 10:23Zhanping LiuFile Added: vtkEnSightWriter_Yoshimi.cxx
2010-03-12 10:25Zhanping LiuAssigned To => Zhanping Liu
2010-03-12 10:25Zhanping LiuStatusbacklog => tabled
2010-03-12 10:54Zhanping LiuNote Added: 0019856
2010-03-12 10:55Zhanping LiuStatustabled => @80@
2010-03-23 21:56Alan ScottNote Added: 0019995
2010-03-23 21:56Alan ScottStatus@80@ => closed
2010-03-23 21:56Alan ScottResolutionopen => fixed

Notes
(0019856)
Zhanping Liu   
2010-03-12 10:54   
According to the format regarding vector cell data, pp. 536, EnSight Manual Guide v8.2 (http://vis.lbl.gov/NERSC/Software/ensight/docs82/UserManual.pdf [^]), the loop order in the original code is wrong. Now a correct loop order is employed.

Also new cell types VTK_POLYGON and VTK_CONVEX_POINT_SET were added.

Changes were made to ParaView/VTK/Parallel/vtkEnSightWriter.cxx (new revision: 1.7; previous revision: 1.6).

Thank Kenichiro Yoshimi a lot for his contributions.
(0019995)
Alan Scott   
2010-03-23 21:56   
Assuming correct.