Domain decomposition methods: Difference between revisions

Content deleted Content added
rm spam
m tags and general fixes, removed stub tag using AWB (8842)
Line 40:
N=4;
a1=0; b1=1/2;
 
 
 
[T D1 D2 E1 E2 x xsub]=cheb(N,a1,b1); % the diff matrices on [0,1/2] are the same
Line 58 ⟶ 56:
x=[x1; x2];
uex=(exp(x)-exp(-x))./(exp(1)-exp(-1));
</source><br>
 
 
==See also==
Line 72 ⟶ 69:
{{DEFAULTSORT:Domain Decomposition Methods}}
[[Category:Domain decomposition methods]]
 
 
{{mathapplied-stub}}