Hello,<br><br>I am developing FEM based application. Where in I am using unstructured grid to display mesh.<br>Now I get output from the solver, as water surface elevation, and velocity information.<br><br>Consider, there are 'N' number of nodes. And i have output at all the N-number of points(nodes), which is<br>saved at every one hour. so, suppose I have 'M' number of sets of output data. Thus, to store these values, <br>I declare 'M' number of vtkDoubleArrays and add this array to my unstructured grid's point data.<br><br><br>i.e.   uGrid-&gt;GetPointData()-&gt;AddArray( arr );<br><br>Like this, i have 'M' number of sets for Water surface elevation, 'M' number of sets for velocity, and it may go on increasing.<br><br>Now once i store them in this manner, how can i use them, in order to display contours for a selected timestep of a selected parameter?<br><br>Now suppose, i want to view contours for Water surface elevation for 5th timestep ( or 5 set of output data ), then h
 ow can i simply use that 5th array<br>of Water Surface elevation which is stored in set of arrays in uGrid..??<br><br>i mean, the user will select a parameter( Water surface elevation, or velocity, velocity magnitude) and the timestep (1.... M )<br>and it should display contour..<br><br>Is this possible in VTK without reconstructing grid and contours..??<br><br>Thanks.<br><br>Regards<br>Rakesh Patil<br><br><br><div style="border-top:1px dashed #ccc; border-bottom:1px dashed #ccc; padding:5px;"><a href="http://mail.in.com/mails/new_reg.php?utm_source=invite&utm_medium=outgoing" style="font:13px arial; color:#1E56A1; text-decoration:none;">Dear <b>VTK !</b> Get Yourself a cool, short <b>@in.com</b> Email ID now!</a></div>