~grm08/fluidity/hilbert-for-pyop2

« back to all changes in this revision

Viewing changes to tools/data/square.geo

  • Committer: Jon Hill
  • Date: 2011-11-24 14:46:24 UTC
  • mfrom: (3853 fluidity)
  • mto: (4003.1.19 fluidity)
  • mto: This revision was merged to the branch mainline in revision 4028.
  • Revision ID: jon.hill@imperial.ac.uk-20111124144624-69ev9kyuludpg5fe
Merge from trunk. All bio stuff should be in trunk anyway, so this is now a copy of trunk. More devel to come though

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
cl1 = 0.4;
 
2
Point(1) = {0, 0, 0, cl1};
 
3
Point(2) = {0, 1, 0, cl1};
 
4
Point(3) = {1, 0, 0, cl1};
 
5
Point(4) = {1, 1, 0, cl1};
 
6
Line(1) = {1, 2};
 
7
Line(2) = {3, 4};
 
8
Line(3) = {1, 3};
 
9
Line(4) = {2, 4};
 
10
Line Loop(5) = {1, 4, -2, -3};
 
11
Ruled Surface(5) = {5};