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
32d0c107
Commit
32d0c107
authored
13 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
clarify option handling
parent
5840430d
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/texinfo/gmsh.texi
+21
-7
21 additions, 7 deletions
doc/texinfo/gmsh.texi
with
21 additions
and
7 deletions
doc/texinfo/gmsh.texi
+
21
−
7
View file @
32d0c107
...
@@ -794,6 +794,10 @@ sessions, use the `File->Save Default Options' menu instead. Finally,
...
@@ -794,6 +794,10 @@ sessions, use the `File->Save Default Options' menu instead. Finally,
you can also save the current options in an arbitrary file by choosing
you can also save the current options in an arbitrary file by choosing
the `Gmsh options' format in `File->Save As'.
the `Gmsh options' format in `File->Save As'.
For more information about available options (and how to reset them to
their default values), see @ref
{
Options
}
.
@c -------------------------------------------------------------------------
@c -------------------------------------------------------------------------
@c Non-interactive mode
@c Non-interactive mode
@c -------------------------------------------------------------------------
@c -------------------------------------------------------------------------
...
@@ -4611,12 +4615,22 @@ system}. Screencasts that show how to use the GUI are available on
...
@@ -4611,12 +4615,22 @@ system}. Screencasts that show how to use the GUI are available on
This appendix lists all the available options. Gmsh's default behavior
This appendix lists all the available options. Gmsh's default behavior
is to save some of these options in a per-user ``session resource'' file
is to save some of these options in a per-user ``session resource'' file
(@code
{
General.SessionFileName
}
) every time Gmsh is shut down. This
(cf. ``Saved in: @code
{
General.SessionFileName
}
'' in the lists below)
permits for example to automatically remember the size and location of
every time Gmsh is shut down. This permits for example to automatically
the windows or which fonts to use. Other options can be saved in a
remember the size and location of the windows or which fonts to use. A
per-user ``option'' file (@code
{
General.OptionsFileName
}
), automatically
second set of options can be saved (automatically or manually with
loaded by Gmsh every time it starts up, by using the `File->Save Default
the `File->Save Options->As Default' menu) in a per-user ``option'' file
Options' menu.
(cf. ``Saved in: @code
{
General.OptionsFileName
}
'' in the lists below),
automatically loaded by Gmsh every time it starts up. Finally, other
options are only saved to disk manually, either by explicitely saving an
option file with `File->Save As', or when saving per-model options with
`File->Save Options->For Current File' (cf. ``Saved in: @code
{
-
}
'' in
the lists below).
To reset all options to their default values, use the `Restore default
options' button in `Tools->Options->General->Output', or erase the
@code
{
General.SessionFileName
}
and @code
{
General.OptionsFileName
}
files
by hand.
@c All the included files are generated automatically with `gmsh -doc'
@c All the included files are generated automatically with `gmsh -doc'
...
...
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