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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nico Schlömer
gmsh
Commits
8d7137e1
Commit
8d7137e1
authored
7 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
doc
parent
f4600054
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/texinfo/commandline.texi
+3
-1
3 additions, 1 deletion
doc/texinfo/commandline.texi
doc/texinfo/opt_general.texi
+5
-0
5 additions, 0 deletions
doc/texinfo/opt_general.texi
doc/texinfo/opt_mesh.texi
+15
-0
15 additions, 0 deletions
doc/texinfo/opt_mesh.texi
with
23 additions
and
1 deletion
doc/texinfo/commandline.texi
+
3
−
1
View file @
8d7137e1
...
@@ -21,7 +21,7 @@ Perform 1D, 2D or 3D mesh generation, then exit
...
@@ -21,7 +21,7 @@ Perform 1D, 2D or 3D mesh generation, then exit
@item -o file
@item -o file
Specify output file name
Specify output file name
@item -format string
@item -format string
Select output mesh format (auto (default), msh, msh1, msh2, unv, vrml, ply2, stl, mesh, bdf, cgns, p3d, diff, med, ...)
Select output mesh format (auto (default), msh, msh1, msh2, unv, vrml, ply2, stl, mesh, bdf, cgns, p3d, diff, med,
neu,
...)
@item -bin
@item -bin
Use binary format when available
Use binary format when available
@item -refine
@item -refine
...
@@ -154,6 +154,8 @@ Set constant string name=value
...
@@ -154,6 +154,8 @@ Set constant string name=value
Parse option file at startup
Parse option file at startup
@item -convert files
@item -convert files
Convert files into latest binary formats, then exit
Convert files into latest binary formats, then exit
@item -nt int
Set number of threads
@item -cpu
@item -cpu
Report CPU times for all operations
Report CPU times for all operations
@item -version
@item -version
...
...
This diff is collapsed.
Click to expand it.
doc/texinfo/opt_general.texi
+
5
−
0
View file @
8d7137e1
...
@@ -904,6 +904,11 @@ Disable interactive dialog windows in scripts (and use default values instead)@*
...
@@ -904,6 +904,11 @@ Disable interactive dialog windows in scripts (and use default values instead)@*
Default value: @code{0}@*
Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
Saved in: @code{General.OptionsFileName}
@item General.NumThreads
Set (maximum) number of threads@*
Default value: @code{1}@*
Saved in: @code{General.OptionsFileName}
@item General.OptionsPositionX
@item General.OptionsPositionX
Horizontal position (in pixels) of the upper left corner of the option window@*
Horizontal position (in pixels) of the upper left corner of the option window@*
Default value: @code{650}@*
Default value: @code{650}@*
...
...
This diff is collapsed.
Click to expand it.
doc/texinfo/opt_mesh.texi
+
15
−
0
View file @
8d7137e1
...
@@ -294,6 +294,21 @@ Display width of mesh lines (in pixels)@*
...
@@ -294,6 +294,21 @@ Display width of mesh lines (in pixels)@*
Default value: @code{1}@*
Default value: @code{1}@*
Saved in: @code{General.OptionsFileName}
Saved in: @code{General.OptionsFileName}
@item Mesh.MaxNumThreads1D
Maximum number of threads for 1D meshing (0: use default number of threads)@*
Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.MaxNumThreads2D
Maximum number of threads for 2D meshing (0: use default number of threads)@*
Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.MaxNumThreads3D
Maximum number of threads for 3D meshing (0: use default number of threads)@*
Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.MeshOnlyVisible
@item Mesh.MeshOnlyVisible
Mesh only visible entities (experimental: use with caution!)@*
Mesh only visible entities (experimental: use with caution!)@*
Default value: @code{0}@*
Default value: @code{0}@*
...
...
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