First Solve the 2 by 2 matrix A4 on the coarsest grid |
Use A4 to precondition and solve grid 3 to get 4 by 4 matrix A3 |
Use A3 to precondition and solve grid 2 to get 8 by 8 matrix A2 |
Use A2 to precondition and solve grid 1 to get 16 by 16 matrix A1 |
Note both Domain Decomposition and Multigrid have Good Physical Motivation but they are quite different
|