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 Here are the examples in the Gmsh tutorial. These examples are
commented (both C and C++-style comments can be used in Gmsh input 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 ...@@ -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 [NOTE: All the options specified interactively can also be directly
specified in the ascii input files. All available options, with their specified in the ascii input files. All available options, with their
current values, can be saved into a file by selecting 'File->Save current values, can be saved into a file by selecting 'File->Save
as->Geometry->Gmsh current options', or simply viewed by pressing the as->Gmsh options', or simply viewed by pressing the '?' button in the
'?' button in the status bar. To save the current options as your status bar. To save the current options as your default preferences
default preferences for all future Gmsh sessions, use the for all future Gmsh sessions, use the 'Options->Save options now'
'Options->Save options now' menu.] menu.]
OK, that's all, folks. Enjoy the tutorial. OK, that's all, folks. Enjoy the tutorial.
......
...@@ -57,8 +57,8 @@ Characteristic Length{6,22,2,3,16,12} = lc * 2 ; ...@@ -57,8 +57,8 @@ Characteristic Length{6,22,2,3,16,12} = lc * 2 ;
// If the transformation tools are handy to create complex geometries, // If the transformation tools are handy to create complex geometries,
// it is sometimes useful to generate the flat geometry, consisting // it is sometimes useful to generate the flat geometry, consisting
// only of the explicit list elementary entities. This can be achieved // only of the explicit list elementary entities. This can be achieved
// by selecting the 'File->Save as->Geometry->Gmsh unrolled geometry' // by selecting the 'File->Save as->Gmsh unrolled geometry' menu or by
// menu or by typing // typing
// //
// > gmsh t2.geo -0 // > gmsh t2.geo -0
// //
......
...@@ -74,7 +74,6 @@ Geometry.Color.Surfaces = Geometry.Color.Points; ...@@ -74,7 +74,6 @@ Geometry.Color.Surfaces = Geometry.Color.Points;
// A click on the '?' button in the status bar of the graphic window // A click on the '?' button in the status bar of the graphic window
// will dump all current options to the terminal. To save all // will dump all current options to the terminal. To save all
// available options to a file, use the 'File->Save as->Geometry->Gmsh // available options to a file, use the 'File->Save as->Gmsh options'
// current options' menu. To save the current options as the default // menu. To save the current options as the default options for all
// options for all future Gmsh sessions, use the 'Options->Save // future Gmsh sessions, use the 'Options->Save options now' menu.
// options now' menu.
...@@ -17,7 +17,7 @@ Include "view4.pos" ; ...@@ -17,7 +17,7 @@ Include "view4.pos" ;
// Some general options are set (all the options specified // Some general options are set (all the options specified
// interactively can be directly specified in the ascii input // interactively can be directly specified in the ascii input
// files. The current options can be saved into a file by selecting // 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.Trackball = 0 ;
General.RotationX = 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