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

*** empty log message ***

parent e12ecaa7
No related branches found
No related tags found
No related merge requests found
...@@ -63,6 +63,8 @@ Plane Surface(10) = {9}; ...@@ -63,6 +63,8 @@ Plane Surface(10) = {9};
// 1st gap // 1st gap
Geometry.AutoCoherence = 0;
Extrude Surface {2, {0,0,1}, {0,0,0}, Pi/180}{ Extrude Surface {2, {0,0,1}, {0,0,0}, Pi/180}{
Layers { {1}, {9000+100}, {1} } ; Layers { {1}, {9000+100}, {1} } ;
}; };
...@@ -205,6 +207,7 @@ Extrude Surface {345+440, {0,0,1}, {0,0,0}, Pi/2-Pi/180}{ ...@@ -205,6 +207,7 @@ Extrude Surface {345+440, {0,0,1}, {0,0,0}, Pi/2-Pi/180}{
Layers { {1,1,1,nArc,1,1,1}, {9019,9019,9019,9019,9019,9019,9019}, {0.02, 0.05, 0.09, 0.91, 0.95, 0.98, 1} } ; Layers { {1,1,1,nArc,1,1,1}, {9019,9019,9019,9019,9019,9019,9019}, {0.02, 0.05, 0.09, 0.91, 0.95, 0.98, 1} } ;
}; };
Coherence;
PZTA = 1000; PZTA = 1000;
PZTB = 1500; PZTB = 1500;
......
$Date: 2001-10-05 19:26:25 $ $Date: 2001-10-06 09:21:56 $
New in 1.27: Added ability to extrude curves with Layers/Recombine New in 1.27: Added ability to extrude curves with Layers/Recombine
attributes; New PointSize/LineWidth options; Fixed For/EndFor loops in attributes; New PointSize/LineWidth options; Fixed For/EndFor loops in
...@@ -7,7 +7,7 @@ and functions; Made the automatic removal of duplicate geometrical ...@@ -7,7 +7,7 @@ and functions; Made the automatic removal of duplicate geometrical
entities optional ('Geometry.AutoCoherence=0;' allows to manually entities optional ('Geometry.AutoCoherence=0;' allows to manually
specify 'Coherence;' at strategic points of the geo files, achieving specify 'Coherence;' at strategic points of the geo files, achieving
tremendous speedups when using multiple Rotate/Extrude/etc. tremendous speedups when using multiple Rotate/Extrude/etc.
transformations); transformations); various other small bug fixes and clean-ups;
New in 1.26: Enhanced 2D anisotropic mesh generator (metric New in 1.26: Enhanced 2D anisotropic mesh generator (metric
intersections); fixed small bug in 3D initial mesh; added alternative intersections); fixed small bug in 3D initial mesh; added alternative
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment