/[escript]/trunk/esys2/doc/user/examples/helmholtztest.py
ViewVC logotype

Annotation of /trunk/esys2/doc/user/examples/helmholtztest.py

Parent Directory Parent Directory | Revision Log Revision Log


Revision 108 - (hide annotations)
Thu Jan 27 06:21:59 2005 UTC (18 years, 2 months ago) by jgs
File MIME type: text/x-python
File size: 555 byte(s)
*** empty log message ***

1 jgs 102 # $Id$
2 jgs 108 from mytools import Helmholtz
3     from esys.escript import Lsup
4     from esys.finley import Rectangle
5 jgs 102 #... set some parameters ...
6 jgs 108 kappa=1.
7 jgs 102 omega=0.1
8     eta=10.
9     #... generate domain ...
10     mydomain = esys.finley.Rectangle(l0=5.,l1=1.,n0=50, n1=10)
11     #... open PDE and set coefficients ...
12     mypde=Helmholtz(mydomain)
13     n=mydomain.getNormal()
14     x=mydomain.getX()
15 jgs 108 mypde.setValue(kappa,omega,omega*x[0],eta,kappa*n[0]+eta*x[0])
16 jgs 102 #... calculate error of the PDE solution ...
17     u=mypde.getSolution()
18     print "error is ",Lsup(u-x[0])
19 jgs 108 # output should be similar to "error is 1.e-7"

Properties

Name Value
svn:eol-style native
svn:keywords Author Date Id Revision

  ViewVC Help
Powered by ViewVC 1.1.26