~fluidity-core/fluidity/refactor-netcdf

« back to all changes in this revision

Viewing changes to tests/pressure_fs_topbottom/src/square.geo

  • Committer: Jon Hill
  • Date: 2013-02-16 09:01:40 UTC
  • mfrom: (3981.7.159 fluidity)
  • Revision ID: jon.hill@imperial.ac.uk-20130216090140-bplzxqzdk1eik4za
Megre from trunk, fixing several conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Point(1) = {0, 0, 0};
 
2
Extrude {1, 0, 0} {
 
3
  Point{1}; Layers{80};
 
4
}
 
5
Extrude {0, 1, 0} {
 
6
  Line{1}; Layers{80};
 
7
}
 
8
// Bottom
 
9
Physical Line(6) = {1};
 
10
Physical Line(7) = {4};
 
11
// Top
 
12
Physical Line(8) = {2};
 
13
Physical Line(9) = {3};
 
14
Physical Surface(10) = {5};