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

*** empty log message ***

parent 4843dce4
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ Point(p+2) = {xx+.5, 1, 0, 0.1*lc} ;
Point(p+3) = {xx, 1, 0, lc} ;
l = newreg;
BSpline(l) = {p+3,p+3,p+3,p+2,p+1,p+1,p,p,p};
BSpline(l+1) = {p,p,p,p+3,p+3,p+3};
Line(l+1) = {p,p+3};
s = newreg;
Line Loop(s) = {-l,-(l+1)};
Plane Surface(s+1) = s;
......@@ -42,7 +42,7 @@ Point(p+2) = {xx+.5, 1, 0, 0.1*lc} ;
Point(p+3) = {xx, 1, 0, lc} ;
l = newreg;
Spline(l) = {p+3,p+2,p+1,p};
Spline(l+1) = {p,p+3};
Line(l+1) = {p,p+3};
s = newreg;
Line Loop(s) = {-l,-(l+1)};
Plane Surface(s+1) = s;
......
$Id: VERSIONS,v 1.56 2001-08-17 07:45:53 geuzaine Exp $
$Id: VERSIONS,v 1.57 2001-08-17 07:56:47 geuzaine Exp $
New in 1.24: BSplines;
New in 1.24: Fixed characteristic length interpolation for Splines;
Added BSplines;
New in 1.23: Fixed duplicate elements generation + non-matching
tetrahedra faces in 3D extruded meshes; Better display of displacement
......
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