Hi,<br><br>I wonder if it&#39;s a tolerance issue in vtkPyramid::EvaluatePosition().  The tolerance is set to 0.001.  You could try increasing that value as well as increasing the 1.001 values and see if that solves your problem.<br>
<br>Andy<br><br><div class="gmail_quote">On Mon, Apr 16, 2012 at 8:43 AM, Takuya OSHIMA <span dir="ltr">&lt;<a href="mailto:oshima@eng.niigata-u.ac.jp">oshima@eng.niigata-u.ac.jp</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
We have built VTK as a part of ParaView 3.14.1 on a Fujitsu FX10<br>
platform (SPARC64 IXfx). The built library mostly works, but for my<br>
program vtkUnstructuredGrid::FindCell() fails to find pyramid cells in<br>
my hex/pyramid/tetra-composite mesh. Contrarily, the same program<br>
works as expected on a x86 platform (Mac OS X 64bit).<br>
<br>
I have searched through the FindCell() code for cell type specific<br>
function calls and had a suspicion that vtkPyramid::EvaluatePosition()<br>
(which FindCell() should internally be calling as a virtual function)<br>
had an uninitialized variable or something but could not find anything<br>
wrong. So far I am completely lost.<br>
<br>
Has anyone experienced (and solved) a similar problem? Any ideas or<br>
thoughts?<br>
<br>
Platform: Fujitsu FX10 (SPARC64 IXfx)<br>
VTK version: VTK included in ParaView 3.14.1<br>
CMake version: 2.8.7<br>
Compiler: Fujitsu&#39;s FCCpx (cross-compilation on an x86 Linux platform)<br>
FCCpx_ENV (the compiler options): -Kfast -Xg -std=gnu++98<br>
<br>
Thanks,<br>
Takuya<br>
<br>
Takuya OSHIMA, Ph.D.<br>
Faculty of Engineering, Niigata University<br>
8050 Ikarashi-Ninocho, Nishi-ku, Niigata, 950-2181, JAPAN<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" 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" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</blockquote></div><br>