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

Small corrections
parent d5195623
No related branches found
No related tags found
No related merge requests found
\input texinfo.tex @c -*-texinfo-*- \input texinfo.tex @c -*-texinfo-*-
@c $Id: gmsh.texi,v 1.61 2003-06-14 17:28:02 geuzaine Exp $ @c $Id: gmsh.texi,v 1.62 2003-06-15 16:37:20 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.7 @set EDITION 1.8
@set GMSH-VERSION 1.45 @set GMSH-VERSION 1.45
@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
...@@ -1221,10 +1221,6 @@ or to a real option. ...@@ -1221,10 +1221,6 @@ or to a real option.
Divides and affects @var{expression} to an existing expression identifier 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} @};
Affects, item per item, the right hand side @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} @};
Adds and affects, item per item, the right hand side @var{expression-list} Adds and affects, item per item, the right hand side @var{expression-list}
to an existing expression list identifier. to an existing expression list identifier.
......
...@@ -19,6 +19,11 @@ Default geometry color scheme (0, 1 or 2)@* ...@@ -19,6 +19,11 @@ Default geometry color scheme (0, 1 or 2)@*
Default value: @code{0}@* Default value: @code{0}@*
Saved in: @code{General.OptionsFileName} Saved in: @code{General.OptionsFileName}
@item Geometry.CircleWarning
Warn if circle arc is greater than Pi@*
Default value: @code{1}@*
Saved in: @code{General.OptionsFileName}
@item Geometry.ExtrudeSplinePoints @item Geometry.ExtrudeSplinePoints
Number of control points for splines created during extrusion@* Number of control points for splines created during extrusion@*
Default value: @code{5}@* Default value: @code{5}@*
......
...@@ -64,11 +64,6 @@ Fourth cut plane equation coefficient (`D' in `AX+BY+CZ+D=0')@* ...@@ -64,11 +64,6 @@ Fourth cut plane equation coefficient (`D' in `AX+BY+CZ+D=0')@*
Default value: @code{0}@* Default value: @code{0}@*
Saved in: @code{-} Saved in: @code{-}
@item Mesh.Degree
Element order@*
Default value: @code{1}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.DisplayLists @item Mesh.DisplayLists
Use OpenGL display lists for drawing meshes@* Use OpenGL display lists for drawing meshes@*
Default value: @code{0}@* Default value: @code{0}@*
...@@ -79,6 +74,11 @@ Display the dual mesh obtained by barycentric subdivision@* ...@@ -79,6 +74,11 @@ Display the dual mesh obtained by barycentric subdivision@*
Default value: @code{0}@* Default value: @code{0}@*
Saved in: @code{General.OptionsFileName} Saved in: @code{General.OptionsFileName}
@item Mesh.ElementOrder
Element order (1=linear elements, 2=quadratic elements)@*
Default value: @code{1}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.Explode @item Mesh.Explode
Display mesh with non adjacent elements (factor between 0 and 1)@* Display mesh with non adjacent elements (factor between 0 and 1)@*
Default value: @code{1}@* Default value: @code{1}@*
...@@ -264,11 +264,6 @@ Mesh vertex color@* ...@@ -264,11 +264,6 @@ Mesh vertex color@*
Default value: @code{@{0,123,59@}}@* Default value: @code{@{0,123,59@}}@*
Saved in: @code{General.OptionsFileName} Saved in: @code{General.OptionsFileName}
@item Mesh.Color.PointsSupp
Mesh high order vertex color@*
Default value: @code{@{255,0,255@}}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.Color.Lines @item Mesh.Color.Lines
Mesh line color@* Mesh line color@*
Default value: @code{@{0,255,0@}}@* Default value: @code{@{0,255,0@}}@*
......
...@@ -6,10 +6,8 @@ Saved in: @code{General.OptionsFileName} ...@@ -6,10 +6,8 @@ Saved in: @code{General.OptionsFileName}
@item Solver.Help0 @item Solver.Help0
Help string for solver 0@* Help string for solver 0@*
Default value: @code{"A General environment for the treatment of Default value: @code{"A General environment for the treatment of Discrete
Discrete Problems. Problems. Copyright (c) 1997-2003 Patrick Dular and Christophe Geuzaine.
Copyright (c) 1997-2003
Patrick Dular and Christophe Geuzaine.
Visit http://www.geuz.org/getdp/ for more info"}@* Visit http://www.geuz.org/getdp/ for more info"}@*
Saved in: @code{General.OptionsFileName} Saved in: @code{General.OptionsFileName}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment