Basic HTML version of Foils prepared March 15 00

Foil 8 Preconditioning

From Collection of Extra Foils for CPS615 PDE Iterative Solution Discussion CPS615 Spring Semester 00 -- March 00. by Geoffrey C. Fox


1 One can change A and b by preconditioning
2 M1-1 A (M2-1 M2)x = M1-1 b
3 is same equation as before for any choice of matrices M1 and M2
4 All these choices are designed to accelerate convergence of iterative methods
5 Anew = M1-1 A M2-1
6 xnew = M2 x
7 bnew = M1-1 b
8 We choose M1 and M2 to make our standard methods perform better
9 There are specialized preconditioning ideas and perhaps better general approaches such as multigrid and Incomplete LU (ILU) decomposition
10 Anew xnew = bnew has same form as above and we can apply any of the methods that we used on A x = b

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Mon Mar 20 2000