Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
331bdb2e
Commit
331bdb2e
authored
16 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
d8d67241
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/VERSIONS.txt
+4
-1
4 additions, 1 deletion
doc/VERSIONS.txt
doc/texinfo/opt_fields.texi
+8
-0
8 additions, 0 deletions
doc/texinfo/opt_fields.texi
doc/texinfo/opt_general.texi
+3
-3
3 additions, 3 deletions
doc/texinfo/opt_general.texi
with
15 additions
and
4 deletions
doc/VERSIONS.txt
+
4
−
1
View file @
331bdb2e
$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
...
...
This diff is collapsed.
Click to expand it.
doc/texinfo/opt_fields.texi
+
8
−
0
View file @
331bdb2e
...
@@ -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@*
...
...
This diff is collapsed.
Click to expand it.
doc/texinfo/opt_general.texi
+
3
−
3
View file @
331bdb2e
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment