Jump to content

Symmetric successive over-relaxation: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
Tags: Mobile edit Mobile web edit
added a "the"
Line 1: Line 1:
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 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^T</math> then the SSOR preconditioner matrix is defined as


: <math>M=(D+L) D^{-1} (D+L)^T</math>
: <math>M=(D+L) D^{-1} (D+L)^T</math>

Revision as of 16:01, 21 December 2017

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