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}; ...@@ -13,28 +13,27 @@ Point(2) = {Rint, 0, 0, h};
Line(1) = {1,2}; Line(1) = {1,2};
Extrude Line {1,{0,1,0}, {0,0,0}, -Pi/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} 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}} Extrude Surface {5,{0,LG,0}}
{Layers{50,2,1}; Recombine; }; {Layers{50,1}; Recombine; };
Extrude Surface {9,{0,LG,0}} 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)} 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)} 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}} Extrude Surface {75,{LG,0,0}}
{Recombine; Layers{50,540000,1}; }; {Recombine; Layers{50,1}; };
Extrude Surface {97,{LG,0,0}} 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 $ $Id: VERSIONS,v 1.367 2006-11-27 05:20:03 geuzaine Exp $
2.0: new geometry and mesh databases; complete rewrite of geometry and 2.0: new geometry and mesh databases, with support for STEP and IGES
mesh drawing code; complete rewrite of the input/output code (with new input via OpenCascade; complete rewrite of geometry and mesh drawing
native binary MSH format and full support for import/export of I-deas code; complete rewrite of the input/output code (with new native
UNV, Nastran BDF, STL, Medit MESH and VRML 1.0 files); added support binary MSH format and full support for import/export of I-deas UNV,
for incomplete second order elements; new 2D mesh algorithm; option Nastran BDF, STL, Medit MESH and VRML 1.0 files); added support for
changes in the interface are now applied instantenously; lots of incomplete second order elements; new 2D mesh algorithm; removed
improvements all over the place. 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 1.66: added support for offscreen rendering using OSMesa; added
support for SVG output; 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