[petsc-users] SuperLU options database

Su Yan suyan0 at gmail.com
Mon Jul 15 15:08:22 CDT 2013


Hi, I am trying to use the external package SuperLU to solve a linear
equation with ILUTP preconditioner. But the current PETSc only provides one
option interface which is MatSuperluSetILUDropTol. There are actually many
other options as suggested on the manual page of MATSOLVERSUPERLU, such as:

*-mat_superlu_equil*
*-mat_superlu_ilu_filltol*
*-**mat_superlu_ilu_fillfactor*

etc. However, they all need to be invoked via command line.

Is there any way to set up other options for SuperLU in the code instead of
using the command line? Because it's not so convenient to type in all those
runtime commands every time you run a code.

Thanks a lot.

Su
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20130715/e800bf25/attachment.html>


More information about the petsc-users mailing list