MantisBT - ParaView
View Issue Details
0009052ParaViewBugpublic2009-05-19 12:182009-07-21 23:34
Peter Eckert 
Zhanping Liu 
normalminoralways
closedfixed 
Development 
 
0009052: Ensight Case File "Data per Element" not loaded
I am trying to import some data in Ensight case format into ParaView.
Among others (e.g. "vector per node"), my data contains "scalar per
element data". The files are ASCII-files.
Opening the case file in Paraview does not result in any error and
the cell data appears with the other data members in the Properties
tab of the Object Inspector. However, in the Information tab, the
element data does not appear (but e.g. the "vector per node" and also
"scalar per node" data apppears) and I can also not color using the
"scalar per element" data.
I tried it both with the "ensight"-format files as well as with
"ensight gold" format files. Also, I tested it with Paraview 3.4.0
(under both Ubuntu and Windows) and the development version 3.5.0
under Ubuntu.
No tags attached.
zip ensight_element_example.zip (387,390) 2009-05-19 12:18
https://www.vtk.org/Bug/file/7263/ensight_element_example.zip
zip CaseProblemResolved.zip (493,091) 2009-06-13 09:20
https://www.vtk.org/Bug/file/7324/CaseProblemResolved.zip
Issue History
2009-05-19 12:18Peter EckertNew Issue
2009-05-19 12:18Peter EckertFile Added: ensight_element_example.zip
2009-05-21 12:30Zhanping LiuAssigned To => Zhanping Liu
2009-05-21 12:30Zhanping LiuStatusbacklog => tabled
2009-06-13 09:20Peter EckertFile Added: CaseProblemResolved.zip
2009-06-15 13:22Zhanping LiuNote Added: 0016724
2009-06-15 13:23Zhanping LiuStatustabled => @80@
2009-07-21 23:34Alan ScottNote Added: 0016924
2009-07-21 23:34Alan ScottStatus@80@ => closed
2009-07-21 23:34Alan ScottResolutionopen => fixed

Notes
(0016724)
Zhanping Liu   
2009-06-15 13:22   
The reported issue was actually not a real bug, but instead due to wrong file formats of the dataset used. Based on the following excerpted response from the reporter, This issue may be closed now.

===excerpted response from the reporter====
"... I have taken your hint and changed my script to ensight gold case format. ... so I started to compare my files with the elements.case in the VTKData/Data/EnSight/ directory. It turned out that I had a few leading blanks in front of some keywords (e.g. ' part' instead of 'part') and also the second comment line in the .geo-file was blank. After changing both issues, Paraview now runs perfectly fine."
(0016924)
Alan Scott   
2009-07-21 23:34   
Closed as per the reporter of the bug.