MantisBT - Xdmf
View Issue Details
0009576Xdmfpublic2009-09-21 04:502009-09-21 04:50
jhgoebbert 
 
normalmajoralways
newopen 
0009576: XDMF-Reader and hdf5-hyperslabs (with x=1)
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>

Greetings
Jens
!!! I reported this in paraview-bug-list too, because I am not sure if it is a paraview or xdmf-lib bug !!!

* it seems to be problem with dimension x=1

No tags attached.
gz test.tar.gz (32,848) 2009-09-21 04:50
https://public.kitware.com/Bug/file/2472/test.tar.gz
Issue History
2009-09-21 04:50jhgoebbertNew Issue
2009-09-21 04:50jhgoebbertFile Added: test.tar.gz

There are no notes attached to this issue.