Hi,
I would like to use .pvtu to represent a multi-level unstructured grid by stating
===level 1 PVTU===
<VTKFile type="PUnstructuredGrid" version="0.1" byte_order="LittleEndian">
<PUnstructuredGrid GhostLevel="1">
<Piece Source="energy_1.0/nsp.pvtu"/>
<Piece Source="energy_2.0/nsp.pvtu"/>
</PUnstructuredGrid>
</VTKFile>
===level 0 PVTU (energy_1.0/nsp.pvtu)===
<VTKFile type="PUnstructuredGrid" version="0.1" byte_order="LittleEndian">
<PUnstructuredGrid GhostLevel="0">
<Piece Source="nsp_316.vtu"/>
...
<Piece Source="nsp_227.vtu"/>
</PUnstructuredGrid>
</VTKFile>
After constructing these PVTU's and VTU's, I opened the level 1 PVTU and got below errors:
ERROR: In ..\..\..\ParaViewSrc\VTK\IO\vtkXMLPDataReader.cxx, line 364
vtkXMLPUnstructuredGridReader (00000000055D5860): File for piece 0 cannot be read.
Note loading level 0 PVTU's and individual VTU's are of no error in ParaView. Did I miss anything? I could not find an example showing multi-level parallel VTK data construction. Would you please help? Thanks a lot.
Best,
8gpus
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Parallel-VTK-file-format-with-multiple-levels-tp3704520p3704520.html">Parallel VTK file format with multiple levels</a><br/>
Sent from the <a href="http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html">VTK - Users mailing list archive</a> at Nabble.com.<br/>