<div dir="ltr"><div>Try something like this:<br><?xml version="1.0" encoding="utf-8"?><br><Xdmf xmlns:xi="<a href="http://www.w3.org/2001/XInclude">http://www.w3.org/2001/XInclude</a>" Version="3.0"><br>  <Domain><br>    <Grid Name="Grid"><br>      <Geometry Origin="" Type="ORIGIN_DXDYDZ"><br>        <DataItem DataType="Float" Dimensions="3" Format="XML" Precision="8">0 0 0</DataItem><br>        <DataItem DataType="Float" Dimensions="3" Format="XML" Precision="8">1 1 1</DataItem><br>      </Geometry><br>      <Topology Dimensions="256 256 256" Type="3DCoRectMesh"/><br>      <Attribute Center="Point" Name="JoesData" Type="Scalar"><br>        <DataItem DataType="UChar" Dimensions="256 256 256" Format="HDF">small_ds.hdf5:/myelin</DataItem><br>      </Attribute><br>    </Grid><br>  </Domain><br></Xdmf><br><br></div>If that doesn't work sent me the h5 offlist and I'll fix the above<br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>David E DeMarle<br>Kitware, Inc.<br>Principal Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-881-4909</div></div></div></div></div></div>
<br><div class="gmail_quote">On Thu, Jun 22, 2017 at 1:34 PM, Insley, Joseph A. <span dir="ltr"><<a href="mailto:insley@anl.gov" target="_blank">insley@anl.gov</a>></span> 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 trying to get a simple XDMF example working, but am having no success.  I must be doing something obvious wrong, but I’m not seeing it.  Here’s what the data looks like:<br>
<br>
$ h5dump -H ./small_ds.hdf5<br>
HDF5 "./small_ds.hdf5" {<br>
GROUP "/" {<br>
   DATASET "myelin" {<br>
      DATATYPE  H5T_STD_U8LE<br>
      DATASPACE  SIMPLE { ( 256, 256, 256 ) / ( 256, 256, 256 ) }<br>
   }<br>
}<br>
}<br>
<br>
And here’s the xdmf file I’m trying to use:<br>
<br>
<?xml version="1.0" ?><br>
<!DOCTYPE Xdmf SYSTEM "Xdmf.dtd" []><br>
<Xdmf Version="2.0" xmlns:xi="<a href="http://www.w3.org/2001/XInclude" rel="noreferrer" target="_blank">http://www.w3.org/<wbr>2001/XInclude</a>"><br>
<Domain><br>
<DataItem ItemType="Uniform"<br>
          Format="HDF"<br>
          NumberType="UInt"<br>
          Precision="1"<br>
          Dimensions="256 256 256"><br>
    small_ds.hdf5:/myelin<br>
</DataItem><br>
</Domain><br>
</Xdmf><br>
<br>
Choosing the Xdmf3 Reader or Xdmf3 Reader (Top Level Partition) results in an empty data set, where there are no point or cell arrays, and everything on the Information tab is listed as NA.<br>
Choosing the Xdmf Reader results in a seg fault.<br>
<br>
Any suggestions would be appreciated.<br>
<br>
Thanks<br>
joe<br>
<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/<wbr>opensource/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/<wbr>ParaView</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/<wbr>mailman/listinfo/paraview</a><br>
</blockquote></div><br></div>