~njansson/dolfin/hpc

« back to all changes in this revision

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

  • Committer: Anders Logg
  • Date: 2008-05-28 19:52:24 UTC
  • mto: (2668.1.40 trunk)
  • mto: This revision was merged to the branch mainline in revision 2670.
  • Revision ID: logg@simula.no-20080528195224-anl93ujg02jsa0hv
Bug fix in boundary computation, unit tests should run again now.

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