<div dir="ltr">Hi Andreas,<div><br></div><div>There is a long answer but it's early in the morning so I'll go with a short one :-) Yes, normally you would check for UPDATE_NUMBER_OF_GHOST_LEVELS etc. However, this is not required. You can always produce ghost cells even if you are not asked for it.</div><div><br></div><div>Best,</div><div>-berk</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jul 1, 2016 at 3:53 AM, Andreas Buykx <span dir="ltr"><<a href="mailto:A.Buykx@tnodiana.com" target="_blank">A.Buykx@tnodiana.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="NL" link="blue" vlink="purple">
<div>
<p class="MsoNormal">Hi,<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal"><span lang="EN-US">My finite element mesh is stored in a vtkMultiBlockDataSet. I use a vtkCompositeDataPipeline to process my algorithms.<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US"><u></u> <u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">Visualizing the outer surface of the mesh using vtkDataSetSurfaceFilter generates the outer surface of each block, instead of the outer surface of the entire mesh.<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">In the source algorithm I can define ghost cells, but to know how many levels of ghost cells I have to generate I should be reading the UPDATE_NUMBER_OF_GHOST_LEVELS, if I understand correctly. Looking at vtkDataSetSurfaceFilter
 it seems that it requests ghost cells only if UPDATE_NUMBER_OF_PIECES > 1. Similar code is in vtkFeatureEdges and several other algorithms that I use.<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US"><u></u> <u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">So it seems that I have to fool my pipeline into thinking that it processes multiple pieces, by setting UPDATE_NUMBER_OF_PIECES to >1. Is that possible at all? Should I also set other update information, like UPDATE_PIECE_NUMBER?
 Where in the pipeline should I set this information? Is there an alternative way of doing this?<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US"><u></u> <u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">Thanks for your advice. Kind regards,<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">Andreas Buykx<u></u><u></u></span></p>
</div>
</div>

<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br></div>