Hi!
I still encounter problems with paraview when I want it to visualize vector 
attribute data. I put it in my Xdmf-File (the xmf-part) like this:

..
<Grid Name="Curvilinear" GridType="Uniform">
<Topology TopologyType="2DSMesh" Dimensions ="151 390" >
</Topology>
<Geometry GeometryType="XYZ">
<DataItem Name="Coordinates" DataType="Float" Precision="4" Dimensions="58890 
3" Format="HDF">
c2d-T358-5500K-medium_00800.h5:/Curvilinear/Coordinates
</DataItem>
</Geometry>
..

scalar data looks like this:
..
<Attribute Name="Fc" Type="Scalar" Center="Node">
<DataItem DataType="Float" Precision="4" Dimensions="151 390" Format="HDF">
c2d-T358-5500K-medium_00800.h5:/Curvilinear/Fc
</DataItem>
</Attribute>
.. (this is read without problems)

and vector attribute data:

<Attribute Name="xm_ym" Type="Vector" Center="Node">
<DataItem DataType="Float" Precision="4" Dimensions="151 390 3" Format="HDF">
c2d-T358-5500K-medium_00800.h5:/Curvilinear/xm_ym
</DataItem>
</Attribute>

looking at the h5-file with the hdfViewer, the dataset "xm_ym" has perfectly 
the dimensions I want it to have, i.e. "151 390 3", but opening it with 
paraview, paraview does not read all points, I get the following error:
 
ERROR: In ..\..\..\ParaView3\VTK\Filtering\vtkDataSet.cxx, line 406
vtkStructuredGrid (06A97048): Point array xm_ym with 3 components, only has 
19630 tuples but there are 58890 points
??
thx,Natalie


_________________________________________________________________
El doble de diversión: con Windows Live Messenger comparte fotos mientras 
charlas.
http://www.microsoft.com/windows/windowslive/products/messenger.aspx
_______________________________________________
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