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

« back to all changes in this revision

Viewing changes to tests/3material-droplet-p1dgp2-test-cty-cv-rhop1dg/square.geo

  • Committer: Simon Mouradian
  • Date: 2012-05-30 09:08:23 UTC
  • mfrom: (3520.32.274 fluidity)
  • Revision ID: simon.mouradian06@imperial.ac.uk-20120530090823-pq0fgemjpqn72j8d
mergeĀ fromĀ lp:fluidity

Show diffs side-by-side

added added

removed removed

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