From 331bdb2e69b9825ed895bb8cfd46a53467af70b5 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 5 Oct 2008 16:58:02 +0000 Subject: [PATCH] *** empty log message *** --- doc/VERSIONS.txt | 5 ++++- doc/texinfo/opt_fields.texi | 8 ++++++++ doc/texinfo/opt_general.texi | 6 +++--- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/doc/VERSIONS.txt b/doc/VERSIONS.txt index 8c5b574708..9517c27282 100644 --- a/doc/VERSIONS.txt +++ b/doc/VERSIONS.txt @@ -1,4 +1,7 @@ -$Id: VERSIONS.txt,v 1.6 2008-08-13 20:40:50 geuzaine Exp $ +$Id: VERSIONS.txt,v 1.7 2008-10-05 16:57:23 geuzaine Exp $ + +2.2.5: lots of small bug fixes; upgrade Netgen; builing now requires +FLTK >= 1.1.7; added Visual C++ support. 2.2.4 (Aug 14, 2008): integrated Metis and Chaco mesh partitioners; variables can now be deleted in geo files; added support for point diff --git a/doc/texinfo/opt_fields.texi b/doc/texinfo/opt_fields.texi index df0680f675..07d71ee02b 100644 --- a/doc/texinfo/opt_fields.texi +++ b/doc/texinfo/opt_fields.texi @@ -13,6 +13,10 @@ Options:@* Indices of curves in the geometric model@* type: list@* default value: @code{@{@}} +@item FacesList +Indices of surfaces in the geometric model (Warning: might give strange results for complex surfaces)@* +type: list@* +default value: @code{@{@}} @item NNodesByEdge Number of nodes used to discetized each curve@* type: integer@* @@ -211,6 +215,10 @@ default value: @code{1} Evaluate the post processing view IView.@* Options:@* @table @code +@item CropNegativeValues +return LC_MAX instead of a negative value (this option is needed for backward compatibility with the BackgroundMesh option@* +type: boolean@* +default value: @code{1} @item IView Post-processing view index@* type: integer@* diff --git a/doc/texinfo/opt_general.texi b/doc/texinfo/opt_general.texi index b9ab252e6b..2294b8c1c1 100644 --- a/doc/texinfo/opt_general.texi +++ b/doc/texinfo/opt_general.texi @@ -76,7 +76,7 @@ Saved in: @code{-} @item General.TextEditor System command to launch a text editor@* -Default value: @code{"emacs %s &"}@* +Default value: @code{"open -t %s"}@* Saved in: @code{General.OptionsFileName} @item General.TmpFileName @@ -86,7 +86,7 @@ Saved in: @code{General.SessionFileName} @item General.WebBrowser System command to launch a web browser@* -Default value: @code{"firefox %s &"}@* +Default value: @code{"open %s"}@* Saved in: @code{General.OptionsFileName} @item General.AlphaBlending @@ -756,7 +756,7 @@ Saved in: @code{General.OptionsFileName} @item General.PolygonOffsetFactor Polygon offset factor (offset = factor * DZ + r * units)@* -Default value: @code{1}@* +Default value: @code{0.5}@* Saved in: @code{General.OptionsFileName} @item General.PolygonOffsetUnits -- GitLab