~fluidity-core/fluidity/sediment_restructure

« back to all changes in this revision

Viewing changes to tests/mms_ns_p0p1cv_weak_velBC_steady/src/MMS_A.geo

merge with branch including remap_surface_to_field but then removed this change and approached it a different way which seems to work

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
x = 2.22144146908;
 
2
c = 1.57079632679;
 
3
 
 
4
Point(1) = {x+c,0.0+c,0,0.64};
 
5
Point(2) = {0.0+c,x+c,0,0.64};
 
6
Point(3) = {-x+c,0.0+c,0,0.64};
 
7
Point(4) = {0.0+c,-x+c,0,0.64};
 
8
Line(1) = {4,3};
 
9
Line(2) = {3,2};
 
10
Line(3) = {2,1};
 
11
Line(4) = {1,4};
 
12
Line Loop(5) = {1,2,3,4};
 
13
Plane Surface(6) = {5};
 
14
Physical Line(7) = {3};
 
15
Physical Line(8) = {2};
 
16
Physical Line(9) = {1};
 
17
Physical Line(10) = {4};
 
18
Physical Surface(12) = {6};