[Paraview] XDMF bug since paraview 3.6.1

Jens jens-devel at gmx.de
Wed Sep 16 04:28:10 EDT 2009


Hi,

I use XDMF since a year with paraview 3.4.x.
But since 3.6.1 (precompiled version for linux) loading attributes from
hdf5-hyperslab fails :(

I attached a test-case with xmf- and h5-file.

The following part of my XDMF-file makes trouble since paraview 3.6.1

<Attribute Active="1" Type="Scalar" Center="Node" Name="data2D">
  <DataItem
         ItemType="HyperSlab"
         Dimensions="1   64   64"
         Type="HyperSlab">
     <DataItem
             Dimensions="3 3"
             Format="XML">
                 0    0    0
                 1    1    1
                 1   64   64
     </DataItem>
     <DataItem
             ItemType="Uniform"
             Format="HDF"
             NumberType="Float"
             Precision=" 8"
             Dimensions="1   64   64">
                  test_xmf.h5:/data2D
     </DataItem>
  </DataItem>
</Attribute>

I would be happy about any ideas, help, patches...

Greetings
Jens

-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.xmf
Type: text/xml
Size: 2148 bytes
Desc: not available
URL: <http://www.paraview.org/pipermail/paraview/attachments/20090916/e979d741/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test_xmf.h5
Type: application/octet-stream
Size: 35616 bytes
Desc: not available
URL: <http://www.paraview.org/pipermail/paraview/attachments/20090916/e979d741/attachment-0001.obj>


More information about the ParaView mailing list