Skip to content
Snippets Groups Projects
Commit 7fb01159 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

syntax

parent 69ef2b9f
No related branches found
No related tags found
No related merge requests found
......@@ -15,4 +15,4 @@ Plane Surface(6) = {5};
Point(11) = {0.5,0.5,-1,lc};
Point(22) = {0.5,0.5,1,lc};
Line(5) = {11,22};
Attractor Line(1,0.1,7) = {5};
Attractor Line{5} = {1,0.1,7};
......@@ -32,4 +32,4 @@ Line(12) = {16,17};
Line(13) = {17,18};
Line(14) = {18,19};
Line(15) = {19,20};
Attractor Line(.1,0.01,10) = {7,8,9,10,11,12,13,14,15};
Attractor Line{7,8,9,10,11,12,13,14,15} = {.1,0.01,10} ;
......@@ -13,4 +13,4 @@ Line(4) = {4,3};
Line Loop(5) = {1,2,3,4};
Plane Surface(6) = {5};
Line(5) = {3,1};
Attractor Line(1,0.01,3) = {5};
Attractor Line{5} = {1,0.01,3};
......@@ -13,4 +13,4 @@ Line(4) = {4,3};
Point(55) = {0.2,.5,0,lc};
Line Loop(5) = {1,2,3,4};
Plane Surface(6) = {5};
Attractor Point (.01,.1,3.0) = {55};
Attractor Point {55} = {.01,.1,3.0};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment