~grm08/fluidity/hilbert-for-pyop2

« back to all changes in this revision

Viewing changes to tests/periodic_adaptivity_tracer/src/mesh.geo

  • Committer: Mark Filipiak
  • Date: 2013-02-01 00:11:23 UTC
  • Revision ID: mjf@staffmail.ed.ac.uk-20130201001123-gdnjwchjd1qd47j9
And more.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Point(1) = {0,0,0,0.02};
 
2
Extrude {1,0,0} {
 
3
  Point{1}; Layers{100};
 
4
}
 
5
Extrude {0,1,0} {
 
6
  Line{1}; Layers{100};
 
7
}
 
8
Physical Line(7) = {1};
 
9
Physical Line(8) = {4};
 
10
Physical Line(9) = {2};
 
11
Physical Line(10) = {3};
 
12
Physical Surface(10) = {5};