[petsc-users] MatGetMumpsRINFOG()

Hong Zhang hzhang at mcs.anl.gov
Mon May 12 10:28:29 CDT 2014


Zafer,
MatGetMumpsXXX() are added to petsc development
https://bitbucket.org/petsc/petsc/commits/d28e04f7b1f5a73d3305399116f492322ea7448c

Hong

On Tue, May 6, 2014 at 11:39 PM, Zafer Leylek
<Zafer.Leylek at student.adfa.edu.au> wrote:
> Hi,
>
> I am trying to get mumps to return the matrix determinant. I have set the
> ICNTL option using:
>
> MatMumpsSetIcntl(A,33,1);
>
> and can view the determinant using
>
> PCView(pc, PETSC_VIEWER_STDOUT_WORLD);
>
> I  need to use the determinant in my code. Is there a way I can get petsc to
> return this parameter. If not, is it possible to implement the
> MatGetMumpsRINFOG() as suggested in:
>
> http://lists.mcs.anl.gov/pipermail/petsc-users/2011-September/010225.html
>
> King Regards
>
> ZL


More information about the petsc-users mailing list