From 2f716c703c7a1747d547a92216d7a070baa06249 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 2 Aug 2008 13:54:45 +0000 Subject: [PATCH] *** empty log message *** --- doc/TODO.txt | 16 +--------------- doc/VERSIONS.txt | 5 +++-- 2 files changed, 4 insertions(+), 17 deletions(-) diff --git a/doc/TODO.txt b/doc/TODO.txt index ae547f26ae..778e1106bb 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -1,4 +1,4 @@ -$Id: TODO.txt,v 1.2 2008-07-27 02:54:09 geuzaine Exp $ +$Id: TODO.txt,v 1.3 2008-08-02 13:53:28 geuzaine Exp $ ******************************************************************** @@ -25,13 +25,6 @@ dialog and refuse to continue until a model is given... ******************************************************************** -Decide what to do with global parser variables. Should we clear them -when we open a new file? +: fixes annoying persistance when changing -.geo files and reloading them; -: cannot use -string "aa=1;" to change -global vars from command line. - -******************************************************************** - Add a global "transparency slider" for the mesh; if value != 1, fill a global triangle vertex array in GModel instead of in each separate entity, and sort like in post-processing. @@ -75,12 +68,6 @@ add support for Patran mesh files ******************************************************************** -Bug: need to better understand how Netgen deals with characteristic -lengths: a larger geometry (with appropriately scaled lcs) leads to a -larger mesh - -******************************************************************** - interface GModel in surface creation in the parser ******************************************************************** @@ -219,4 +206,3 @@ rewrite ColorTable as a C++ class create "Volume visualization" range type? (interpolate on regular grid + create cut planes // to viewpoint with transparency; can be done in a straightforward way or using 3D textures) - diff --git a/doc/VERSIONS.txt b/doc/VERSIONS.txt index 76ce93f2b0..393201ec1e 100644 --- a/doc/VERSIONS.txt +++ b/doc/VERSIONS.txt @@ -1,6 +1,7 @@ -$Id: VERSIONS.txt,v 1.3 2008-07-25 15:22:52 geuzaine Exp $ +$Id: VERSIONS.txt,v 1.4 2008-08-02 13:54:45 geuzaine Exp $ -2.2.4 (): variables can now be deleted in geo files; small bug fixes. +2.2.4 (): integrated Metis and Chaco mesh partitioners; variables can +now be deleted in geo files; small bug fixes. 2.2.3 (Jul 14, 2008): enhanced clipping interface; API cleanup; fixed various bugs (Plugin(Integrate), high order meshes, surface info -- GitLab