diff --git a/benchmarks/extrude/stator-newxtr.geo b/benchmarks/extrude/stator-newxtr.geo index 2a61217ec05d50d1386be92e8404d768ed220ed8..51f29c168eebd8008eeafc71a77b8e2d7cdfc0a4 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 57e9a9db967005d575cb6b6f32c370c8e72e03c8..23329666e2a67355ba67b5e3f3b87e8d3b6a85dd 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