<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Hi Joachim,
<div class=""><br class="">
</div>
<div class="">Thanks a lot for your answers. I looked at the test you mentioned and found the location where the GlobalNodeIds are generated (<a href="https://gitlab.kitware.com/vtk/vtk/blob/master/Filters/ParallelGeometry/Testing/Cxx/TestPUnstructuredGridGhostCellsGenerator.cxx#L64-80" class="">https://gitlab.kitware.com/vtk/vtk/blob/master/Filters/ParallelGeometry/Testing/Cxx/TestPUnstructuredGridGhostCellsGenerator.cxx#L64-80</a>),
 which cleared things up a little. A few questions remain:</div>
<div class=""><br class="">
</div>
<div class="">- Am I correct in assuming that vtkIdType (used for the GlobalNodeIds array) is a long int on 64-bit systems?</div>
<div class="">- Do the GlobalNodeIds have to be consecutive or is it sufficient for them to be unique?</div>
<div class=""><br class="">
</div>
<div class="">
<div>
<blockquote type="cite" class="">
<div class="">
<div dir="ltr" class="">
<div class="">
<div class="">
<div class="">
<div class="">We would be interested to know the result of this benchmark if you had to opportunity to run it on a big cluster.</div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
<div>I will see if I can make this happen. Is there an easy way for me to execute this test manually while being connected to a pvserver instance running in parallel?</div>
<br class="">
<blockquote type="cite" class="">
<div class="">
<div dir="ltr" class="">
<div class="">
<div class="">
<div class="">
<blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">
<i class="">- Is it possible/feasible/sensible to call this filter directly from within our custom reader plugin, such that users do not need to apply the filter manually each time?</i><br class="">
</blockquote>
<br class="">
</div>
Yes sure. I would recommand to do that - call the filter at the end of your reader and let your reader produce the output of the filter.<br class="">
</div>
</div>
</div>
</div>
</blockquote>
</div>
Sorry for asking, but you wouldn’t know from the top of your head an example of reader that does that already (or uses another filter internally to postprocess its ouput), would you? I have done some ParaView hacking but most of my knowledge is “look, that’s
 how someone else did it”-based and I haven’t found a suitable example that I can use :-/</div>
<div class=""><br class="">
</div>
<div class="">Thanks a lot in advance!</div>
<div class=""><br class="">
</div>
<div class="">Michael</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
</body>
</html>