<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Hi!<br>Iīm trying to assign vector attribute data to my grid, thatīs what I put in my .xmf-File:<br><br>&lt;Attribute Name="XmYm" Type="Vector" Center="Node"&gt;<br>&lt;DataItem DataType="Float" Precision="4" Dimensions="41525 3" Format="HDF"&gt;<br>c2d-T100-8r_00001.h5:/Curvilinear/xm_ym<br>&lt;/DataItem&gt;<br>&lt;/Attribute&gt;<br><br>(Before that I specify my grid and that works, I tested it without the attribute data)<br><br>in my .h5 file the data is a 41525 array, i.e. 41525 rows and 3 columns specifying the x,y,z coordinate, and the values are correct. <br><br>trying to load it into paraview, paraview says:<br><span style="font-family: 'Courier'; color: rgb(128, 0, 0);">ERROR: In C:\berk\ReleaseBuilds\ParaView3\VTK\Filtering\vtkDataSet.cxx, line 399</span>
<p style="margin: 0px; text-indent: 0px; font-family: 'Courier'; color: rgb(128, 0, 0);">vtkStructuredGrid (05B65380): Point array XmYm with 3 components, only has 13841 tuples but there are 41525 points</p><p style="margin: 0px; text-indent: 0px; font-family: 'Courier'; color: rgb(128, 0, 0);"><br></p>


<p style="margin: 0px; text-indent: 0px; font-family: 'Courier'; color: rgb(128, 0, 0);">ERROR: In C:\berk\ReleaseBuilds\ParaView3\VTK\Filtering\vtkExecutive.cxx, line 757</p>
<p style="margin: 0px; text-indent: 0px; font-family: 'Courier'; color: rgb(128, 0, 0);">vtkCompositeDataPipeline (05EF6A30): Algorithm vtkPVGeometryFilter(05ECEF48) returned failure for request: vtkInformation (05F71348)</p>
<p style="margin: 0px; text-indent: 0px; font-family: 'Courier'; color: rgb(128, 0, 0);">  Debug: Off</p>
<p style="margin: 0px; text-indent: 0px; font-family: 'Courier'; color: rgb(128, 0, 0);">  Modified Time: 80061</p>
<p style="margin: 0px; text-indent: 0px; font-family: 'Courier'; color: rgb(128, 0, 0);">  Reference Count: 1</p>
<p style="margin: 0px; text-indent: 0px; font-family: 'Courier'; color: rgb(128, 0, 0);">  Registered Events: (none)</p>
<p style="margin: 0px; text-indent: 0px; font-family: 'Courier'; color: rgb(128, 0, 0);">  Request: REQUEST_DATA</p>
<p style="margin: 0px; text-indent: 0px; font-family: 'Courier'; color: rgb(128, 0, 0);">  ALGORITHM_AFTER_FORWARD: 1</p>
<p style="margin: 0px; text-indent: 0px; font-family: 'Courier'; color: rgb(128, 0, 0);">  KEYS_TO_COPY: UPDATE_BLOCKS</p>
<p style="margin: 0px; text-indent: 0px; font-family: 'Courier'; color: rgb(128, 0, 0);">  FROM_OUTPUT_PORT: 0</p>
<p style="margin: 0px; text-indent: 0px; font-family: 'Courier'; color: rgb(128, 0, 0);">  FORWARD_DIRECTION: 0</p><br>I donīt know why it says that there are just 13841 tuples. in my .h5 file there are 41525, looking at it with the hdfviewer. <br><br>Does anyone know whatīs the problem here?<br><br>thx,<br>NH<br><br><br /><hr />Express yourself instantly with MSN Messenger! <a href='http://clk.atdmt.com/AVE/go/onm00200471ave/direct/01/' target='_new'>MSN Messenger</a></body>
</html>