~reducedmodelling/fluidity/ROM_Non-intrusive-ann

« back to all changes in this revision

Viewing changes to tests/lagrangian_detectors/square.geo

  • Committer: cjc1
  • Date: 2011-01-12 19:56:32 UTC
  • Revision ID: svn-v4:5bf5533e-7014-46e3-b1bb-cce4b9d03719:trunk:2743
Setting up a test case for Lagrangian detectors

Show diffs side-by-side

added added

removed removed

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