~fluidity-core/fluidity/sediment

« back to all changes in this revision

Viewing changes to tests/sediment_deposition/column.geo

  • Committer: Sam Parkinson
  • Date: 2011-12-01 15:18:13 UTC
  • mfrom: (3413.1.30 sediment_restructure)
  • Revision ID: s.parkinson11@imperial.ac.uk-20111201151813-9vygndld22tdzepx
merge with sediment_restructure branch

Show diffs side-by-side

added added

removed removed

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