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

« back to all changes in this revision

Viewing changes to tests/buoyancy_adjustment_dg_with_projection_two_element/src/square.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
1
Point (1) = {0, 0, 0, 1.0};
2
 
Point (2) = {1.0, 0, 0, 1.0};
3
 
Line (1) = {1, 2};
 
2
 
 
3
Extrude {1.0,0,0} {
 
4
  Point{1}; Layers{1};
 
5
}
4
6
 
5
7
Extrude {0,1.0,0} {
6
8
  Line{1}; Layers{1};
14
16
Physical Line(2) = {2};
15
17
// Side walls.
16
18
Physical Line(3) = {3,4};
 
19