Next: 5.7.2 Parallel components of
Up: 5.7 The multigrid method
Previous: 5.7 The multigrid method
  Contents
5.7.1 Sequential algorithm
For notation purposes of the multigrid algorithm
we have to introduce the following vectors and matrices :
-

- Restriction/Projection operator for mapping fine grid data
onto the coarse grid.
-

- Interpolation operator for mapping coarse grid data
onto the fine grid.
-

- Presmoothing operator reducing
,
applied
-times.
-

- Postsmoothing operator reducing
,
applied
-times.
-

- Defect on
grid.
-

- Correction on
grid.
-
MGM

- Recursive multigrid procedure, applied
-times
(
- V-cycle,
- W-cycle)
We can choose the iteration methods from Sec.
5.3 - 5.5 as presmoother or postsmoother,
respectively.
If one uses multigrid as preconditioner in a CG algorithm
then the proper multigrid operator has to be symmetric.
In that case we have to choose the grid transfer operators,
i.e., interpolation and restriction, and the smoothing such that
and
with
holds.
The defect system on the coarsest grid will be solved directly.
Gundolf Haase
2000-03-20