~fluidity-core/fluidity/adjoint

« back to all changes in this revision

Viewing changes to tests/shallow_water_optimisation_check_gradient_revolve_2d/src/mesh_A.geo

Merge the fluidity_revolve branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Point(1) = {0, 0, 0, 0.25};
 
2
Point(2) = {1, 0, 0, 0.25};
 
3
Point(3) = {1, 1, 0, 0.25};
 
4
Point(4) = {0, 1, 0, 0.25};
 
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};