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

*** empty log message ***

parent 4f64bfc2
No related branches found
No related tags found
No related merge requests found
......@@ -13,28 +13,27 @@ Point(2) = {Rint, 0, 0, h};
Line(1) = {1,2};
Extrude Line {1,{0,1,0}, {0,0,0}, -Pi/2}
{Layers{10,5,1}; Recombine; };
{Layers{10,1}; Recombine; };
Extrude Line {2,{0,1,0}, {0,0,0}, -Pi/2}
{Layers{10,9,1}; Recombine; };
{Layers{10,1}; Recombine; };
Extrude Surface {5,{0,LG,0}}
{Layers{50,2,1}; Recombine; };
{Layers{50,1}; Recombine; };
Extrude Surface {9,{0,LG,0}}
{Layers{50,2,1}; Recombine; };
{Layers{50,1}; Recombine; };
Extrude Surface {31,{0,0,1}, {RC,LG,0}, -(Pi/2)}
{Recombine ; Layers {30,52000,1}; };
{Recombine ; Layers {30,1}; };
Extrude Surface {53,{0,0,1}, {RC,LG,0}, -(Pi/2)}
{Recombine ; Layers {30,530000,1}; };
{Recombine ; Layers {30,1}; };
Extrude Surface {75,{LG,0,0}}
{Recombine; Layers{50,540000,1}; };
{Recombine; Layers{50,1}; };
Extrude Surface {97,{LG,0,0}}
{Recombine; Layers{50,550000,1}; };
{Recombine; Layers{50,1}; };
$Id: VERSIONS,v 1.366 2006-09-08 02:39:43 geuzaine Exp $
2.0: new geometry and mesh databases; complete rewrite of geometry and
mesh drawing code; complete rewrite of the input/output code (with new
native binary MSH format and full support for import/export of I-deas
UNV, Nastran BDF, STL, Medit MESH and VRML 1.0 files); added support
for incomplete second order elements; new 2D mesh algorithm; option
changes in the interface are now applied instantenously; lots of
improvements all over the place.
$Id: VERSIONS,v 1.367 2006-11-27 05:20:03 geuzaine Exp $
2.0: new geometry and mesh databases, with support for STEP and IGES
input via OpenCascade; complete rewrite of geometry and mesh drawing
code; complete rewrite of the input/output code (with new native
binary MSH format and full support for import/export of I-deas UNV,
Nastran BDF, STL, Medit MESH and VRML 1.0 files); added support for
incomplete second order elements; new 2D mesh algorithm; removed
anisotropic algorithm (as well as attractors); removed explicit region
number specification in extrusions; option changes in the graphical
interface are now applied instantenously; lots of other improvements
all over the place.
1.66: added support for offscreen rendering using OSMesa; added
support for SVG output;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment