<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><Geometry GeometryType="X_Y_Z"><br>
<DataItem Dimensions="318" NumberType="Float" Format="HDF"><br>surface.h5:/xbasetrianglecoords<br></DataItem><br><DataItem Dimensions="318" NumberType="Float" Format="HDF"><br>
surface.h5:/ybasetrianglecoords<br></DataItem><br><DataItem Dimensions="318" NumberType="Float" Format="HDF"><br>surface.h5:/zbasetrianglecoords<br></DataItem><br></Geometry><br>
<br></div><div>What if I want to display both of them? <br></div><div>I tried to do this:<br><Geometry GeometryType="X_Y_Z"><br>
<DataItem Dimensions="1212" NumberType="Float" Format="HDF"><br>surface.h5:/xbasetrianglecoords<br>
surface.h5:/xnodescoords<br></DataItem><br><DataItem Dimensions="1212" NumberType="Float" Format="HDF"><br>
surface.h5:/ybasetrianglecoords<br>
surface.h5:/ynodescoords<br></DataItem><br><DataItem Dimensions="1212" NumberType="Float" Format="HDF"><br>surface.h5:/zbasetrianglecoords<br>
surface.h5:/znodescoords<br></DataItem><br></Geometry><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>