Questions tagged [preconditioning]

For questions regarding design and implementation of preconditioners for solving linear systems.

128 questions
8
votes
2 answers

How can I precondition a non-linear problem before linearization?

When I think of solving non-linear equations, I generally think of linearizing first, then applying a preconditioner to the linear matrix. The thought occurred to me that it might be possible to condition the non-linear equations BEFORE they are…
Paul
  • 12,045
  • 7
  • 56
  • 129
4
votes
1 answer

What type of matrices is approximate inverse preconditioner $||I - AM||_F$ well suited for?

Take sparse approximate inverse preconditioner $M \approx A^{-1}$ given by solution of $$\underset{M \in S}{\mbox{min}} \; ||I - AM||_F,$$ where $S$ is a set of sparse matrices and $||.||_F$ is the Frobenius norm (see [1] for details). I am…
Alexander
  • 1,111
  • 1
  • 8
  • 15
2
votes
0 answers

Preconditioners and discrete Lagrange multipliers

There is a huge literature on efficient preconditioners for saddle-point problems. In computational physics, the case where the Lagrange multipliers enjoy a weak formulation (say, the Stokes equations) is almost always considered. In such cases,…