~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to demo/mesh/ale/cpp/main.cpp

  • 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:
29
29
    x[0] *= 3.0;
30
30
    x[1] += 0.1*sin(5.0*x[0]);
31
31
  }
32
 
  
 
32
 
33
33
  // Move mesh
34
34
  mesh.move(boundary);
35
35