<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi,<br>
<br>
I am trying to get mumps to return the matrix determinant. I have set the ICNTL option using:<br>
<br>
MatMumpsSetIcntl(A,33,1);<br>
<br>
and can view the determinant using <br>
<br>
PCView(pc, PETSC_VIEWER_STDOUT_WORLD);<br>
<br>
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:<br>
<br>
<a href="http://lists.mcs.anl.gov/pipermail/petsc-users/2011-September/010225.html" target="_blank">http://lists.mcs.anl.gov/pipermail/petsc-users/2011-September/010225.html</a><br>
<br>
King Regards<br>
<br>
ZL<br>
</div>
</body>
</html>