Content deleted Content added
Jitse Niesen (talk | contribs) m cat |
m Reword, links. More work needed. |
||
Line 1:
In mathematics, [[numerical analysis]] and numerical [[partial differential equation]]s, the '''___domain decomposition method''' solves a [[boundary value problem]] by splitting it into smaller boundary value problems.
== Overview ==
Partial differential equations (PDEs) are used in all hard
:'''(Model Problem)''' The heat distribution in a square metal plate such that the left edge is kept at 1 degree, and the other edges are kept at 0 degree, after letting it sit for a long period of time satisfies the following boundary value problem:▼
▲:'''(Model
::''f''<sub>''xx''</sub>(''x'',''y'') + ''f''<sub>''yy''</sub>(''x'',''y'') = 0
::''f''(0,''y'') = 1; ''f''(''x'',0) = ''f''(''x'',1) = ''f''(1,''y'') = 0
:where ''f'' is the unknown [[function (mathematics)|function]], ''f''<sub>''xx''</sub> and ''f''<sub>''yy''</sub> denote the second [[partial derivative]]s with respect to ''x'' and ''y'', respectively.
Here, the
This particular problem can be solved exactly on paper, so there is no need for a computer. However, this is an exceptional case, and most BVPs cannot be solved exactly. The only possibility is to use a computer to find an approximate solution.
Line 19 ⟶ 18:
=== Solving on a computer ===
A typical way of doing this is to ''sample'' ''f'' at regular
There are some difficulties, for instance it
=== Solving linear problems ===
Whichever method we choose to solve this problem, we will need to solve a large [[linear system of equations]]. The reader will recall linear systems of equations from highschool, they look like this:
:2''a'' + 5''b'' = 12 (*)
|