1DGF
2Simplexgenerator
3min-angle 30
4display 0
5
6% to use Triangle from a certain path, uncomment this path line
7%path $HOME/bin  % path to Triangle
8
9#
10Vertex        % the vertices of the grid
11-1   -1       % vertex 0
12-0.2 -1       % vertex 1
13 1   -1       % vertex 2
14 1    -0.6    % vertex 3
15 1    1       % vertex 4
16-1    1       % vertex 5
170.2  -0.2     % vertex 6
18#
19BOUNDARYDOMAIN
20default 1     % all other boundary segments have id 1
21#
22# examplegrid1gen.dgf
23