← Back to team overview

dolfin team mailing list archive

Re: [Question #117976]: Reuse LU factorization with PETSc?

 



On 16/07/10 18:52, Nuno Lopes wrote:
New question #117976 on DOLFIN:
https://answers.launchpad.net/dolfin/+question/117976

Is it already possible to reuse the LU factorization via PETSc backend?
with
"
   LUSolver lu(A);
   lu.parameters["reuse_factorization"] = true;
   . . .
   lu.solve(x, b);
"


Yes (in dolfin-dev).

Garth



Follow ups

References