[Paraview] urgent xdmf

winthan keshunli at gmail.com
Thu Nov 26 18:07:38 EST 2009


*when i include "#include <xdmf.h>  in c code ,will it work?is xdmf part of
vtk?*
*
*
>>* use Xdmf with existing HDF5 data you just have to write an XML file
*>>* which describes the topology and geometry of the data set, and then
*>>* within that XML you can refer to the spot in the HDF5 file where the
*
>>* data resides. So, it's a pretty easy way to quickly get up and going
*
>>* with viewing your data.
*as shown below
http://www.visitusers.org/index.php?title=Using_XDMF_to_read_HDF5 . it wrote
into xmf file (xml wrapper of xdmf which has hdf read).
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)
any help?
there is an xdmf source at http://www.xdmf.org.

   1. mkdir MyXdmf
   2. cd MyXdmf
   3. cvs -d ... login
   4. cvs -d ... co Xdmf This creates an Xdmf directory of the source code
   5. mkdir Linux
   6. cd Linux
   7. cmake ../Xdmf
   8. make

right now i'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?
help

i compiled as below.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20091126/0f10fa24/attachment-0001.htm>


More information about the ParaView mailing list