<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<div style="" id="Item.MessagePartBody" class="_rp_j4">
<div style="" tabindex="0" id="Item.MessageUniqueBody" class="_rp_k4 ms-font-weight-regular ms-font-color-neutralDark rpHighlightAllClass rpHighlightBodyClass">
<div>
<div dir="ltr"><span dir="ltr">
<div id="divtagdefaultwrapper" style="background-color:white;"><font color="black" face="Calibri,Arial,Helvetica,sans-serif" size="3"><span style="font-size:12pt;background-color:white;">
<div style="margin-top:0;margin-bottom:0;">Good morning,</div>
<div style="margin-top:0;margin-bottom:0;">I write the result of my parallel simulation on octree grids in vtu files (one per process), only using hexahedra, and I collect them in a pvtu file.</div>
<div style="margin-top:0;margin-bottom:0;">My data are collocated on the cell centers.</div>
<div style="margin-top:0;margin-bottom:0;">In order to use the Contours filter of Paraview, I firstly apply the CleanToGrid filter, then the CellDataToPointData filter and at the end the Contours one.</div>
<div style="margin-top:0;margin-bottom:0;">By this way I can avoid discontinuous contours at process boundaries, but I can't avoid contour discontinuities at grid level jumps.</div>
<div style="margin-top:0;margin-bottom:0;"><br>
</div>
<div style="margin-top:0;margin-bottom:0;">In order to overcome this problem, I tried to write my grid using polyhedra/hexahedra at grid level jumps and only hexahedra elsewhere.</div>
<div style="margin-top:0;margin-bottom:0;">If I open any single vtu file, I can see all the cells I wrote in that file. But on a single vtu mixing polyhedra and hexahedra if I apply the following pipelines</div>
<div style="margin-top:0;margin-bottom:0;">CellDataToPointData -> Contours</div>
<div style="margin-top:0;margin-bottom:0;">or</div>
<div style="margin-top:0;margin-bottom:0;">CellDataToPointData -> Slice</div>
<div style="margin-top:0;margin-bottom:0;">the last filter show the result in the hexahedra.</div>
<div style="margin-top:0;margin-bottom:0;">What happens inside polyhedra?<br>
</div>
<div style="margin-top:0;margin-bottom:0;"><br>
</div>
<div style="margin-top:0;margin-bottom:0;">Moreover, If I open the pvtu file I cannot see polyhedra, even if asking paraview for grid information I get the right number of cells.</div>
<div style="margin-top:0;margin-bottom:0;">What about polyhedra in this case???<br>
</div>
<div style="margin-top:0;margin-bottom:0;"><br>
</div>
Lastly, I decided to do something working in any case. I open my pvtu with only hexahedra.<br>
Therefore I call the following pipeline,<br>
CleanToGrid -> CellDataToPointData -> Delaunay 3D -> Contours<br>
The result is not discontinuous, but at grid level jumps my contours oscillate. These ones are better than discontinuous ones, but ....<br>
<br>
Any suggestion about how to get continuous and smooth contours in cell-centered octree grids are appreciated.<br>
<br>
Thanks for your attention,<br>
<br>
Marco Cisternino<br>
</span></font></div>
</span></div>
</div>
</div>
</div>
<span>
<div tabindex="0" class="_pe_8 _pe_21 _pe_s1"></div>
</span></div>
</body>
</html>