<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hi all,<br>
<br>
I'm using the python interface to run the example "t1.py". I tell it to generate a vtk file. The problem is that when I try to open it with Paraview I get the following error:<br>
<br>
<blockquote><font size="-1">Generic Warning: In /home/buildslave/dashboards/buildbot/paraview-pvbinsdash-linux-shared-release_superbuild/build/superbuild/paraview/src/VTK/IO/Legacy/vtkDataReader.cxx, line 1436</font><br>
<br>
<font size="-1">Error reading ascii data. Possible mismatch of datasize with declaration.</font><br>
<br>
<font size="-1">ERROR: In /home/buildslave/dashboards/buildbot/paraview-pvbinsdash-linux-shared-release_superbuild/build/superbuild/paraview/src/VTK/IO/Legacy/vtkUnstructuredGridReader.cxx, line 346</font><br>
<br>
<font size="-1">vtkUnstructuredGridReader (0x924c360): Unrecognized keyword: ,1</font><br>
</blockquote>
<br>
<br>
Also,  if I try to open with the python vtk module I get:<br>
<br>
<blockquote><font size="-1">ERROR: In /work/standalone-x64-build/VTK-source/IO/XMLParser/vtkXMLParser.cxx, line 399</font><br>
<font size="-1">vtkXMLDataParser (0x5647883f9170): Error parsing XML in stream at line 1, column 1, byte index 1: not well-formed (invalid token)</font><br>
<br>
<font size="-1">ERROR: In /work/standalone-x64-build/VTK-source/IO/XML/vtkXMLReader.cxx, line 491</font><br>
<font size="-1">vtkXMLUnstructuredGridReader (0x5647883fa010): Error parsing input file.  ReadXMLInformation aborting.</font><br>
<br>
<font size="-1">ERROR: In /work/standalone-x64-build/VTK-source/Common/ExecutionModel/vtkExecutive.cxx, line 784</font><br>
<font size="-1">vtkCompositeDataPipeline (0x5647882b6da0): Algorithm vtkXMLUnstructuredGridReader(0x5647883fa010) returned failure for request: vtkInformation (0x5647882ba290)</font><br>
<font size="-1">  Debug: Off</font><br>
<font size="-1">  Modified Time: 219</font><br>
<font size="-1">  Reference Count: 1</font><br>
<font size="-1">  Registered Events: (none)</font><br>
<font size="-1">  Request: REQUEST_INFORMATION</font><br>
<font size="-1">  ALGORITHM_AFTER_FORWARD: 1</font><br>
<p><font size="-1">  FORWARD_DIRECTION: 0</font></p>
</blockquote>
<p><br>
This seems strange to me since I'm not changing anything in t1.py except for the output format. Does anybody knows what's the reason of this problem?
<br>
</p>
<p>I would like to point out that at this point I'm just trying to visualize the meshes that I generate, so I would appreciate if you could also let me know of alternative "easy" ways to visualize .msh files.</p>
<p><br>
</p>
<p>Thank you very much.</p>
<p>Best,</p>
<p>David.<br>
</p>
</body>
</html>