~meshing/meshing/urop

« back to all changes in this revision

Viewing changes to shape/new.geo

  • Committer: Adam Candy
  • Date: 2012-07-06 15:30:52 UTC
  • Revision ID: adam.candy@imperial.ac.uk-20120706153052-63q7bbtir43ts2vp
Import of Varun's branch lp:~varun-verma11/+junk/gshhstoshp into the folder 'shape'.

Show diffs side-by-side

added added

removed removed

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