<div dir="ltr"><div><div><div>Hello all, <br><br></div>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<br><br></div>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.<br><br></div>When I try to set the number of pieces in Request Information function as this<br><br><span style="color:rgb(0,0,255)">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><div><br></div><div>I get the following error <br><br><span style="color:rgb(255,0,0)">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);<br></span></div><div><br></div><div>Also, it would be highly appreciated if anyone could show/(send me link) me to a sample example.<br><br></div>Regards<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.8px;" height="31" width="200"><span style="font-size:12.8px">         </span><br><div><font style="font-family:"trebuchet ms",sans-serif;font-size:12.8px;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.8px;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.8px;font-family:"trebuchet ms",sans-serif;color:rgb(17,85,204)" target="_blank"> </a><span style="font-size:12.8px;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.8px">Website : </span><a href="http://www.sumeetksinha.com/" style="font-family:"trebuchet ms",sans-serif;font-size:12.8px;color:rgb(17,85,204)" target="_blank">http://www.sumeetksinha.com/</a></div></span></div></div></div></div></div></div></div></div>
</div>