From f461928f27a3e1a92a0aae14c7788f0667a51925 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 23 Jan 2009 07:57:57 +0000 Subject: [PATCH] *** empty log message *** --- benchmarks/2d/periodic_bspline.geo | 8 ++++++++ doc/VERSIONS.txt | 9 +++++---- 2 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 benchmarks/2d/periodic_bspline.geo diff --git a/benchmarks/2d/periodic_bspline.geo b/benchmarks/2d/periodic_bspline.geo new file mode 100644 index 0000000000..ff29d3f5c6 --- /dev/null +++ b/benchmarks/2d/periodic_bspline.geo @@ -0,0 +1,8 @@ +cl = 0.1; +Point ( 1) = {0,0,0,cl}; +Point ( 2) = {6,0,0,cl}; +Point ( 3) = {6,6,0,cl}; +Point ( 4) = {0,6,0,cl}; +BSpline (30) = {1,2,3,4,1}; +Line Loop (33) = {30}; +Plane Surface(28) = {33}; diff --git a/doc/VERSIONS.txt b/doc/VERSIONS.txt index 4013f0972d..7c740b286b 100644 --- a/doc/VERSIONS.txt +++ b/doc/VERSIONS.txt @@ -1,11 +1,12 @@ -$Id: VERSIONS.txt,v 1.32 2009-01-23 07:32:54 geuzaine Exp $ +$Id: VERSIONS.txt,v 1.33 2009-01-23 07:56:41 geuzaine Exp $ 2.3.0 (Jan 23, 2009): major graphics and GUI code refactoring; new full-quad/hexa subdivision algorithm (removed Mesh.RecombineAlgo); improved automatic transfinite corner selection (now also for -volumes); improved visibility browser; modified arrow size, clipping -planes and transform options; many small improvements and bug fixes -all over the place. +volumes); improved visibility browser; new automatic adaptive +visualization for high-order simplices; modified arrow size, clipping +planes and transform options; many improvements and bug fixes all over +the place. 2.2.6 (Nov 21, 2008): better transfinite smoothing and automatic corner selection; fixed high order meshing crashes on Windows and -- GitLab