<div dir="ltr"><div><div><div><div>Stephane,<br><br></div>Regarding Delaunay2D, by definition if you only provide points it will always generate a mesh that have the shape of the convex hull of this point set.<br></div>If you want to keep a hole you will have to define a clock-wise ordered polygon (not polyline) with points that defines the hole and provide it in input of the algorithm. In this case <a href="https://en.wikipedia.org/wiki/Constrained_Delaunay_triangulation">Constrained Delaunay trianglation</a> will be computed - you might have to provide a polygon for the external boundary (ie. the convex hull boundary for instance) defined in counter-clockwise order in input too.<br><br></div>Best,<br></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><b>Joachim Pouderoux</b><font size="2">, <font size="1">PhD</font></font><br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><font size="1"><i>Technical Expert - Scientific Computing Team</i></font><br><b><font size="1"><a href="http://www.kitware.fr" target="_blank">Kitware SAS</a></font></b><br></blockquote>
</div></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote">2016-07-21 8:25 GMT+02:00 stephaneンドング メファネ <span dir="ltr"><<a href="mailto:stephane@fujielectric.com" target="_blank">stephane@fujielectric.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello,
<div><br></div><div>I would like to report a few problems encountered on Paraview 5.1.</div><div>I am running the Binary-MPI version on Win7, on a workstation with 32 threads (16 physical cores right?).</div><div>When running in Parallel with Ensight data, I am using the same workstation as both Server and client:</div><div><br></div><div>- I can execute the pvserver (mpiexec -n 4 pvserver) up to n =24 without problem</div><div>- From there on the same machine I launch a paraview session and connect to the server </div><div>- I Can launch the geometry without problem</div><div><br></div><div>The problem occurs when I load the D3 filter on the geometry  with n>12. I get an error message. This problem was already reported on March 18th, 2016 by another user.</div><div><br></div><div>If I stick to 12 cores or less I get another problem with the following workflow:</div><div>I want to apply the StreamTracerWithCustomSource (STWCS) in Parallel so I do the following:</div><div><br></div><div>1) Save the Source surface as a *vtm file, and read it back in current session</div><div>2) Apply D3 filter to Full model</div><div>3) Apply STWCS filter with D3 filter as input and *vtm surface as source.</div><div><br></div><div>this workflow works perfectly, but there are too many seeds so after step2:</div><div>3')Apply MaskPoints to *vtm surface</div><div>4)Apply STWCS filter with D3 filter as input and result of MaskPoints as source ==> Paraview Crashes in Parallel (This works well in a non-parallel session)</div><div><br></div><div>Finally a question on Delaunay2D</div><div><br></div><div>I have a point clouds extracted from a surface with a big hole in the middle. Applying Delaunay2d Always closes the hole. is there a way to keep the hole ?</div><div><br></div><div>Thanks in advance.</div><div><br></div><div><br></div><div>Ndong-Mefane Stephane, Dr.Eng<br>Basic Design Sec.<br>Steam Turbine Dept.<br>Kawasaki Factory<br><br>Fuji Electric Co., Ltd<br>1-1, Tanabeshinden, Kawasaki-ku,<br>Kawasaki-city 210-9530, Japan<br>Phone: <a href="tel:%2B81-44-329-2155" value="+81443292155" target="_blank">+81-44-329-2155</a><br>Fax: <a href="tel:%2B81-44-329-2394" value="+81443292394" target="_blank">+81-44-329-2394</a><br><br></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 ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>