Skip to content
Snippets Groups Projects
Commit 331bdb2e authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent d8d67241
No related branches found
No related tags found
No related merge requests found
$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; 2.2.4 (Aug 14, 2008): integrated Metis and Chaco mesh partitioners;
variables can now be deleted in geo files; added support for point variables can now be deleted in geo files; added support for point
......
...@@ -13,6 +13,10 @@ Options:@* ...@@ -13,6 +13,10 @@ Options:@*
Indices of curves in the geometric model@* Indices of curves in the geometric model@*
type: list@* type: list@*
default value: @code{@{@}} 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 @item NNodesByEdge
Number of nodes used to discetized each curve@* Number of nodes used to discetized each curve@*
type: integer@* type: integer@*
...@@ -211,6 +215,10 @@ default value: @code{1} ...@@ -211,6 +215,10 @@ default value: @code{1}
Evaluate the post processing view IView.@* Evaluate the post processing view IView.@*
Options:@* Options:@*
@table @code @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 @item IView
Post-processing view index@* Post-processing view index@*
type: integer@* type: integer@*
......
...@@ -76,7 +76,7 @@ Saved in: @code{-} ...@@ -76,7 +76,7 @@ Saved in: @code{-}
@item General.TextEditor @item General.TextEditor
System command to launch a text editor@* System command to launch a text editor@*
Default value: @code{"emacs %s &"}@* Default value: @code{"open -t %s"}@*
Saved in: @code{General.OptionsFileName} Saved in: @code{General.OptionsFileName}
@item General.TmpFileName @item General.TmpFileName
...@@ -86,7 +86,7 @@ Saved in: @code{General.SessionFileName} ...@@ -86,7 +86,7 @@ Saved in: @code{General.SessionFileName}
@item General.WebBrowser @item General.WebBrowser
System command to launch a web browser@* System command to launch a web browser@*
Default value: @code{"firefox %s &"}@* Default value: @code{"open %s"}@*
Saved in: @code{General.OptionsFileName} Saved in: @code{General.OptionsFileName}
@item General.AlphaBlending @item General.AlphaBlending
...@@ -756,7 +756,7 @@ Saved in: @code{General.OptionsFileName} ...@@ -756,7 +756,7 @@ Saved in: @code{General.OptionsFileName}
@item General.PolygonOffsetFactor @item General.PolygonOffsetFactor
Polygon offset factor (offset = factor * DZ + r * units)@* Polygon offset factor (offset = factor * DZ + r * units)@*
Default value: @code{1}@* Default value: @code{0.5}@*
Saved in: @code{General.OptionsFileName} Saved in: @code{General.OptionsFileName}
@item General.PolygonOffsetUnits @item General.PolygonOffsetUnits
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment