I have troubles importing xdmf output to paraview.

This is an example of xdmf of 0th iteration.

<?xml version="1.0" ?>
<Xdmf>
 <Domain>
   <Grid Name="Grid" GridType="Uniform">
     <Topology TopologyType="2DRectMesh" Dimensions="1 82 221"/>
     <Geometry GeometryType="VXVYVZ">

       <DataItem Dimensions="1" NumberType="Float" Precision="4" Format="HDF">
        xdmf2d.h5:/Z
       </DataItem>

<DataItem Dimensions="83" NumberType="Float" Precision="4" Format="HDF">
xdmf2d.h5:/Y </DataItem>

<DataItem Dimensions="221" NumberType="Float" Precision="4" Format="HDF">
xdmf2d.h5:/X </DataItem> </Geometry>

      <Attribute Name="pressure" AttributeType="Scalar" Center="Cell">
        <DataItem Dimensions="82 220" NumberType="Float" Precision="4"
Format="HDF">
         xdmf2d.0.h5:/pressure
        </DataItem>
      </Attribute>

  </Grid>
 </Domain>
</Xdmf>


I have an error that paraview failed to import attribute. What could
be wrong? I have played around the parameters nothing helps.
_______________________________________________
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