~fluidity-core/fluidity/sea-ice-branch

« back to all changes in this revision

Viewing changes to tests/bed_shear_from_grad_u_CG/src/box.geo

  • Committer: Simon Mouradian
  • Date: 2012-10-19 10:35:59 UTC
  • mfrom: (3520.32.371 fluidity)
  • Revision ID: simon.mouradian06@imperial.ac.uk-20121019103559-y36qa47phc69q8sc
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
edgeLength = 0.2;
 
2
 
 
3
Point(1) = {0.0, 0.0, 0.0, edgeLength};
 
4
 
 
5
Extrude {1, 0.0, 0.0} {
 
6
  Point{1}; Layers{1/edgeLength};
 
7
}
 
8
 
 
9
Extrude {0.0, 1, 0.0} {
 
10
  Line{1}; Layers{1/edgeLength};
 
11
}
 
12
 
 
13
Physical Line(1) = {1,2,3,4};  
 
14
Physical Surface(6) = {5};
 
 
b'\\ No newline at end of file'