<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;">Dear PETSc users,<br>
<br>
I would like to know if I can replace the following functions<br>
<br>
MatLUFactorNumeric(Mat fact,Mat mat,const MatFactorInfo *info)<br>
MatLUFactorSymbolic(Mat fact,Mat mat,IS row,IS col,const MatFactorInfo *info)<br>
MatLUFactor(Mat mat,IS row,IS col,const MatFactorInfo *info)<br>
<br>
by<br>
<br>
MatLUFactorNumeric_KLU(Mat F,Mat A,const MatFactorInfo *info)<br>
MatLUFactorSymbolic_KLU(Mat F,Mat A,IS r,IS c,const MatFactorInfo *info)<br>
MatGetFactor_seqaij_klu(Mat A,MatFactorType ftype,Mat *F)<br>
<br>
in my code for the simulation of electrical power systems? (I installed the package SuiteSparse)<br>
<br>
Thank you,<br>
Best regards,<br>
Romain<br>
</div>
</body>
</html>