<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hello,<br>
<br>
I have some problem writing a .vtu file in XML format. It does not
open in Paraview and the error message is :<br>
<br>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span
style=" font-family:'Courier'; font-size:9pt; color:#800000;">ERROR:
In /build/buildd/paraview-3.14.1/VTK/Filtering/vtkExecutive.cxx,
line 756</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span
style=" font-family:'Courier'; font-size:9pt; color:#800000;">vtkPVCompositeDataPipeline
(0x220ce50): Algorithm vtkXMLUnstructuredGridReader(0x2212ab0)
returned failure for request: vtkInformation (0x1065580)</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span
style=" font-family:'Courier'; font-size:9pt; color:#800000;">
Debug: Off</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span
style=" font-family:'Courier'; font-size:9pt; color:#800000;">
Modified Time: 71455</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span
style=" font-family:'Courier'; font-size:9pt; color:#800000;">
Reference Count: 1</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span
style=" font-family:'Courier'; font-size:9pt; color:#800000;">
Registered Events: (none)</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span
style=" font-family:'Courier'; font-size:9pt; color:#800000;">
Request: REQUEST_INFORMATION</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span
style=" font-family:'Courier'; font-size:9pt; color:#800000;">
ALGORITHM_AFTER_FORWARD: 1</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span
style=" font-family:'Courier'; font-size:9pt; color:#800000;">
FORWARD_DIRECTION: 0</span></p>
<br>
Although I have searched and found similar issues in the archives of
the mailing, I can't manage to find out what I am doing wrong.<br>
<br>
I only want to store point location informations as well as cell
connectivities to visualize unstructured mesh made of triangles and
quads in paraview. Does anyone could have a look at my problem ?<br>
<br>
Here is the headers of my file :<br>
<br>
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%<br>
<br>
<div class="moz-signature"><?xml version="1.0"?><br>
<VTKFile type="UnstructuredGrid" version="0.1"
byte_order="BigEndian"><br>
<UnstructuredGrid><br>
<Piece NumberOfPoints=" 867"
NumberOfCells=" 976"><br>
<Points><br>
<DataArray type="Float64" NumberOfComponents="3"
Name="Point" format="ascii"><br>
0.000000000000000E+000-0.150000000000000E+002
0.000000000000000E+000<br>
-0.492403900000000E+001-0.150000000000000E+002
0.868241000000000E+000<br>
0.000000000000000E+000-0.150000000000000E+002-0.500000000000000E+001<br>
[...]<br>
-0.408073000000000E+001 0.150000000000000E+002
0.408662000000000E+000<br>
</DataArray><br>
</Points><br>
<Cells><br>
<DataArray type="Int32" Name="connectivity"
format="ascii"><br>
201<br>
205<br>
[...]<br>
80<br>
821<br>
</DataArray><br>
<DataArray type="Int32" Name="offsets"
format="ascii"><br>
3<br>
6<br>
9<br>
3674<br>
3678<br>
</DataArray><br>
<DataArray type="Int8" Name="types" format="ascii"><br>
5<br>
5<br>
[...]<br>
9<br>
9<br>
</DataArray><br>
</Cells><br>
</UnstructuredGrid><br>
</VTKFile><br>
<br>
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%<br>
<br>
I could also send the entire file for testing purpose.<br>
<br>
Best wishes !<br>
François.<br>
<br>
</div>
<div class="moz-signature">-- <br>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<title></title>
-------------------------------------------------------------------------------<br>
<b>François Rongère</b><br>
<i>PhD., Research Engineer</i><br>
<br>
Hydrodynamics, Energetics and Atmospheric Environment Laboratory<br>
LHEEA - CNRS UMR6598<br>
<br>
<i>Ocean Energy and Ocean Waves Group</i><br>
<br>
<b>Ecole Centrale de Nantes</b><br>
1 rue de la Noe - BP92101<br>
44321 Nantes Cedex 3<br>
FRANCE<br>
<br>
<br>
Web : <a class="moz-txt-link-freetext" href="http://www.ec-nantes.fr">http://www.ec-nantes.fr</a><br>
-------------------------------------------------------------------------------<br>
<br>
<br>
</div>
</body>
</html>