Symmetric successive overrelaxation

In applied mathematics, symmetric successive overrelaxation (SSOR),[1] is a preconditioner.

If the original matrix can be decomposed into diagonal, lower and upper tridiagonal as A=D+L+L^T then SSOR preconditioner matrix is defined as

M=(D+L) D^{-1} (D+L)^T

It can also be parametrised by \omega as follows.[2]

M(\omega)={\omega\over{2-\omega}} \left ( {1\over\omega} D + L \right ) \left ( D \right)^{-1} \left ( {1\over\omega} D + L\right)^T

See also

References

  1. Iterative methods at CFD-Online wiki
  2. SSOR preconditioning at Netlib


This article is issued from Wikipedia - version of the Wednesday, August 20, 2014. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.