On Fri, Feb 28, 2014 at 12:13 PM, Jan Blechta <[email protected]>wrote:

> Hi,
>
> is it possible to check an amount of fill-in produced during
> factorization with PCLU or PCCHOLESKY? Or should I ask the library, say
> MUMPS, directly?


This is from the PCFactorView():

      MatInfo info;
      ierr = MatGetInfo(factor->fact,MAT_LOCAL,&info);CHKERRQ(ierr);
      ierr = PetscViewerASCIIPrintf(viewer,"  factor fill ratio given %g,
needed
%g\n",(double)info.fill_ratio_given,(double)info.fill_ratio_needed);CHKERRQ(ierr);

  THanks,

     MAtt


>
> Jan
>



-- 
What most experimenters take for granted before they begin their
experiments is infinitely more interesting than any results to which their
experiments lead.
-- Norbert Wiener

Reply via email to