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
