Hi,

I found the following bug.

The following grid becomes a
 4x8x16-xyz-grid,
but should become a
 16x8x4-xyz-grid.

Dimensions are always read as zyx instead of xyz,
if Topology-Type=3DCORECTMESH

Greetings
Jens

-------------------------

<?xml version="1.0" ?>
<!DOCTYPE Xdmf SYSTEM "Xdmf.dtd" []>
<Xdmf Version="2.0" xmlns:xi="http://www.w3.org/2001/XInclude"; >
 <Domain Name="test axes">
   <Grid Name="gridZYX" Type="Uniform">
     <Topology Type="3DCORECTMESH" Dimensions="16   8   4">  </Topology>
       <Geometry Type="ORIGIN_DXDYDZ">
        <DataItem DataType="Float" Dimensions="3" Format="XML">
         0   0   0
        </DataItem>
        <DataItem DataType="Float" Dimensions="3" Format="XML">
         1.0 1.0 1.0
        </DataItem>
       </Geometry>
   </Grid>
  </Domain>
</Xdmf>
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to