<div dir="ltr"><div><div><div><div>Hi All! <br><br>I have a technique issue with displaying hdf5 file in paraview.  <br></div></div>I have to store a surface into hdf5 file and to display it in paraview. <br></div>The surface is made up by base grid triangles and planer graphs on each basegrid triangle.  The planar graphs in base grid triangle includes points and edges. <br>

</div><div>I store the coordinate of the vertex of base grid triangles in surface.h5:/xbasetrianglecoords<br>surface.h5:/ybasetrianglecoords<br>surface.h5:/zbasetrianglecoords<br>and the coordinate of nodes on planer graphs in <br>

surface.h5:/xnodescoords<br>surface.h5:/ynodescoords<br>surface.h5:/znodescoords<br><br></div><div>If I only need to display the base triangle coords, I would write the xdmf as<br>&lt;Geometry GeometryType=&quot;X_Y_Z&quot;&gt;<br>

&lt;DataItem Dimensions=&quot;318&quot; NumberType=&quot;Float&quot; Format=&quot;HDF&quot;&gt;<br>surface.h5:/xbasetrianglecoords<br>&lt;/DataItem&gt;<br>&lt;DataItem Dimensions=&quot;318&quot; NumberType=&quot;Float&quot; Format=&quot;HDF&quot;&gt;<br>

surface.h5:/ybasetrianglecoords<br>&lt;/DataItem&gt;<br>&lt;DataItem Dimensions=&quot;318&quot; NumberType=&quot;Float&quot; Format=&quot;HDF&quot;&gt;<br>surface.h5:/zbasetrianglecoords<br>&lt;/DataItem&gt;<br>&lt;/Geometry&gt;<br>
<br></div><div>What if I want to display both of them? <br></div><div>I tried to do this:<br>&lt;Geometry GeometryType=&quot;X_Y_Z&quot;&gt;<br>
&lt;DataItem Dimensions=&quot;1212&quot; NumberType=&quot;Float&quot; Format=&quot;HDF&quot;&gt;<br>surface.h5:/xbasetrianglecoords<br>
surface.h5:/xnodescoords<br>&lt;/DataItem&gt;<br>&lt;DataItem Dimensions=&quot;1212&quot; NumberType=&quot;Float&quot; Format=&quot;HDF&quot;&gt;<br>
surface.h5:/ybasetrianglecoords<br>
surface.h5:/ynodescoords<br>&lt;/DataItem&gt;<br>&lt;DataItem Dimensions=&quot;1212&quot; NumberType=&quot;Float&quot; Format=&quot;HDF&quot;&gt;<br>surface.h5:/zbasetrianglecoords<br>
surface.h5:/znodescoords<br>&lt;/DataItem&gt;<br>&lt;/Geometry&gt;<br><br></div><div>But it does no work. I am wondering if anyone on this list have any experience with this problem(put 2 hdf5 files in one entry)? <br><br>
</div><div>Best,<br></div><div>Xiaoxue<br></div></div>