OptimalDesignLab / PDESolver.jl

A Julia-based solver for partial-differential equations.
Other
13 stars 5 forks source link

Support Reusing Preconditioner for Adjoint #111

Open JaredCrean2 opened 7 years ago

JaredCrean2 commented 7 years ago

If we use an approximate factorization preconditioner for solving a steady Newton iteration, we should find a way to reuse it for solving the adjoint.

jehicken commented 7 years ago

Yes, the last iteration of Newton may be close enough that the already-factored preconditioner will work well for the adjoint.