<div dir="ltr"><div><div><div>Thanks Kenneth, for you help.<br><br></div>I get the <span style="font-size:11pt;font-family:"Calibri",sans-serif;color:rgb(31,73,125)">vtkAlgorithm::CAN_HANDLE_<wbr>PIECE_REQUEST(), set 1 part. <br><br></span></div><span style="font-size:11pt;font-family:"Calibri",sans-serif;color:rgb(31,73,125)"><font color="#000000">But, what to do next. </font><br><br>How can i get the piece no, so that i can update the data for it.<br></span><br><span style="font-size:11pt;font-family:"Calibri",sans-serif;color:rgb(31,73,125)"><span style="font-size:11pt;font-family:"Calibri",sans-serif;color:rgb(31,73,125)">vtkmXMLPUnstructuredGridDataRe<wbr>ader is not doing me a great help.<br><br><br></span></span></div><span style="font-size:11pt;font-family:"Calibri",sans-serif;color:rgb(31,73,125)"><span style="font-size:11pt;font-family:"Calibri",sans-serif;color:rgb(31,73,125)">Sumeet<br></span></span></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Aug 15, 2016 at 12:57 PM, Moreland, Kenneth <span dir="ltr"><<a href="mailto:kmorel@sandia.gov" target="_blank">kmorel@sandia.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div link="blue" vlink="purple" lang="EN-US">
<div>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">I think the key you are looking for is vtkAlgorithm::CAN_HANDLE_<wbr>PIECE_REQUEST(), which you want to set to 1 to signify that you can provide multiple pieces. You
 might want to look at vtkmXMLPUnstructuredGridDataRe<wbr>ader for an example.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">If I remember correctly, this has recently been changed in VTK. It used to be that you would give the number of pieces you supported, but that functionality was
 not useful in practice and consequently readers reported that they could produce any number of pieces in order to be useful. Thus, the behavior was change to allow readers simply to report whether or not they support multiple pieces. Berk can probably provide
 more information.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d">-Ken<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><b><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">From:</span></b><span style="font-size:11.0pt;font-family:"Calibri",sans-serif"> Paraview-developers [mailto:<a href="mailto:paraview-developers-bounces@paraview.org" target="_blank">paraview-developers-<wbr>bounces@paraview.org</a>]
<b>On Behalf Of </b>sumeet kumar<br>
<b>Sent:</b> Monday, August 15, 2016 12:58 PM<br>
<b>To:</b> ParaView Developers <<a href="mailto:paraview-developers@paraview.org" target="_blank">paraview-developers@paraview.<wbr>org</a>><br>
<b>Subject:</b> [EXTERNAL] [Paraview-developers] Reading multiple files in parallel<u></u><u></u></span></p>
<p class="MsoNormal"><u></u> <u></u></p>
<div><span class="">
<div>
<div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt">Hello all, <u></u><u></u></p>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt">I have a number of files which contains information about pieces of unstructured mesh. For example :-<br>
<br>
t_2.h5.01.feioutput<br>
t_2.h5.03.feioutput<br>
t_2.h5.04.feioutput<br>
t_2.h5.05.feioutput<br>
t_2.h5.06.feioutput<br>
t_2.h5.07.feioutput<br>
t_2.h5.08.feioutput<br>
t_2.h5.09.feioutput<br>
t_2.h5.feioutput<u></u><u></u></p>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt">My reader can read each file individually but I want to read them all in parallel so that I can visualize the whole model. I looked at the
<a href="http://www.paraview.org/Wiki/Writing_ParaView_Readers" target="_blank">http://www.paraview.org/Wiki/<wbr>Writing_ParaView_Readers</a> and followed the steps for unstructured mesh.<u></u><u></u></p>
</div>
<p class="MsoNormal">When I try to set the number of pieces in Request Information function as this<br>
<br>
<span style="color:blue">vtkInformation* Node_Mesh = outVec->GetInformationObject(<wbr>0);<br>
Node_Mesh->Set(<wbr>vtkStreamingDemandDrivenPipeli<wbr>ne::MAXIMUM_NUMBER_OF_PIECES()<wbr>, 10);<br clear="all">
</span><u></u><u></u></p>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">I get the following error <br>
<br>
<span style="color:red">error: ‘MAXIMUM_NUMBER_OF_PIECES’ is not a member of ‘<wbr>vtkStreamingDemandDrivenPipeli<wbr>ne’<br>
  Node_Mesh->Set(<wbr>vtkStreamingDemandDrivenPipeli<wbr>ne::MAXIMUM_NUMBER_OF_PIECES()<wbr>, 10);</span><u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt">Also, it would be highly appreciated if anyone could show/(send me link) me to a sample example.<u></u><u></u></p>
</div>
<p class="MsoNormal">Regards<br clear="all">
<br>
-- <u></u><u></u></p>
</span><div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<p class="MsoNormal"><span style="border:solid windowtext 1.0pt;padding:0in"><img alt="Image removed by sender." border="0" height="31" width="200"></span><span style="font-size:9.5pt">         </span><u></u><u></u></p><span class="">
<div>
<p class="MsoNormal"><span style="font-size:9.5pt;font-family:"Trebuchet MS",sans-serif;color:#333333">Sumeet Kumar Sinha</span><u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><span style="font-family:"Trebuchet MS",sans-serif;color:#333333">Graduate Student</span><u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:9.5pt;font-family:"Trebuchet MS",sans-serif;color:#333333">Phone: (+1)</span><a href="tel:%28%2B91%29%209910516219" target="_blank"><span style="font-size:9.5pt;font-family:"Trebuchet MS",sans-serif;color:#1155cc"> </span></a><span style="font-size:9.5pt;font-family:"Trebuchet MS",sans-serif;color:#333333"><a href="tel:5306018271" value="+15306018271" target="_blank">5306018271</a></span><u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:9.5pt;font-family:"Trebuchet MS",sans-serif;color:#333333">Website : </span><a href="http://www.sumeetksinha.com/" target="_blank"><span style="font-size:9.5pt;font-family:"Trebuchet MS",sans-serif;color:#1155cc">http://www.sumeetksinha.com/</span></a><u></u><u></u></p>
</div>
</span></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>

</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div><span><img src="http://faculty.engineering.ucdavis.edu/ceetemplate/wp-content/uploads/2013/06/CEE75percent500w.jpg" style="font-size:12.8000001907349px" height="31" width="200"><span style="font-size:12.8000001907349px">         </span><br><div><font style="font-family:'trebuchet ms',sans-serif;font-size:12.8000001907349px;color:rgb(51,51,51)">Sumeet Kumar Sinha</font></div><div><span style="color:rgb(51,51,51);font-family:'trebuchet ms',sans-serif;font-size:small">Graduate Student</span></div><div><span style="font-size:12.8000001907349px;font-family:'trebuchet ms',sans-serif;color:rgb(51,51,51)">Phone: (+1)</span><a href="tel:%28%2B91%29%209910516219" value="+919910516219" style="font-size:12.8000001907349px;font-family:'trebuchet ms',sans-serif;color:rgb(17,85,204)" target="_blank"> </a><span style="font-size:12.8000001907349px;font-family:'trebuchet ms',sans-serif;color:rgb(51,51,51)">5306018271</span></div><div><span style="color:rgb(51,51,51);font-family:'trebuchet ms',sans-serif;font-size:12.8000001907349px">Website : </span><a href="http://www.sumeetksinha.com/" style="font-family:'trebuchet ms',sans-serif;font-size:12.8000001907349px;color:rgb(17,85,204)" target="_blank">http://www.sumeetksinha.com/</a></div></span></div></div></div></div></div></div></div></div>
</div>