~johan-hake/dolfin/general-rk-solver

« back to all changes in this revision

Viewing changes to demo/undocumented/bcs/cpp/main.cpp

  • Committer: Johan Hake
  • Date: 2013-03-27 15:18:08 UTC
  • mfrom: (7352.1.227 working)
  • Revision ID: hake.dev@gmail.com-20130327151808-b73d4pueq1n432hg
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
int main()
32
32
{
33
33
  // Create mesh and finite element
34
 
  Mesh mesh("../../../../data/meshes/aneurysm.xml.gz");
 
34
  Mesh mesh("../aneurysm.xml.gz");
35
35
 
36
36
  // Define variational problem
37
37
  Constant f(0.0);