[petsc-dev] Extend Petsc to uses Pardiso

Jed Brown jedbrown at mcs.anl.gov
Mon Sep 9 17:59:50 CDT 2013


Jose David Bermeol <jbermeol at purdue.edu> writes:

> Hi again, one more question, what should be the difference between
> MatLUFactorSymbolic and MatLUFactorNumeric?

The first does symbolic factorization (ordering, computing where the
nonzeros will be sizes of supernodes, etc) and the second does numeric
factorization (stuff that depends on the entries).  Most direct solver
packages are split in this way.

When a user changes their matrix entries without changing the nonzero
pattern, PCLU does not repeat symbolic factorization.

If you use dynamic pivoting, there may be little to do in the "symbolic"
stage.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20130909/c8024733/attachment.sig>


More information about the petsc-dev mailing list