<div dir="ltr"><div><div>I will second that recommendation.  I've used XDMF in this way (writing the HDF5 and XML parts manually) with multiple CFD codes.<br></div>You may also want to checkout the XDMF API as I'm sure they've made improvements since I started using XDMF 6 or 7 years ago.<br><br></div>-Andy<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 8, 2017 at 7:52 AM, Michael Jackson <span dir="ltr"><<a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">For our project (<a href="http://www.github.com/bluequartzsoftware/simpl" rel="noreferrer" target="_blank">http://www.github.com/bluequa<wbr>rtzsoftware/simpl</a>) we write .xdmf files that reference the hdf5 files that we natively write. We just rolled our own XDMF writer as it is just xml and we knew which of our datasets we wanted to expose in the XDMF file. The docs for the xdmf format are pretty light, especially when you want to hyperslab a dataset, but you can get through it.<br>
<br>
Just my 2 cents.<span class="HOEnZb"><font color="#888888"><br>
-- <br>
Michael A. Jackson<br>
BlueQuartz Software, LLC<br>
[e]: <a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a></font></span><div class="HOEnZb"><div class="h5"><br>
<br>
<br>
Frederic Perez wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi all,<br>
<br>
I am part of a development team for a scientific code, and we would<br>
like to make our code's output readable by Paraview. Unfortunately,<br>
there is no reasonable way we could have our code directly output to<br>
VTK formats for various reasons (performance, memory, etc.).<br>
Currently, the outputs are in HDF5 and have various structures: 1D to<br>
3D vector fields, 1D to 3D scalar fields, and particle lists.<br>
<br>
Being new to Paraview and  VTK, I have found three options for making<br>
our results usable:<br>
1) Write .xmf files that maps each of our individual pieces of data,<br>
so that the XDMF reader can import them.<br>
2) Write a plugin that will convert the HDF5 files to VTK files and read.<br>
3) Use Programmable Sources that extract the HDF5 data directly to VTK elements.<br>
<br>
Which one would you recommend? What are their qualities, especially in<br>
terms of versatility and stability? In addition, are they particularly<br>
hard to learn?<br>
<br>
Cheers<br>
Fred<br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensou<wbr>rce/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/ParaV<wbr>iew</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/mail<wbr>man/listinfo/paraview</a><br>
</blockquote>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensou<wbr>rce/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/ParaV<wbr>iew</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/mail<wbr>man/listinfo/paraview</a><br>
</div></div></blockquote></div><br></div>