~fluidity-core/fluidity/shallow-water-dev

« back to all changes in this revision

Viewing changes to tests/data/two_regions.geo

  • Committer: Jemma Shipton
  • Date: 2012-10-23 12:39:04 UTC
  • mfrom: (3574.2.151 bdfm1-nonlinear-sw)
  • Revision ID: jshipton@ic.ac.uk-20121023123904-oalpymh8vx716nj6
merging changes from Colin's bdfm1-nonlinear-sw branch

Show diffs side-by-side

added added

removed removed

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