diff --git a/demos/sphere-stl.geo b/demos/sphere-stl.geo index 53ec0338f1247fb19ce697e9f9596b7d618e7f50..a93e14885047efe199a035f5b59c7be3da3f6f83 100644 --- a/demos/sphere-stl.geo +++ b/demos/sphere-stl.geo @@ -1,7 +1,7 @@ // include an STL triangulation as the representation of the surface 1 -Merge "sphere-stl.stl"; +Merge "sphere-surf.stl"; // define a volume using that surface diff --git a/doc/VERSIONS b/doc/VERSIONS index 4ebc1a96d60a724d00daa34127d81d24bc4ef7cf..f93c57587c93347ad417d9810d2bb64e52138267 100644 --- a/doc/VERSIONS +++ b/doc/VERSIONS @@ -1,4 +1,4 @@ -$Id: VERSIONS,v 1.342 2005-10-09 15:58:41 geuzaine Exp $ +$Id: VERSIONS,v 1.343 2005-10-14 20:10:44 geuzaine Exp $ New since 1.60: added support for second order (curved) elements in post-processor; new version (1.4) of post-processing file formats; new @@ -13,9 +13,10 @@ Windows/Cygwin; removed Discrete Line and Discrete Surface commands (the same functionality can now be obtained by simply loading a mesh in .msh format); fixed coloring by mesh partition; new "mesh statistics" export format; new full-quad recombine option; new -Plugin(ModulusPhase); experimental Tetgen integration; hexas and -prisms are now always saved with positive volume; improved interactive -entity selection; various small bug fixes and improvements. +Plugin(ModulusPhase); hexas and prisms are now always saved with +positive volume; improved interactive entity selection; new +experimental Tetgen integration; new experimental STL remeshing +algorithm; various small bug fixes and improvements. New in 1.60: added support for discrete curves; new Window menu on Mac OS X; generalized all octree-based plugins (CutGrid, StreamLines,