<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"Trebuchet MS";
        panose-1:2 11 6 3 2 2 2 2 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<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_PIECE_REQUEST(), which you want to set to 1 to signify that you can provide multiple pieces. You
 might want to look at vtkmXMLPUnstructuredGridDataReader for an example.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p> </o:p></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.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">-Ken<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p> </o:p></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:paraview-developers-bounces@paraview.org]
<b>On Behalf Of </b>sumeet kumar<br>
<b>Sent:</b> Monday, August 15, 2016 12:58 PM<br>
<b>To:</b> ParaView Developers <paraview-developers@paraview.org><br>
<b>Subject:</b> [EXTERNAL] [Paraview-developers] Reading multiple files in parallel<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div>
<div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt">Hello all, <o:p></o:p></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<o:p></o:p></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/Writing_ParaView_Readers</a> and followed the steps for unstructured mesh.<o:p></o:p></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(0);<br>
Node_Mesh->Set(vtkStreamingDemandDrivenPipeline::MAXIMUM_NUMBER_OF_PIECES(), 10);<br clear="all">
</span><o:p></o:p></p>
<div>
<p class="MsoNormal"><o:p> </o:p></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 ‘vtkStreamingDemandDrivenPipeline’<br>
  Node_Mesh->Set(vtkStreamingDemandDrivenPipeline::MAXIMUM_NUMBER_OF_PIECES(), 10);</span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></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.<o:p></o:p></p>
</div>
<p class="MsoNormal">Regards<br clear="all">
<br>
-- <o:p></o:p></p>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<p class="MsoNormal"><span style="border:solid windowtext 1.0pt;padding:0in"><img border="0" width="200" height="31" id="_x0000_i1025" src="cid:image001.jpg@01D1F6FC.C841C500" alt="Image removed by sender."></span><span style="font-size:9.5pt">         </span><o:p></o:p></p>
<div>
<p class="MsoNormal"><span style="font-size:9.5pt;font-family:"Trebuchet MS",sans-serif;color:#333333">Sumeet Kumar Sinha</span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><span style="font-family:"Trebuchet MS",sans-serif;color:#333333">Graduate Student</span><o:p></o:p></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">5306018271</span><o:p></o:p></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><o:p></o:p></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>