Menu
Home
People
Places
Arts
History
Plants & Animals
Science
Life & Culture
Technology
Reference.org
Stone's method
open-in-new
Algorithm
method stone is For the linear system Ax = b calculate incomplete LU factorization of matrix A Ax = (M-N)x = (LU-N)x = b Mx(k+1) = Nx(k)+b , with ||M|| >> ||N|| Mx(k+1) = LUx(k+1) = c(k) LUx(k) = L(Ux(k+1)) = Ly(k) = c(k) set a guess k = 0, x(k) r(k)=b - Ax(k) while ( ||r(k)||2 ≥ ε ) do evaluate new right hand side c(k) = Nx(k) + b solve Ly(k) = c(k) by forward substitution y(k) = L−1c(k) solve Ux(k+1) = y(k) by back substitution x(k+1) = U−1y(k) end while
Footnotes
Stone, H. L. (1968). "Iterative Solution of Implicit Approximations of Multidimensional Partial Differential Equations".
SIAM Journal on Numerical Analysis
. 5 (3): 530–538.
Bibcode
:
1968SJNA....5..530S
.
doi
:
10.1137/0705044
.
hdl
:
10338.dmlcz/104038
. - the original article
Ferziger, J.H.
and Peric, M. (2001).
Computational Methods for Fluid Dynamics
. Springer-Verlag, Berlin.
ISBN
3-540-42074-6.{{cite book}}: CS1 maint: multiple names: authors list (link)
Acosta, J.M. (2001).
Numerical Algorithms for Three Dimensional Computational Fluid Dynamic Problems. PhD Thesis
. Polytechnic University of Catalonia.
This article incorporates text from the article
Stone's_method
on
CFD-Wiki
that is under the
GFDL
license.