next up previous
Next: 2.3.4 Successive Over-Relaxation (SOR) Up: 2.3 Iterative Methods Previous: 2.3.2 Jacobi Relaxation

2.3.3 Gauss-Seidel Relaxation (GSR)

Somewhat faster convergent than Jacobi.
Choose $\mbox{${\bf B}$}=\mbox{${\bf D}$}+\mbox{${\bf L}$}$ (i. e. lower triangle):
    $\displaystyle \fbox{
$
\left[ \mbox{${\bf D}$} + \mbox{${\bf L}$} \right] \cdot...
...x{$\bf x$}_{k+1}=\mbox{$\bf b$}
- \mbox{${\bf R}$} \cdot \mbox{$\bf x$}_{k}
$
}$  


Solving the set of implicit equations
$\displaystyle a_{ii} \, x_{i}^{(k+1)}$ $\textstyle =$ $\displaystyle b_{i} - \sum_{j > i} a_{ij} \, x_{j}^{(k)}
- \sum_{j<i} a_{ij} \, x_{i}^{(k+1)}
\; ; \;\;\;
i=1,\dots,N$ (2.1)

is almost as simple as solving the explicit Jacobi equations. Since the matrices $\mbox{${\bf D+L}$}$ and $\mbox{${\bf R}$}$ are triangular the only change is that in the downward recursion 2.1 some of the right hand terms refer to the present iteration $k+1$ instead of the previous, $k$; however, each term is available as soon as it is required.




EXAMPLE: With the same data as in the previous example we find the first two improved solutions

\begin{displaymath}
\mbox{$\bf x$}_{1}=\mbox{$\left( \begin{array}{r} 0.933 \\ \...
...{r} 0.989 \\ \vspace{-9 pt}\\ 0.006 \end{array} \right)$} \, .
\end{displaymath}





The convergence rate of the GSR scheme is governed by the matrix
$\displaystyle \mbox{${\bf G}$}$ $\textstyle \equiv$ $\displaystyle - \left[ \mbox{${\bf D}$} + \mbox{${\bf L}$} \right]^{-1} \cdot \mbox{${\bf R}$}$  

It can be shown that the spectral radius of $\mbox{${\bf G}$}$ is given by
$\displaystyle \lambda_{G}$ $\textstyle =$ $\displaystyle \lambda_{J}^{2}$  

so that the rate of convergence is now
$\displaystyle r_{G}$ $\textstyle \approx$ $\displaystyle \left\vert \lambda_{J}^{2}-1 \right\vert$  


In our example $\lambda_{G}=0.17$ and $r \approx 0.83$.
next up previous
Next: 2.3.4 Successive Over-Relaxation (SOR) Up: 2.3 Iterative Methods Previous: 2.3.2 Jacobi Relaxation
Franz J. Vesely Oct 2005
See also:
"Computational Physics - An Introduction," Kluwer-Plenum 2001