dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #22064
Re: [Question #149001]: How to obtain factorized matrices
Question #149001 on DOLFIN changed:
https://answers.launchpad.net/dolfin/+question/149001
Status: Open => Answered
Garth Wells proposed the following answer:
It isn't possible to obtain the factorised matrices. It won't ever be
possible to get them via a LUSolver object, since the data structure
used to store the factorised matrices is specific to the LU backend.
If essential, it may be possible to get the factorised matrices from
UmfpackLUSolver, but bear in the mind that they won't be in the form of
a DOLFIN matrix.
--
You received this question notification because you are a member of
DOLFIN Team, which is an answer contact for DOLFIN.