<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Feb 28, 2014 at 12:13 PM, Jan Blechta <span dir="ltr"><<a href="mailto:blechta@karlin.mff.cuni.cz" target="_blank">blechta@karlin.mff.cuni.cz</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi,<br>
<br>
is it possible to check an amount of fill-in produced during<br>
factorization with PCLU or PCCHOLESKY? Or should I ask the library, say<br>
MUMPS, directly?</blockquote><div><br></div><div>This is from the PCFactorView():</div><div><br></div><div><div>      MatInfo info;</div><div>      ierr = MatGetInfo(factor->fact,MAT_LOCAL,&info);CHKERRQ(ierr);</div>
<div>      ierr = PetscViewerASCIIPrintf(viewer,"  factor fill ratio given %g, needed %g\n",(double)info.fill_ratio_given,(double)info.fill_ratio_needed);CHKERRQ(ierr);</div></div><div><br></div><div>  THanks,</div>
<div><br></div><div>     MAtt</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class=""><font color="#888888"><br>

Jan<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>
-- Norbert Wiener
</div></div>