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

update to current menu structure

parent a87f90df
No related branches found
No related tags found
No related merge requests found
$Id: README,v 1.15 2002-04-24 22:12:43 geuzaine Exp $
$Id: README,v 1.16 2002-09-11 18:29:56 geuzaine Exp $
Here are the examples in the Gmsh tutorial. These examples are
commented (both C and C++-style comments can be used in Gmsh input
......@@ -95,10 +95,10 @@ all the other views, select the 'Apply next changes to all views' or
[NOTE: All the options specified interactively can also be directly
specified in the ascii input files. All available options, with their
current values, can be saved into a file by selecting 'File->Save
as->Geometry->Gmsh current options', or simply viewed by pressing the
'?' button in the status bar. To save the current options as your
default preferences for all future Gmsh sessions, use the
'Options->Save options now' menu.]
as->Gmsh options', or simply viewed by pressing the '?' button in the
status bar. To save the current options as your default preferences
for all future Gmsh sessions, use the 'Options->Save options now'
menu.]
OK, that's all, folks. Enjoy the tutorial.
......
......@@ -57,8 +57,8 @@ Characteristic Length{6,22,2,3,16,12} = lc * 2 ;
// If the transformation tools are handy to create complex geometries,
// it is sometimes useful to generate the flat geometry, consisting
// only of the explicit list elementary entities. This can be achieved
// by selecting the 'File->Save as->Geometry->Gmsh unrolled geometry'
// menu or by typing
// by selecting the 'File->Save as->Gmsh unrolled geometry' menu or by
// typing
//
// > gmsh t2.geo -0
//
......
......@@ -74,7 +74,6 @@ Geometry.Color.Surfaces = Geometry.Color.Points;
// A click on the '?' button in the status bar of the graphic window
// will dump all current options to the terminal. To save all
// available options to a file, use the 'File->Save as->Geometry->Gmsh
// current options' menu. To save the current options as the default
// options for all future Gmsh sessions, use the 'Options->Save
// options now' menu.
// available options to a file, use the 'File->Save as->Gmsh options'
// menu. To save the current options as the default options for all
// future Gmsh sessions, use the 'Options->Save options now' menu.
......@@ -17,7 +17,7 @@ Include "view4.pos" ;
// Some general options are set (all the options specified
// interactively can be directly specified in the ascii input
// files. The current options can be saved into a file by selecting
// 'File->Save as->Geometry->Gmsh current options').
// 'File->Save as->Gmsh options').
General.Trackball = 0 ;
General.RotationX = 0 ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment