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

*** empty log message ***

parent 6c4b186e
No related branches found
No related tags found
No related merge requests found
...@@ -552,7 +552,7 @@ You can skip most of this reference manual if you only want to use Gmsh ...@@ -552,7 +552,7 @@ You can skip most of this reference manual if you only want to use Gmsh
at the first level (i.e., interactively with the GUI). Just read the at the first level (i.e., interactively with the GUI). Just read the
next chapter (@pxref{Running Gmsh on your system}) to learn how to next chapter (@pxref{Running Gmsh on your system}) to learn how to
launch Gmsh on your system, then go play with the GUI and run the launch Gmsh on your system, then go play with the GUI and run the
tutorials files (@pxref{Tutorial}) bundled in the distribution. tutorial files (@pxref{Tutorial}) bundled in the distribution.
Screencasts that show how to use the GUI are available here: Screencasts that show how to use the GUI are available here:
@uref{http://www.geuz.org/gmsh/screencasts/}. @uref{http://www.geuz.org/gmsh/screencasts/}.
...@@ -717,11 +717,15 @@ while a click on the arrow button on the right will provide access to ...@@ -717,11 +717,15 @@ while a click on the arrow button on the right will provide access to
the view's options. the view's options.
Note that all the options specified interactively can also be directly Note that all the options specified interactively can also be directly
specified in the script files. All available options, with their current specified in the script files. You can save the current options of the
values, can be saved into a file by selecting `File->Save As->Gmsh current active model with the `File->Save Options' menu. This will
options', or simply viewed by pressing the `?' button in the status create a new option file with the same filename as the active model, but
bar. To save the current options as your default preferences for all with an extra @file{.opt} extension added. The next time you open this
future Gmsh sessions, use the `File->Save Default Options' menu. model, the associated options will be automatically loaded, too. To
save the current options as your default preferences for all future Gmsh
sessions, use the `File->Save Default Options' menu instead. Finally,
you can also save the current options in an arbitrary file by choosing
the `Gmsh options' format in `File->Save As'.
@c ------------------------------------------------------------------------- @c -------------------------------------------------------------------------
@c Non-interactive mode @c Non-interactive mode
...@@ -732,12 +736,10 @@ future Gmsh sessions, use the `File->Save Default Options' menu. ...@@ -732,12 +736,10 @@ future Gmsh sessions, use the `File->Save Default Options' menu.
@cindex Non-interactive mode @cindex Non-interactive mode
You can also run Gmsh non-interactively, in `batch' mode. There is no Gmsh can be run non-interactively in `batch' mode, without
GUI in batch mode and all operations are performed without user GUI@footnote{If you compile Gmsh without the GUI, i.e., with
interaction@footnote{If you compile Gmsh without the GUI, i.e., with
@code{./configure --disable-gui}, this is the only mode you have access @code{./configure --disable-gui}, this is the only mode you have access
to.}. For example, to mesh the first tutorial in non-interactive mode, to.}. For example, to mesh the first tutorial in batch mode, just type:
just type:
@example @example
> gmsh t1.geo -2 > gmsh t1.geo -2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment