<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>Hi there,</div>
<div><br>
</div>
<div>I’m attempting to write a parallel XML file to source unstructured data to read in Paraview (written from an in-house fortran CFD code). Everything works out of the box when I use zoo elements (hexahedra, tetrahedra, …), not so when using arbitrary polyhedra.</div>
<div><br>
</div>
<div>I’m attaching a sample test (a sphere discretized on a 16x16x16 lattice, see sphere1.png). The .vtu files I dump seem to be valid, for the external boundaries are displayed accurately when visualizing them separately (see attached sphere2.png to see the
 partitioning).</div>
<div><br>
</div>
<div>When loading the .pvtu file, however, the external boundary considers only the zoo elements (hex only, in this case), not the polyhedral cells. Paraview also crashes whenever I apply a filter, which suggests I’m doing something wrong.</div>
<div><br>
</div>
<div>I’m most likely missing something in the .pvtu file? I tried a few things, e.g. adding a <PCells/> element where with <PDataArray/>’s referencing the faces and faceoffsets arrays specific to polyhedral cells, but no success so far… Any input is much welcome
 at this point!</div>
<div><br>
</div>
<div>Thanks,</div>
<div>Vincent</div>
<div><br>
</div>
<div>PS: I’m using the 4.2.0 built of Paraview. The ASCII .vtu and .pvtu files I use are attached in a tarball.</div>
</body>
</html>