<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Schur_complement_method</id>
	<title>Schur complement method - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Schur_complement_method"/>
	<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Schur_complement_method&amp;action=history"/>
	<updated>2026-05-04T22:26:51Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://debianws.lexgopc.com/wiki143/index.php?title=Schur_complement_method&amp;diff=6407233&amp;oldid=prev</id>
		<title>imported&gt;Aintabli: Added source, WP:FEB24.</title>
		<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Schur_complement_method&amp;diff=6407233&amp;oldid=prev"/>
		<updated>2024-02-14T15:09:10Z</updated>

		<summary type="html">&lt;p&gt;Added source, &lt;a href=&quot;/wiki143/index.php?title=WP:FEB24&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:FEB24 (page does not exist)&quot;&gt;WP:FEB24&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{dablink|This article is not about [[Schur complement]]s of matrices.}}&lt;br /&gt;
{{More citations needed |date=February 2024}}&lt;br /&gt;
&lt;br /&gt;
In [[numerical analysis]], the &amp;#039;&amp;#039;&amp;#039;Schur complement method&amp;#039;&amp;#039;&amp;#039;, named after [[Issai Schur]], is the basic and the earliest version of non-overlapping [[domain decomposition method]], also called [[iterative substructuring]]. A [[finite element]] problem is split into non-overlapping subdomains, and the unknowns in the interiors of the subdomains are eliminated. The remaining Schur complement system on the unknowns associated with subdomain interfaces is solved by the [[conjugate gradient method]].&lt;br /&gt;
&lt;br /&gt;
== The method and implementation ==&lt;br /&gt;
Suppose we want to solve the Poisson equation&lt;br /&gt;
:&amp;lt;math&amp;gt;-\Delta u = f, \qquad u|_{\partial\Omega} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
on some domain Ω. When we discretize this problem we get an &amp;#039;&amp;#039;N&amp;#039;&amp;#039;-dimensional linear system &amp;#039;&amp;#039;AU = F&amp;#039;&amp;#039;. The Schur complement method splits up the linear system into sub-problems. To do so, divide Ω into two subdomains Ω&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;, Ω&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; which share an interface Γ. Let &amp;#039;&amp;#039;U&amp;#039;&amp;#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;, &amp;#039;&amp;#039;U&amp;#039;&amp;#039;&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; and &amp;#039;&amp;#039;U&amp;#039;&amp;#039;&amp;lt;sub&amp;gt;Γ&amp;lt;/sub&amp;gt; be the degrees of freedom associated with each subdomain and with the interface. We can then write the linear system as&lt;br /&gt;
:&amp;lt;math&amp;gt;\left[\begin{matrix} A_{11} &amp;amp; 0 &amp;amp; A_{1\Gamma} \\ 0 &amp;amp; A_{22} &amp;amp; A_{2\Gamma} \\ A_{\Gamma 1} &amp;amp; A_{\Gamma 2} &amp;amp; A_{\Gamma\Gamma}\end{matrix}\right]\left[\begin{matrix} U_1 \\ U_2 \\ U_\Gamma\end{matrix}\right] = \left[\begin{matrix} F_1 \\ F_2 \\ F_\Gamma\end{matrix}\right],&amp;lt;/math&amp;gt;&lt;br /&gt;
where &amp;#039;&amp;#039;F&amp;#039;&amp;#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;, &amp;#039;&amp;#039;F&amp;#039;&amp;#039;&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; and &amp;#039;&amp;#039;F&amp;#039;&amp;#039;&amp;lt;sub&amp;gt;Γ&amp;lt;/sub&amp;gt; are the components of the load vector in each region.&lt;br /&gt;
&lt;br /&gt;
The Schur complement method proceeds by noting that we can find the values on the interface by solving the smaller system&lt;br /&gt;
:&amp;lt;math&amp;gt;\Sigma U_\Gamma = F_\Gamma - A_{\Gamma 1}A_{11}^{-1}F_1 - A_{\Gamma 2}A_{22}^{-1}F_2,&amp;lt;/math&amp;gt;&lt;br /&gt;
for the interface values &amp;#039;&amp;#039;U&amp;#039;&amp;#039;&amp;lt;sub&amp;gt;Γ&amp;lt;/sub&amp;gt;, where we define the &amp;#039;&amp;#039;Schur complement&amp;#039;&amp;#039; matrix&lt;br /&gt;
:&amp;lt;math&amp;gt;\Sigma = A_{\Gamma\Gamma} - A_{\Gamma 1}A_{11}^{-1}A_{1\Gamma} - A_{\Gamma 2}A_{22}^{-1}A_{2\Gamma}.&amp;lt;/math&amp;gt;&lt;br /&gt;
The important thing to note is that the computation of any quantities involving &amp;lt;math&amp;gt;A_{11}^{-1}&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;A_{22}^{-1}&amp;lt;/math&amp;gt; involves solving decoupled [[Dirichlet problem]]s on each domain, and these can be done in parallel. Consequently, we need not store the Schur complement matrix explicitly; it is sufficient to know how to multiply a vector by it.&lt;br /&gt;
&lt;br /&gt;
Once we know the values on the interface, we can find the interior values using the two relations&lt;br /&gt;
:&amp;lt;math&amp;gt;A_{11}U_1 = F_1 - A_{1\Gamma}U_\Gamma, \qquad A_{22}U_2 = F_2 - A_{2\Gamma}U_\Gamma,&amp;lt;/math&amp;gt;&lt;br /&gt;
which can both be done in parallel.&lt;br /&gt;
&lt;br /&gt;
The multiplication of a vector by the Schur complement is a [[discretization|discrete]] version of the [[Poincaré&amp;amp;ndash;Steklov operator]], also called the [[Dirichlet to Neumann mapping]].&lt;br /&gt;
&lt;br /&gt;
== Advantages ==&lt;br /&gt;
&lt;br /&gt;
There are two benefits of this method. First, the elimination of the interior unknowns on the subdomains, that is the solution of the Dirichlet problems, can be done in parallel. Second, passing to the Schur complement reduces condition number and thus tends to decrease the number of iterations. For second-order problems, such as the [[Laplace equation]] or [[linear elasticity]], the matrix of the system has [[condition number]] of the order 1/&amp;#039;&amp;#039;h&amp;#039;&amp;#039;&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;, where &amp;#039;&amp;#039;h&amp;#039;&amp;#039; is the characteristic element size. The Schur complement, however, has condition number only of the order&amp;amp;nbsp;1/&amp;#039;&amp;#039;h&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
For performances, the Schur complement method is combined with preconditioning, at least a [[diagonal preconditioner]]. The [[Neumann&amp;amp;ndash;Neumann method]] and the [[Neumann&amp;amp;ndash;Dirichlet method]] are the Schur complement method with particular kinds of preconditioners.&lt;br /&gt;
&lt;br /&gt;
When a fast function is utilized, especially in low cost parallel computers, the Schur complement method is relatively efficient.&amp;lt;ref&amp;gt;{{cite book |last1=Soria Guerrero |first1=M |title=Schur complement method |page=150 |url=https://www.tdx.cat/bitstream/handle/10803/6678/07Msg07de09.pdf?sequence=7 |access-date=14 February 2024}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
{{Numerical PDE}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Schur Complement Method}}&lt;br /&gt;
[[Category:Domain decomposition methods]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Aintabli</name></author>
	</entry>
</feed>