From b4d53955288e2a195aedccf25c848ab020595375 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 6 Oct 2001 09:21:56 +0000 Subject: [PATCH] *** empty log message *** --- benchmarks/extrude/stator-newxtr.geo | 3 +++ doc/VERSIONS | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/benchmarks/extrude/stator-newxtr.geo b/benchmarks/extrude/stator-newxtr.geo index 2a61217ec0..51f29c168e 100644 --- a/benchmarks/extrude/stator-newxtr.geo +++ b/benchmarks/extrude/stator-newxtr.geo @@ -63,6 +63,8 @@ Plane Surface(10) = {9}; // 1st gap +Geometry.AutoCoherence = 0; + Extrude Surface {2, {0,0,1}, {0,0,0}, Pi/180}{ Layers { {1}, {9000+100}, {1} } ; }; @@ -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} } ; }; +Coherence; PZTA = 1000; PZTB = 1500; diff --git a/doc/VERSIONS b/doc/VERSIONS index 57e9a9db96..23329666e2 100644 --- a/doc/VERSIONS +++ b/doc/VERSIONS @@ -1,4 +1,4 @@ -$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 attributes; New PointSize/LineWidth options; Fixed For/EndFor loops in @@ -7,7 +7,7 @@ and functions; Made the automatic removal of duplicate geometrical entities optional ('Geometry.AutoCoherence=0;' allows to manually specify 'Coherence;' at strategic points of the geo files, achieving 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 intersections); fixed small bug in 3D initial mesh; added alternative -- GitLab