~fluidity-core/fluidity/sediment_restructure

« back to all changes in this revision

Viewing changes to tests/shallow_water_optimisation_2d/src/mesh_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
 
Point(1) = {0, 0, 0, 0.1};
2
 
Point(2) = {1, 0, 0, 0.1};
3
 
Point(3) = {1, 1, 0, 0.1};
4
 
Point(4) = {0, 1, 0, 0.1};
5
 
Line(1) = {1, 2};
6
 
Line(2) = {2, 3};
7
 
Line(3) = {3, 4};
8
 
Line(4) = {4, 1};
9
 
Line Loop(5) = {3, 4, 1, 2};
10
 
Plane Surface(6) = {5};
11
 
Physical Line(7) = {1};
12
 
Physical Line(8) = {2};
13
 
Physical Line(9) = {3};
14
 
Physical Line(10) = {4};
15
 
Physical Surface(11) = {6};