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

*** empty log message ***

parent 534a719c
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,17 @@ This is a very simple control sequense
with 2 imbricated loops
*/
i=0;
For t In {0:1:0.1}
For x In {0:0.5:0.1}
Point(newp) = {t,x,0,.1};
p = newp;
Point(p) = {t,x,0,.1};
aa[i] = p;
i++;
EndFor
EndFor
BSpline(1) = {1,1,aa[],p,p};
Spline(2) = {aa[]};
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