X-Git-Url: https://melusine.eu.org/syracuse/G/git/?a=blobdiff_plain;f=doc%2Fluamesh-doc.listing;h=6d412ad12ea422db504a5750525ebce23361250e;hb=9a7fa0ea882050fc752a0c53137d38209664a4e7;hp=fff4398f38f597e69be0f031f5e61b5f340972b6;hpb=5921eb363f3873328cc96cb4321b2f6387b8f3f5;p=delaunay.git diff --git a/doc/luamesh-doc.listing b/doc/luamesh-doc.listing index fff4398..6d412ad 100644 --- a/doc/luamesh-doc.listing +++ b/doc/luamesh-doc.listing @@ -1,10 +1,26 @@ - \buildMeshBW[% + \drawPointsMeshinc[ + tikz, + color = blue!50, + print = points, + meshpoint = x, + scale=0.8cm, + ]{(0.3,0.3);(1.5,1);(4,0);(4.5,2.5);(1.81,2.14);(2.5,0.5);(2.8,1.5)}% + {% code before + }% + {% code after + \node[color = blue!50] at (0,2) {Mesh $\mathbb{T}$} ; + } + \buildMeshBWinc[% tikz, - mode = ext, bbox = show, color = red, colorBbox = blue!30, print = points, meshpoint = x, - scale = 1.3cm, - ]{mesh.txt} + scale=0.8cm + ]{(0.3,0.3);(1.5,1);(4,0);(4.5,2.5);(1.81,2.14);(2.5,0.5);(2.8,1.5)}% + {% code before + } + {% code after + \draw[<->,thick, color=green] (MeshPoints3) -- (MeshPoints9); + }