~ubuntu-branches/ubuntu/trusty/rheolef/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/usrman/line.mshcad

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme
  • Date: 2010-06-12 09:08:59 UTC
  • Revision ID: james.westby@ubuntu.com-20100612090859-8gpm2gc7j3ab43et
Tags: upstream-5.89
ImportĀ upstreamĀ versionĀ 5.89

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
    h_local = 0.1;
 
2
    Point(1) = {0, 0, 0, h_local};
 
3
    Point(2) = {1, 0, 0, h_local};
 
4
    Line(3) = {1,2};
 
5
    Physical Point("left")  = {1};
 
6
    Physical Point("right") = {2};
 
7
    Physical Point("boundary") = {1,2};
 
8
    Physical Line("interior") = {3};