<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; "><div><u><font color="#0066cc">when i include &quot;#include &lt;xdmf.h&gt;  in c code ,will it work?is xdmf part of vtk?</font></u></div>
<div><em><br></em><br>&gt;&gt;<i> use Xdmf with existing HDF5 data you just have to write an XML file  <br></i>&gt;&gt;<i> which describes the topology and geometry of the data set, and then  <br></i>&gt;&gt;<i> within that XML you can refer to the spot in the HDF5 file where the<br>
</i><br>&gt;&gt;<i> data resides. So, it&#39;s a pretty easy way to quickly get up and going<br></i><br>&gt;&gt;<i> with viewing your data.<br></i>as shown below <a href="http://www.visitusers.org/index.php?title=Using_XDMF_to_read_HDF5" target="_blank" style="color: rgb(42, 93, 176); ">http://www.visitusers.org/index.php?title=Using_XDMF_to_read_HDF5</a> . it wrote into xmf file (xml wrapper of xdmf which has hdf read).</div>
<div>any built in function rather than the one in the above website to convert hdf to xdmf for visualization in vtk?(it read xmf format)</div><div>any help?</div><div>there is an xdmf source at <a href="http://www.xdmf.org">http://www.xdmf.org</a>. </div>
<span class="Apple-style-span" style="border-collapse: separate; font-family: sans-serif; line-height: 19px; "><ol style="line-height: 1.5em; margin-top: 0.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 3.2em; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; list-style-image: none; ">
<li style="margin-bottom: 0.1em; ">mkdir MyXdmf</li><li style="margin-bottom: 0.1em; ">cd MyXdmf</li><li style="margin-bottom: 0.1em; ">cvs -d ... login</li><li style="margin-bottom: 0.1em; ">cvs -d ... co Xdmf This creates an Xdmf directory of the source code</li>
<li style="margin-bottom: 0.1em; ">mkdir Linux</li><li style="margin-bottom: 0.1em; ">cd Linux</li><li style="margin-bottom: 0.1em; ">cmake ../Xdmf</li><li style="margin-bottom: 0.1em; ">make</li></ol><div>right now i&#39;m completely under water about whether we need to install the xdmf? how do i compile xdmf? for hdf we just use h5pcc to compile it. how aboutxdmf? </div>
<div>help</div><div><br></div></span><div>i compiled as below.</div></span>