Additive Schwarz method: Difference between revisions

Content deleted Content added
Tedernst (talk | contribs)
Popups-assisted disambiguation from Square to Square (geometry)
Line 33:
=== Domain decomposition ===
 
Which brings us to ___domain decomposition methods. If we split the ___domain [0,1] × [0,1] into two ''subdomains'' [0,0.5] × [0,1] and [0.5,1] × [0.,1], each has only half of the sample points. So we can try to solve a version of our model problem on each subdomain, but this time each subdomain has only 32 sample points. Finally, given the solutions on each subdomain, we can attempt to reconcile them to obtain a solution of the original problem on [0,1] × [0,1].
 
==== Size of the problems ====