~fluidity-core/fluidity/exorcised

« back to all changes in this revision

Viewing changes to tests/Helmholtz-mms-p2p1cg-noadv/src/MMS_A.geo

  • Committer: Adam Candy
  • Date: 2013-07-04 15:04:45 UTC
  • Revision ID: adam.candy@imperial.ac.uk-20130704150445-73qmfq7oeq4jiqs4
Revert merge 4202, which is causing failures in current trunk.

Show diffs side-by-side

added added

removed removed

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