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

Added a couple of GUI tips and tricks + clarified the affectation of
expression-lists.
parent 6f24dc26
Branches
Tags
No related merge requests found
\input texinfo.tex @c -*-texinfo-*- \input texinfo.tex @c -*-texinfo-*-
@c $Id: gmsh.texi,v 1.52 2003-05-05 23:00:44 geuzaine Exp $ @c $Id: gmsh.texi,v 1.53 2003-05-06 00:20:35 geuzaine Exp $
@c @c
@c Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle @c Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
@c @c
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
@c ========================================================================= @c =========================================================================
@c %**start of header @c %**start of header
@setfilename gmsh.info @setfilename gmsh.info
@set EDITION 1.5 @set EDITION 1.6
@set GMSH-VERSION 1.44 @set GMSH-VERSION 1.44
@set GMSH-WEB @uref{http://www.geuz.org/gmsh/} @set GMSH-WEB @uref{http://www.geuz.org/gmsh/}
@set COPYRIGHT @copyright{} 1997-2003 Christophe Geuzaine, Jean-Fran@,{c}ois Remacle @set COPYRIGHT @copyright{} 1997-2003 Christophe Geuzaine, Jean-Fran@,{c}ois Remacle
...@@ -537,7 +537,7 @@ transfinite or extruded meshes; ...@@ -537,7 +537,7 @@ transfinite or extruded meshes;
Gmsh is not a multi-bloc generator: all meshes produced by Gmsh are Gmsh is not a multi-bloc generator: all meshes produced by Gmsh are
conforming in the sense of finite element meshes; conforming in the sense of finite element meshes;
@item @item
there is not support for curved mesh elements as of this writing (Gmsh there is no support for curved mesh elements as of this writing (Gmsh
1.44); 1.44);
@item @item
the user has no control over the quality of the mesh elements generated by the user has no control over the quality of the mesh elements generated by
...@@ -1171,11 +1171,12 @@ Defines a new expression list identifier @code{@var{string}[]}, or affects ...@@ -1171,11 +1171,12 @@ Defines a new expression list identifier @code{@var{string}[]}, or affects
@var{expression-list} to an existing expression list identifier. @var{expression-list} to an existing expression list identifier.
@item @var{string} [ @{ @var{expression-list} @} ] = @{ @var{expression-list} @}; @item @var{string} [ @{ @var{expression-list} @} ] = @{ @var{expression-list} @};
Affects, item per item, @var{expression-list} to an existing expression list Affects each item in the right hand side @var{expression-list} to the
identifier. Remember the remark made when defining elements (indexed by the left hand side @var{expression-list}) of an
@w{@var{expression-list}s}: the braces enclosing the existing expression list identifier. The two @w{@var{expression-list}s} must
@w{@var{expression-list}s} are optional if the @var{expression-list} only contain the same number of items. Remember the remark made when defining
contains a single item. @w{@var{expression-list}s}: the braces enclosing an @var{expression-list}
are optional if the list only contains a single item.
@item @var{real-option} = @var{expression}; @item @var{real-option} = @var{expression};
Affects @var{expression} to a real option. Affects @var{expression} to a real option.
...@@ -1203,24 +1204,24 @@ Divides and affects @var{expression} to an existing expression identifier ...@@ -1203,24 +1204,24 @@ Divides and affects @var{expression} to an existing expression identifier
or to a real option. or to a real option.
@item @var{string} [ @{ @var{expression-list} @} ] = @{ @var{expression-list} @}; @item @var{string} [ @{ @var{expression-list} @} ] = @{ @var{expression-list} @};
Affects, item per item, @var{expression-list} to an existing expression list Affects, item per item, the right hand side @var{expression-list} to an
identifier. existing expression list identifier.
@item @var{string} [ @{ @var{expression-list} @} ] += @{ @var{expression-list} @}; @item @var{string} [ @{ @var{expression-list} @} ] += @{ @var{expression-list} @};
Adds and affects, item per item, @var{expression-list} to an existing Adds and affects, item per item, the right hand side @var{expression-list}
expression list identifier. to an existing expression list identifier.
@item @var{string} [ @{ @var{expression-list} @} ] -= @{ @var{expression-list} @}; @item @var{string} [ @{ @var{expression-list} @} ] -= @{ @var{expression-list} @};
Subtracts and affects, item per item, @var{expression-list} to an existing Subtracts and affects, item per item, the right hand side
expression list identifier. @var{expression-list} to an existing expression list identifier.
@item @var{string} [ @{ @var{expression-list} @} ] *= @{ @var{expression-list} @}; @item @var{string} [ @{ @var{expression-list} @} ] *= @{ @var{expression-list} @};
Multiplies and affects, item per item, @var{expression-list} to an existing Multiplies and affects, item per item, the right hand side
expression list identifier. @var{expression-list} to an existing expression list identifier.
@item @var{string} [ @{ @var{expression-list} @} ] /= @{ @var{expression-list} @}; @item @var{string} [ @{ @var{expression-list} @} ] /= @{ @var{expression-list} @};
Divides and affects, item per item, @var{expression-list} to an existing Divides and affects, item per item, the right hand side
expression list identifier. @var{expression-list} to an existing expression list identifier.
@item Exit; @item Exit;
Aborts the current script. Aborts the current script.
...@@ -3232,6 +3233,19 @@ Save your preferred options with `Tools->Options->Save'. To reset default ...@@ -3232,6 +3233,19 @@ Save your preferred options with `Tools->Options->Save'. To reset default
options, erase the @code{General.OptionsFileName} (usually options, erase the @code{General.OptionsFileName} (usually
@file{.gmsh-options} in your home directory) or use the `Restore default @file{.gmsh-options} in your home directory) or use the `Restore default
options' button in `Tools->Options->General->Output'. options' button in `Tools->Options->General->Output'.
@item
In the graphical user interface:
@itemize --
@item
dragging the mouse in a numeric input field slides the value. The left
button moves one step per pixel, the middle by 10 * step, and the right
button by 100 * step;
@item
selecting the content of an input field, or lines in the message console
(Tools->Message console), copies the selected text to the clipboard;
@end itemize
@item @item
Read the @file{FAQ}... Read the @file{FAQ}...
@end itemize @end itemize
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment