summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex/luamesh/maillage.geo
blob: ca0961535e758b885549b3d2e8beb5d729ded5fa (plain)
1
2
3
4
5
6
7
8
9
// Gmsh project created on Tue Nov 29 22:45:35 2016
Point(1) = {0, 0, 0, .5};
Point(2) = {3, 0, 0, .5};
Point(3) = {0, 3, 0, .5};
Circle(1) = {3, 1, 2};
Line(2) = {1, 3};
Line(3) = {2, 1};
Line Loop (1) = {1,3,2};
Plane Surface (6) = {1};