<div dir="ltr">All,<div><br></div><div>Hopefully this is a simple question.  I&#39;m using xdmf with h5 files to store my mesh and view via paraview.  However, due to a recent change in my code, I now want to be able to specify &quot;NodeNumber XPosition YPosition ZPosition&quot; as a tuple for each node/point position in the mesh (it&#39;s unstructured) so that I can explicitly number the nodes.  Currently I do something like:</div>


<div><br></div><div><div>&lt;Geometry Type= &quot;X_Y_Z&quot;&gt;</div><div>&lt;DataItem Name=&quot;VX&quot; NumberType=&quot;Float&quot; Dimensions=&quot;1660&quot; Precision=&quot;8&quot; Format=&quot;HDF&quot;&gt;</div>


<div>points.h5:/Mesh/Xposition/</div><div>&lt;/DataItem&gt;</div><div>&lt;DataItem Name=&quot;VY&quot; NumberType=&quot;Float&quot; Dimensions=&quot;1660&quot; Precision=&quot;8&quot; Format=&quot;HDF&quot;&gt;</div><div>


points.h5:/Mesh/Yposition/</div><div>&lt;/DataItem&gt;</div><div>&lt;DataItem Name=&quot;VZ&quot; NumberType=&quot;Float&quot; Dimensions=&quot;1660&quot; Precision=&quot;8&quot; Format=&quot;HDF&quot;&gt;</div><div>points.h5:/Mesh/Zposition/</div>


<div>&lt;/DataItem&gt;</div><div>&lt;/Geometry&gt;</div></div><div><br></div><div>But this assume that the first x, y, and z in the file are meant to be for node 0, and node 0 is referenced in the topology section.  Now what I want to do is to be able to define for each x, y, z tuple the specific node number that those positions refer to. So explicit numbering rather than implicit numbering.  Can this be done with xdmf, I assume it can?  If not a massive amount of renumbering is needed.....</div>


<div><br></div><div>Any help really appreciated.</div><div><br></div><div>Cheers,</div><div>Andy</div></div>