~vcs-imports/escript-finley/trunk

« back to all changes in this revision

Viewing changes to doc/examples/usersguide/wave.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:
22
22
from esys.escript import *
23
23
from esys.escript.pdetools import Locator
24
24
from esys.escript.linearPDEs import LinearPDE
25
 
from esys.finley import Brick
 
25
from esys.dudley import Brick
26
26
from numpy import identity,zeros,ones
27
27
import matplotlib
28
28