--- trunk/esys2/doc/user/examples/helmholtztest.py 2005/01/27 06:21:59 108 +++ trunk/doc/user/examples/helmholtztest.py 2005/11/09 02:02:19 155 @@ -7,7 +7,7 @@ omega=0.1 eta=10. #... generate domain ... -mydomain = esys.finley.Rectangle(l0=5.,l1=1.,n0=50, n1=10) +mydomain = Rectangle(l0=5.,l1=1.,n0=50, n1=10) #... open PDE and set coefficients ... mypde=Helmholtz(mydomain) n=mydomain.getNormal() @@ -16,4 +16,4 @@ #... calculate error of the PDE solution ... u=mypde.getSolution() print "error is ",Lsup(u-x[0]) -# output should be similar to "error is 1.e-7" \ No newline at end of file +# output should be similar to "error is 1.e-7"