<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><Grid Name="Curvilinear" GridType="Uniform"><br><Topology TopologyType="2DSMesh" Dimensions ="151 390" ><br></Topology><br><Geometry GeometryType="XYZ"><br><DataItem Name="Coordinates" DataType="Float" Precision="4" Dimensions="58890 3" Format="HDF"><br>c2d-T358-5500K-medium_00800.h5:/Curvilinear/Coordinates<br></DataItem><br></Geometry><br>..<br><br>scalar data looks like this:<br>..<br><Attribute Name="Fc" Type="Scalar" Center="Node"><br><DataItem DataType="Float" Precision="4" Dimensions="151 390" Format="HDF"><br>c2d-T358-5500K-medium_00800.h5:/Curvilinear/Fc<br></DataItem><br></Attribute><br>.. (this is read without problems)<br><br>and vector attribute data:<br><br><Attribute Name="xm_ym" Type="Vector" Center="Node"><br><DataItem DataType="Float" Precision="4" Dimensions="151 390 3" Format="HDF"><br>c2d-T358-5500K-medium_00800.h5:/Curvilinear/xm_ym<br></DataItem><br></Attribute><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);"> <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>