[petsc-users] how to use external solvers

Jed Brown jed at jedbrown.org
Thu Dec 4 00:10:40 CST 2014


"Sun, Hui" <hus003 at ucsd.edu> writes:

> Hello,
>
> I try to use external packages such as umfpack or superlu, which are listed here:  http://www.mcs.anl.gov/research/projects/petsc/documentation/linearsolvertable.html
>
> I have PETSc compiled and installed with those external packages. Presumably I think to use umfpack would be simply to specify an option in the command line arguments. However, I had a hard time finding the correct option. How can I look it up? Thank you.

-pc_type lu -pc_factor_mat_solver_package umfpack

Linked from all the implementation pages on the table above:

http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/PC/PCFactorSetMatSolverPackage.html#PCFactorSetMatSolverPackage
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20141203/6936ae22/attachment.pgp>


More information about the petsc-users mailing list