~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to demo/mesh/ale/python/demo.py

  • Committer: ilmarw@gogmagog.simula.no
  • Date: 2008-05-29 10:46:14 UTC
  • mfrom: (2122.3.2 trunk)
  • mto: (2668.1.45 trunk)
  • mto: This revision was merged to the branch mainline in revision 2670.
  • Revision ID: ilmarw@gogmagog.simula.no-20080529104614-xjn0a188wtj2wlmw
Repo fix, roll back unwanted Parameter changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    x[1] += 0.1*sin(5.0*x[0])
24
24
 
25
25
# Move mesh
26
 
mesh.move(boundary, hermite)
 
26
mesh.move(boundary)
27
27
 
28
28
# Plot mesh
29
29
plot(mesh, interactive=True)