<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7232.36">
<TITLE>RE: [vtkusers] error when using vtkMeshQuality filter</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>&gt; I need some help with the vtkMeshQuality filter.&nbsp; My<BR>
&gt; task is to convert nodal values to cell centered values,<BR>
&gt; then convert to a tetrahedral mesh and get the volume<BR>
&gt; of the each cell.&nbsp; I am using the vtkMeshQuality filter.<BR>
&gt; I keep getting &quot;Unable to factor linear system&quot;.&nbsp; Any ideas??<BR>
Hmmm. The only place that error message occurs is in<BR>
vtkMath::LUFactorLinearSystem, which vtkMeshQuality does not<BR>
call. Are you using vtkQuadricDecimation anywhere? It calls<BR>
that vtkMath routine. If not, perhaps you have done a partial<BR>
rebuild of VTK and the entry points in a library have changed<BR>
so that vtkMeshQuality is calling the wrong piece of code? If<BR>
you can run your code from the debugger and insert a breakpoint<BR>
right before the &quot;Unable to factor linear system&quot; message is<BR>
printed, having the call stack at that point would really help.<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; David<BR>
</FONT>
</P>

</BODY>
</HTML>