I have the following configuration of geometry in XDMF file

<?xml version="1.0" ?><Xdmf>
 <Domain>
   <Grid Name="Grid" GridType="Uniform">
     <Topology TopologyType="2DRectMesh" Dimensions="220 82"/>
     <Geometry GeometryType="VXVY">
       <DataItem Dimensions="220" NumberType="Float" Precision="4" Format="HDF">
        xdmf2d.h5:/X
       </DataItem>
       <DataItem Dimensions="82" NumberType="Float" Precision="4" Format="HDF">
        xdmf2d.h5:/Y
       </DataItem>
     </Geometry>
   </Grid>
 </Domain></Xdmf>

In Paraview I that Z axis has a dimension of 220 and Y has 82, X -- 0.
Why is that? How can I fix it?

Thank you.
_______________________________________________
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

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to