[petsc-users] Fill-in of factorization
Barry Smith
bsmith at mcs.anl.gov
Fri Feb 28 14:31:23 CST 2014
For PETSc factorizations you can use MatGetInfo() on the factored matrix. For external factorization packages you need to how to query them directly. Actually for Mumps and Pastix you can call MatGetInfo() also but the output for MUMPS is strange, see MatView_MUMPS in mumps.c You can also run with -ksp_view to have it printed out. See the
Barry
On Feb 28, 2014, at 2:13 PM, Jan Blechta <blechta at karlin.mff.cuni.cz> 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?
>
> Jan
More information about the petsc-users
mailing list