MantisBT - ParaView
View Issue Details
0010498ParaViewBugpublic2010-03-31 12:262011-09-01 13:31
Ken Moreland 
Andy Bauer 
normalminorhave not tried
closedfixed 
 
3.83.12 
0010498: Coprocessing plugin: Cannot read data written by MultiBlockDataSet Writer
Occurs when you use the coprocessing plugin to add a "Parallel MultiBlockDataSet Writer" and then export that script. When you run that script, you get .pvtm files. As near as I can tell the files are correct, but ParaView cannot read them.

I presume that the reader simply needs to be added to some XML file to show up in the supported readers list.
No tags attached.
tar material1_0.tar (40,960) 2010-03-31 15:17
https://www.vtk.org/Bug/file/8004/material1_0.tar
tar grid_dump_30.tar (163,840) 2010-03-31 15:33
https://www.vtk.org/Bug/file/8005/grid_dump_30.tar
Issue History
2010-03-31 12:26Ken MorelandNew Issue
2010-03-31 12:26Ken MorelandStatusbacklog => tabled
2010-03-31 12:26Ken MorelandAssigned To => Andy Bauer
2010-03-31 14:53Andy BauerNote Added: 0020039
2010-03-31 14:53Andy BauerStatustabled => @20@
2010-03-31 15:17Ken MorelandFile Added: material1_0.tar
2010-03-31 15:19Ken MorelandNote Added: 0020040
2010-03-31 15:19Ken MorelandStatus@20@ => tabled
2010-03-31 15:33Ken MorelandFile Added: grid_dump_30.tar
2010-03-31 15:39Ken MorelandNote Added: 0020041
2010-03-31 16:57Andy BauerNote Added: 0020043
2010-03-31 17:31Andy BauerNote Added: 0020045
2010-03-31 17:31Andy BauerStatustabled => @80@
2010-03-31 17:31Andy BauerFixed in Version => Development
2010-03-31 17:31Andy BauerResolutionopen => fixed
2010-04-01 09:33Ken MorelandStatus@80@ => closed
2010-04-01 09:33Ken MorelandNote Added: 0020049
2011-09-01 13:31Utkarsh AyachitFixed in VersionDevelopment => 3.12

Notes
(0020039)
Andy Bauer   
2010-03-31 14:53   
Could you send me the offending pvtm file? If I remember correctly, there was a problem with the parallel multiblock writer when there was more than one level of data objects.
(0020040)
Ken Moreland   
2010-03-31 15:19   
The offending files are attached in a tar.
(0020041)
Ken Moreland   
2010-03-31 15:39   
I just discovered that the files written by the parallel hierarchical box data writer are also not read. Again, ParaView does not seem to recognize the file extension (.pvth this time).

A script I wrote a month ago used the .vthb extension, and that seemed to work just fine. If I change my script to use the .vthb extension instead of .pvth, I can get it to work again. (I have only tried serial so far.)
(0020043)
Andy Bauer   
2010-03-31 16:57   
It's my mistake for the .pvth and .pvtm files. According to the writers they should be .vth and .vtm, respectively. It's currently updated to be like this in the repository but there's still some confusion about whether or not it should be .vth (as specified by the vtkXMLHierarchicalBoxDataWriter and also used by the parallel version) or .vthb as expected by paraview for reading in files (set in the readers.xml and writers.xml files). I'm following up on this second confusion and will let you know.
(0020045)
Andy Bauer   
2010-03-31 17:31   
I added in the .vth extension in the readers.xml file so that paraview will associate both vth (to be compatible with vtkXMLHierarchicalBoxDataWriter::GetDefaultFileExtension()) and vthb (to be backward compatible).
(0020049)
Ken Moreland   
2010-04-01 09:33   
Could you make sure these changes make it to the 3.8 branch?