<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hi!<br>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:<br><br>..<br>&lt;Grid Name="Curvilinear" GridType="Uniform"&gt;<br>&lt;Topology TopologyType="2DSMesh" Dimensions ="151 390" &gt;<br>&lt;/Topology&gt;<br>&lt;Geometry GeometryType="XYZ"&gt;<br>&lt;DataItem Name="Coordinates" DataType="Float" Precision="4" Dimensions="58890 3" Format="HDF"&gt;<br>c2d-T358-5500K-medium_00800.h5:/Curvilinear/Coordinates<br>&lt;/DataItem&gt;<br>&lt;/Geometry&gt;<br>..<br><br>scalar data looks like this:<br>..<br>&lt;Attribute Name="Fc" Type="Scalar" Center="Node"&gt;<br>&lt;DataItem DataType="Float" Precision="4" Dimensions="151 390" Format="HDF"&gt;<br>c2d-T358-5500K-medium_00800.h5:/Curvilinear/Fc<br>&lt;/DataItem&gt;<br>&lt;/Attribute&gt;<br>.. (this is read without problems)<br><br>and vector attribute data:<br><br>&lt;Attribute Name="xm_ym" Type="Vector" Center="Node"&gt;<br>&lt;DataItem DataType="Float" Precision="4" Dimensions="151 390 3" Format="HDF"&gt;<br>c2d-T358-5500K-medium_00800.h5:/Curvilinear/xm_ym<br>&lt;/DataItem&gt;<br>&lt;/Attribute&gt;<br><br>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:<br><span style="font-family: 'Courier'; font-size: 8.25pt; color: rgb(128, 0, 0);">&nbsp;<br>ERROR: In ..\..\..\ParaView3\VTK\Filtering\vtkDataSet.cxx, line 406</span>
<p style="margin: 0px; text-indent: 0px; font-family: 'Courier'; font-size: 8.25pt; color: rgb(128, 0, 0);">vtkStructuredGrid (06A97048): Point array xm_ym with 3 components, only has 19630 tuples but there are 58890 points</p><p style="margin: 0px; text-indent: 0px; font-family: 'Courier'; font-size: 8.25pt; color: rgb(128, 0, 0);"><br></p><p style="margin: 0px; text-indent: 0px; font-family: 'Courier'; font-size: 8.25pt; color: rgb(128, 0, 0);"><span style="font-family: 'Courier'; font-size: 8.25pt; color: rgb(128, 0, 0);">??</span></p><p style="margin: 0px; text-indent: 0px; font-family: 'Courier'; font-size: 8.25pt; color: rgb(128, 0, 0);"><br><span style="font-family: 'Courier'; font-size: 8.25pt; color: rgb(128, 0, 0);"></span></p><p style="margin: 0px; text-indent: 0px; font-family: 'Courier'; font-size: 8.25pt; color: rgb(128, 0, 0);"><span style="font-family: 'Courier'; font-size: 8.25pt; color: rgb(128, 0, 0);">thx,</span></p><p style="margin: 0px; text-indent: 0px; font-family: 'Courier'; font-size: 8.25pt; color: rgb(128, 0, 0);"><span style="font-family: 'Courier'; font-size: 8.25pt; color: rgb(128, 0, 0);">Natalie<br></span></p><br><br /><hr />¡Conoce el nuevo Calendario de Windows Live! <a href='http://calendar.live.com' target='_new'>¿Quieres tener un 2009 más organizado?</a></body>
</html>