19.11.2012 Views

Quelques EDP simples r´esolues avec FreeFem++, Astuces et Trucs

Quelques EDP simples r´esolues avec FreeFem++, Astuces et Trucs

Quelques EDP simples r´esolues avec FreeFem++, Astuces et Trucs

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

eal tgv = 1e30 ; // a hude value of exact penalisation of boundary<br />

condition<br />

// the variatonnal form of the problem:<br />

varf a(uh,vh) = // definion of the problem<br />

int2d(Th)( dx(uh)*dx(vh) + dy(uh)*dy(vh) ) // bilinear form<br />

- int2d(Th)( f*vh ) // linear form<br />

+ on(1,2,3,4,uh=fd) ; // boundary condition form<br />

matrix A=a(Vh,Vh,tgv=tgv,solver=CG) ;<br />

matrix AA=a(Vh,Vh) ;<br />

// two version of the problem<br />

// the mass Matrix construction:<br />

varf vM(uh,vh) = int2d(Th)(uh*vh) ;<br />

matrix M=vM(Vh,Vh) ; // to do a fast computing of L2 u’*(w=M*u))<br />

norm : sqrt(

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!