[Paraview] 2D Rectangular grid import of XDMF/HDF5 files

Canis Major canismajorwuff at gmail.com
Thu Mar 5 12:26:47 EST 2015


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20150305/41e55de7/attachment.html>


More information about the ParaView mailing list