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

« back to all changes in this revision

Viewing changes to tests/k-epsilon_mms_cg_p1p1/src/MMS_A.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
 
Point(1) = {0.0,0.0,0,0.4};
2
 
Point(2) = {3.1415926535897931,0.0,0,0.4};
3
 
Point(3) = {3.1415926535897931,3.1415926535897931,0,0.4};
4
 
Point(4) = {0.0,3.1415926535897931,0,0.4};
5
 
Line(1) = {4,3};
6
 
Line(2) = {3,2};
7
 
Line(3) = {2,1};
8
 
Line(4) = {1,4};
9
 
Line Loop(5) = {1,2,3,4};
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(12) = {6};