X-Git-Url: https://melusine.eu.org/syracuse/G/git/?a=blobdiff_plain;f=doc%2Fluamesh-doc.listing;h=6d412ad12ea422db504a5750525ebce23361250e;hb=9a7fa0ea882050fc752a0c53137d38209664a4e7;hp=a9b8131a0e3bf16832ea4a4b203ef59788c003c9;hpb=8f69ee8fd8ba6b022d1aaae4c4f2b93e1694765f;p=delaunay.git diff --git a/doc/luamesh-doc.listing b/doc/luamesh-doc.listing index a9b8131..6d412ad 100644 --- a/doc/luamesh-doc.listing +++ b/doc/luamesh-doc.listing @@ -1,14 +1,26 @@ - \meshAddPointBW[ + \drawPointsMeshinc[ tikz, - mode = ext, - color = blue!70, + color = blue!50, + print = points, meshpoint = x, - newpoint = y, - colorBack=red!10, - colorNew = green!20!red, - colorCircle = blue, - colorBbox = black!20, + 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, bbox = show, - scale=1.4cm, - step=cavity] - {mesh.txt}{6} + color = red, + colorBbox = blue!30, + 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 + \draw[<->,thick, color=green] (MeshPoints3) -- (MeshPoints9); + }