~vcs-imports/escript-finley/trunk

« back to all changes in this revision

Viewing changes to doc/examples/cookbook/example02.py

  • Committer: jfenwick
  • Date: 2010-10-11 01:48:14 UTC
  • Revision ID: svn-v4:77569008-7704-0410-b7a0-a92fef0b09fd:trunk:3259
Merging dudley and scons updates from branches

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
from esys.escript import * # This imports everything from the escript library
34
34
from esys.escript.unitsSI import * 
35
35
from esys.escript.linearPDEs import LinearPDE # This defines LinearPDE as LinearPDE
36
 
from esys.finley import Rectangle # This imports the rectangle domain function from finley
 
36
from esys.finley import Rectangle # This imports the rectangle domain function 
37
37
#For interactive use, you can comment out the next two lines
38
38
import matplotlib
39
39
matplotlib.use('agg') #It's just here for automated testing