
64 Chapter 3 Boundary value problems for elliptic equations
solved using special ordering of iteration parameters (achieved by choosing μ
k
from
the set M
n
). The optimal sequences of iteration parameters τ
k
can be calculated from
the given number of iterations n using various algorithms.
Also, worthy of noting is the widely used three-layered Chebyshev iteration method
in which iteration parameters are calculated by recurrence formulas. In this case, the
inaccuracy decreases monotonically, and it becomes unnecessary to pre-choose the
total number of iterations n, as it was the case with method (3.34), (3.35).
3.3.4 Variation-type iteration methods
Above, we have considered iteration methods for solving the problem (3.24) with a pri-
ori information about the operators B and A given in the form of energy equivalence
constants γ
1
and γ
2
(see (3.31)). From these constants, optimum values of iteration
parameters could be found (see (3.32), (3.35)). Estimation of these constants may turn
out to be a difficult problem and, therefore, it makes sense to try construct iteration
methods in which iteration parameters could be calculated without such a priori infor-
mation. Such methods are known as variation-type iteration methods. Let us begin
with a consideration of the two-layer iteration method (3.28) under the assumption of
(3.30).
We denote the discrepancy as r
k
= Ay
k
− ϕ, and the correction, as w
k
= B
−1
r
k
.
Then, the iteration process (3.28) can be written as
y
k+1
= y
k
− τ
k+1
w
k
, k = 0, 1,....
It seems reasonable to choose the iteration parameter τ
k+1
from the condition of
minimum norm of the inaccuracy of z
k+1
in H
D
. Direct calculations show that the
minimum norm is attained with
τ
k+1
=
(Dw
k
, z
k
)
(Dw
k
,w
k
)
. (3.37)
The choice of a most appropriate iteration method can be achieved through the
choice of D = D
∗
> 0. The latter choice must obey, in particular, the condition
that calculation of iteration parameters is indeed possible. Formula (3.37) involves an
uncomputable quantity z
k
, and the simplest choice D = B (see Theorem 3.5) cannot
be made here. The second noted possibility D = A leads us to the steepest descend
method, in which case
τ
k+1
=
(w
k
, r
k
)
(Aw
k
,w
k
)
. (3.38)
Among other possible choices of D, the case of D = AB
−1
A is worth noting minimum
correction method, in which
τ
k+1
=
(Aw
k
,w
k
)
(B
−1
Aw
k
, Aw
k
)
.