Jump to content

Symmetric successive over-relaxation: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
No edit summary
Line 2: Line 2:
In applied mathematics, '''symmetric successive over-relaxation (SSOR)''',<ref>[http://www.cfd-online.com/Wiki/Iterative_methods Iterative methods] at CFD-Online wiki</ref> is a [[preconditioner]].
In applied mathematics, '''symmetric successive over-relaxation (SSOR)''',<ref>[http://www.cfd-online.com/Wiki/Iterative_methods Iterative methods] at CFD-Online wiki</ref> is a [[preconditioner]].


If the original matrix can be [[Matrix splitting|split]] into diagonal, lower and upper triangular as <math>A=D+L+L^T</math> then the SSOR preconditioner matrix is defined as
If the original matrix can be [[Matrix splitting|split]] into diagonal, lower and upper triangular as <math>A=D+L+L^\mathsf{T}</math> then the SSOR preconditioner matrix is defined as
<math display="block">M=(D+L) D^{-1} (D+L)^\mathsf{T}</math>
<math display="block">M=(D+L) D^{-1} (D+L)^\mathsf{T}</math>



Revision as of 22:24, 18 October 2022

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

If the original matrix can be split into diagonal, lower and upper triangular as then the SSOR preconditioner matrix is defined as

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

See also

References