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

Corrections apres relecture / part 1
parent 402eea9d
No related branches found
No related tags found
No related merge requests found
// $Id: CommandLine.cpp,v 1.17 2003-04-14 22:37:07 geuzaine Exp $
// $Id: CommandLine.cpp,v 1.18 2003-04-19 22:11:42 geuzaine Exp $
//
// Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
//
......@@ -96,7 +96,7 @@ void Print_Usage(char *name){
Msg(DIRECT, "Display options:");
Msg(DIRECT, " -nodb disable double buffering");
Msg(DIRECT, " -fontsize int specify the font size for the GUI (default: 12)");
Msg(DIRECT, " -theme string specify GUI theme");
Msg(DIRECT, " -scheme string specify FLTK scheme");
Msg(DIRECT, " -alpha enable alpha blending");
Msg(DIRECT, " -notrack don't use trackball mode for rotations");
Msg(DIRECT, " -display string specify display");
......@@ -574,7 +574,7 @@ void Get_Options(int argc, char *argv[], int *nbfiles)
exit(1);
}
}
else if(!strcmp(argv[i] + 1, "theme")) {
else if(!strcmp(argv[i] + 1, "scheme")) {
i++;
if(argv[i] != NULL) {
CTX.theme = argv[i];
......
......@@ -49,21 +49,21 @@ StringXString GeneralOptions_String[] = {
"File into which the log is saved if a fatal error occurs" },
{ F|S, "OptionsFileName" , opt_general_options_filename , ".gmsh-options" ,
"File created in your home directory with `Tools->Options->Save', and which is read on startup" },
"Option file created with `Tools->Options->Save'; automatically read on startup" },
{ 0, "SessionFileName" , opt_general_session_filename , ".gmshrc" ,
"File into which session specific information is saved, and which is read on startup" },
"Option file into which session specific information is saved; automatically read on startup" },
#if defined(WIN32)
{ F|O, "TextEditor" , opt_general_editor , "notepad.exe %s" ,
#else
{ F|O, "TextEditor" , opt_general_editor , "emacs %s &" ,
#endif
"System command to launch a text editor" },
"System command to launch a text editor (OS-dependent)" },
{ F|O, "Theme" , opt_general_theme , "" ,
"Graphical user interface theme (try e.g. plastic)" },
"FLTK graphical user interface theme (try e.g. plastic)" },
{ F|S, "TmpFileName" , opt_general_tmp_filename , ".gmsh-tmp" ,
"Temporary file (created in your home directory)" },
"Temporary file used by the geometry module" },
{ 0, NULL , NULL , NULL , NULL }
} ;
......@@ -90,7 +90,7 @@ StringXString SolverOptions_String[] = {
#else
"getdp" ,
#endif
"System command to launch solver 0 (should _not_ contain the `&' character)" },
"System command to launch solver 0 (should not contain the `&' character)" },
{ F|O, "Extension0" , opt_solver_extension0 , ".pro" ,
"Default file name extension for solver 0" },
{ F|O, "MeshName0" , opt_solver_mesh_name0 , "" ,
......@@ -135,7 +135,7 @@ StringXString SolverOptions_String[] = {
{ F|O, "Help1" , opt_solver_help1 , "" ,
"Help string for solver 1" },
{ F|O, "Executable1" , opt_solver_executable1 , "" ,
"System command to launch solver 1 (should _not_ contain the `&' character)" },
"System command to launch solver 1 (should not contain the `&' character)" },
{ F|O, "Extension1" , opt_solver_extension1 , "" ,
"Default file name extension for solver 1" },
{ F|O, "MeshName1" , opt_solver_mesh_name1 , "" ,
......@@ -180,7 +180,7 @@ StringXString SolverOptions_String[] = {
{ F|O, "Help2" , opt_solver_help2 , "" ,
"Help string for solver 2" },
{ F|O, "Executable2" , opt_solver_executable2 , "" ,
"System command to launch solver 2 (should _not_ contain the `&' character)" },
"System command to launch solver 2 (should not contain the `&' character)" },
{ F|O, "Extension2" , opt_solver_extension2 , "" ,
"Default file name extension for solver 2" },
{ F|O, "MeshName2" , opt_solver_mesh_name2 , "" ,
......@@ -225,7 +225,7 @@ StringXString SolverOptions_String[] = {
{ F|O, "Help3" , opt_solver_help3 , "" ,
"Help string for solver 3" },
{ F|O, "Executable3" , opt_solver_executable3 , "" ,
"System command to launch solver 3 (should _not_ contain the `&' character)" },
"System command to launch solver 3 (should not contain the `&' character)" },
{ F|O, "Extension3" , opt_solver_extension3 , "" ,
"Default file name extension for solver 3" },
{ F|O, "MeshName3" , opt_solver_mesh_name3 , "" ,
......@@ -270,7 +270,7 @@ StringXString SolverOptions_String[] = {
{ F|O, "Help4" , opt_solver_help4 , "" ,
"Help string for solver 4" },
{ F|O, "Executable4" , opt_solver_executable4 , "" ,
"System command to launch solver 4 (should _not_ contain the `&' character)" },
"System command to launch solver 4 (should not contain the `&' character)" },
{ F|O, "Extension4" , opt_solver_extension4 , "" ,
"Default file name extension for solver 4" },
{ F|O, "MeshName4" , opt_solver_mesh_name4 , "" ,
......@@ -324,12 +324,12 @@ StringXString ViewOptions_String[] = {
"Abscissa number format for 2D graphs (in standard C form)" },
{ F, "FileName" , opt_view_filename , "" ,
"Default file name to assign to the post-processing view" },
"Default post-processing view file name" },
{ F|O, "Format" , opt_view_format , "%.3e" ,
"Number format (in standard C form)" },
{ F, "Name" , opt_view_name , "" ,
"Default name to assign to the post-processing view" },
"Default post-processing view name" },
{ 0, NULL , NULL , NULL , NULL }
} ;
......@@ -420,7 +420,7 @@ StringXNumber GeneralOptions_Number[] = {
"Use a double buffered graphic window (on Unix, should be set to 0 when working on a remote host without GLX)" },
{ F|O, "FastRedraw" , opt_general_fast_redraw , 1. ,
"Fast redraw (no mesh or view display) when moving the model" },
"Fast redraw (no mesh or view display) when interacting with the model" },
{ F|S, "FontSize" , opt_general_fontsize , 12. ,
"Size of the font in the graphical user interface" },
......@@ -533,9 +533,9 @@ StringXNumber GeneralOptions_Number[] = {
"Z coordinate of the center of rotation" },
{ F|S, "SaveOptions" , opt_general_options_save, 0. ,
"Automatically save all current options each time you quit Gmsh?" },
"Automatically save current options in General.OptionsFileName each time you quit Gmsh?" },
{ F|S, "SaveSession" , opt_general_session_save, 1. ,
"Automatically save session specific information each time you quit Gmsh?" },
"Automatically save session specific information in General.SessionFileName each time you quit Gmsh?" },
{ F, "ScaleX" , opt_general_scale0 , 1.0 ,
"X-axis scale factor" },
{ F, "ScaleY" , opt_general_scale1 , 1.0 ,
......@@ -547,9 +547,9 @@ StringXNumber GeneralOptions_Number[] = {
{ F|O, "SmallAxes" , opt_general_small_axes , 1. ,
"Display the small axes" },
{ F|O, "SmallAxesPositionX" , opt_general_small_axes_position0 , -45. ,
"X position of small axes (negative values for right alignment)" },
"X position of small axes (use negative values for right alignment)" },
{ F|O, "SmallAxesPositionY" , opt_general_small_axes_position1 , -35. ,
"Y position of small axes (negative values for bottom alignment)" },
"Y position of small axes (use negative values for bottom alignment)" },
{ F|S, "StatisticsPositionX" , opt_general_statistics_position0 , 650. ,
"Horizontal position (in pixels) of the upper left corner of the statistic window" },
{ F|S, "StatisticsPositionY" , opt_general_statistics_position1 , 150. ,
......@@ -566,13 +566,13 @@ StringXNumber GeneralOptions_Number[] = {
{ F|O, "Trackball" , opt_general_trackball , 1. ,
"Use trackball rotation mode" },
{ F, "TrackballQuaternion0" , opt_general_quaternion0 , 0.0 ,
"First trackball quaternion component (used if Trackball=1)" },
"First trackball quaternion component (used if General.Trackball=1)" },
{ F, "TrackballQuaternion1" , opt_general_quaternion1 , 0.0 ,
"Second trackball quaternion component (used if Trackball=1)" },
"Second trackball quaternion component (used if General.Trackball=1)" },
{ F, "TrackballQuaternion2" , opt_general_quaternion2 , 0.0 ,
"Third trackball quaternion component (used if Trackball=1)" },
"Third trackball quaternion component (used if General.Trackball=1)" },
{ F, "TrackballQuaternion3" , opt_general_quaternion3 , 1.0 ,
"Fourth trackball quaternion component (used if Trackball=1)" },
"Fourth trackball quaternion component (used if General.Trackball=1)" },
{ F, "TranslationX" , opt_general_translation0 , 0.0 ,
"X-axis translation (in model units)" },
{ F, "TranslationY" , opt_general_translation1 , 0.0 ,
......@@ -618,7 +618,7 @@ StringXNumber GeometryOptions_Number[] = {
{ F|O, "LineSelectWidth" , opt_geometry_line_sel_width , 2. ,
"Display width of selected lines (in pixels)" },
{ F|O, "LineType" , opt_geometry_line_type , 0. ,
"Display lines as solid color segments or 3D cylinders" },
"Display lines as solid color segments (0) or 3D cylinders (1)" },
{ F|O, "LineWidth" , opt_geometry_line_width , 1.0 ,
"Display width of lines (in pixels)" },
......@@ -639,7 +639,7 @@ StringXNumber GeometryOptions_Number[] = {
{ F|O, "PointSize" , opt_geometry_point_size , 3. ,
"Display size of points (in pixels)" },
{ F|O, "PointType" , opt_geometry_point_type , 0. ,
"Display points as solid color dots or 3D spheres" },
"Display points as solid color dots (0) or 3D spheres (1)" },
{ F|O, "ScalingFactor" , opt_geometry_scaling_factor , 1.0 ,
"Global geometry scaling factor" },
......@@ -670,7 +670,7 @@ StringXNumber MeshOptions_Number[] = {
{ F|O, "CharacteristicLengthFactor" , opt_mesh_lc_factor , 1.0 ,
"Factor applied to all characteristic lengths (and background meshes)" },
{ F|O, "ColorCarousel" , opt_mesh_color_carousel , 1. ,
"Use a `color by region number' scheme" },
"Use a `color by region number' coloring scheme" },
{ F|O, "ColorScheme" , opt_mesh_color_scheme , 0. ,
"Default mesh color scheme (0, 1 or 2)" },
{ F|O, "ConstrainedBackgroundMesh" , opt_mesh_constrained_bgmesh, 0. ,
......@@ -707,14 +707,14 @@ StringXNumber MeshOptions_Number[] = {
"Only display elements whose Gamma factor is smaller than GammaSup" },
{ F|O, "Interactive" , opt_mesh_interactive , 0. ,
"Show the construction of the 2D mesh in real time (only with the anisotropic algorithm)" },
"Show the construction of the 2D mesh in real time (only with the 2D anisotropic algorithm)" },
{ F|O, "Lines" , opt_mesh_lines , 1. ,
"Display mesh vertices on curves?" },
{ F|O, "LinesNumbers" , opt_mesh_lines_num , 0. ,
"Display mesh line numbers?" },
{ F|O, "LineType" , opt_mesh_line_type , 0. ,
"Display lines as solid color segments or 3D cylinders" },
"Display lines as solid color segments (0) or 3D cylinders (1)" },
{ F|O, "LineWidth" , opt_mesh_line_width , 1.0 ,
"Display width of lines (in pixels)" },
......@@ -741,13 +741,13 @@ StringXNumber MeshOptions_Number[] = {
{ F|O, "Points" , opt_mesh_points , 1. ,
"Display mesh vertices?" },
{ F|O, "PointInsertion" , opt_mesh_point_insertion, CENTER_CIRCCIRC ,
"Point insertion method for isotropic 2D algorithm (1=center of circ. circle, 2=voronoi, 3=cog)" },
"Point insertion method for isotropic 2D algorithm (1=center of circumscribed circle, 2=voronoi, 3=cog)" },
{ F|O, "PointsNumbers" , opt_mesh_points_num , 0. ,
"Display mesh vertices numbers?" },
"Display mesh vertex numbers?" },
{ F|O, "PointSize" , opt_mesh_point_size , 2. ,
"Display size of points (in pixels)" },
{ F|O, "PointType" , opt_mesh_point_type , 0. ,
"Display points as solid color dots or 3D spheres" },
"Display points as solid color dots (0) or 3D spheres (1)" },
{ F|O, "Quality" , opt_mesh_quality , 0.0 ,
"Target quality for tetrahedral elements (not fully functional)" },
......@@ -828,9 +828,9 @@ StringXNumber SolverOptions_Number[] = {
StringXNumber PostProcessingOptions_Number[] = {
{ F|O, "AnimationDelay" , opt_post_anim_delay , 0.25 ,
"Delay (in seconds) between to animation frames" },
"Delay (in seconds) between frames in automatic animation mode" },
{ F|O, "AnimationCycle" , opt_post_anim_cycle , 0. ,
"Cycle through views instead of time steps for the animation" },
"Cycle through views instead of time steps in automatic animation mode" },
{ F|O, "DisplayLists" , opt_post_display_lists , 0. ,
"Use OpenGL display lists for drawing post-processing views" },
......@@ -851,23 +851,23 @@ StringXNumber PostProcessingOptions_Number[] = {
StringXNumber ViewOptions_Number[] = {
{ F|O, "AngleSmoothNormals" , opt_view_angle_smooth_normals , 15. ,
"Threshold angle below which we do not smooth the normals" },
"Threshold angle below which normals are not smoothed" },
{ F|O, "ArrowLocation" , opt_view_arrow_location , DRAW_POST_LOCATE_COG ,
"Arrow location (1=cog, 2=vertex)" },
{ F|O, "ArrowScale" , opt_view_arrow_scale , 50. ,
"Size of the vector (e.g. arrow size in pixels)" },
"Size of vectors (arrow size in pixels or displacement factor)" },
{ F|O, "ArrowType" , opt_view_arrow_type , DRAW_POST_ARROW ,
"Vector display type (1=segment, 2=arrow, 3=pyramid, 4=cone, 5=displacement)" },
{ F|O, "AutoPosition" , opt_view_auto_position , 1. ,
"Position the scale or the 2D graph automatically to avoid overlaps" },
{ F|O, "Boundary" , opt_view_boundary , 0 ,
"Draw the N-b dimensional boundary of the simplex (N=dimension, b=option value)" },
"Draw the `N minus b'-dimensional boundary of the simplex (N=simplex dimension, b=option value)" },
{ F, "CustomMax" , opt_view_custom_max , 0. ,
"User defined maximum value to be displayed" },
"User-defined maximum value to be displayed" },
{ F, "CustomMin" , opt_view_custom_min , 0. ,
"User defined minimum value to be displayed" },
"User-defined minimum value to be displayed" },
{ F|O, "DrawHexahedra" , opt_view_draw_hexahedra , 1. ,
"Display post-processing hexahedra?" },
......@@ -909,21 +909,21 @@ StringXNumber ViewOptions_Number[] = {
{ F|O, "Light" , opt_view_light , 0. ,
"Enable light sources?" },
{ F|O, "LineType" , opt_view_line_type , 0. ,
"Display lines as solid color segments or 3D cylinders" },
"Display lines as solid color segments (0) or 3D cylinders (1)" },
{ F|O, "LineWidth" , opt_view_line_width , 1.0 ,
"Display width of lines (in pixels)" },
{ F, "Max" , opt_view_max , -1.e200 ,
"Maximum value in the view (do _not_ change this!)" },
"Maximum value in the view (do not change this!)" },
{ F, "Min" , opt_view_min , 1.e200 ,
"Minimum value in the view (do _not_ change this!)" },
"Minimum value in the view (do not change this!)" },
{ F|O, "NbAbscissa" , opt_view_nb_abscissa , 5. ,
"Number of abscissa intervals for 2D graphs" },
{ F|O, "NbIso" , opt_view_nb_iso , 15. ,
"Number of intervals" },
{ F, "NbTimeStep" , opt_view_nb_timestep , 1. ,
"Number of time steps in the view (do _not_ change this!)" },
"Number of time steps in the view (do not change this!)" },
{ F, "OffsetX" , opt_view_offset0 , 0. ,
"Translation of the view along X-axis (in model coordinates)" },
......@@ -935,7 +935,7 @@ StringXNumber ViewOptions_Number[] = {
{ F|O, "PointSize" , opt_view_point_size , 2. ,
"Display size of points (in pixels)" },
{ F|O, "PointType" , opt_view_point_type , 0. ,
"Display points as solid color dots or 3D spheres" },
"Display points as solid color dots (0) or 3D spheres (1)" },
{ F|O, "PositionX" , opt_view_position0 , 80. ,
"Horizontal position (in pixels) of the upper left corner of the scale or 2D graph" },
{ F|O, "PositionY" , opt_view_position1 , 50. ,
......@@ -1154,17 +1154,17 @@ StringXColor MeshOptions_Color[] = {
PACK_COLOR(0, 0, 0, 255),
"Mesh line color" },
{ F|O, "Triangles" , opt_mesh_color_triangles ,
COLT, COLT, COLW, "Mesh triangle color (if ColorCarousel=0)" },
COLT, COLT, COLW, "Mesh triangle color (if Mesh.ColorCarousel=0)" },
{ F|O, "Quadrangles" , opt_mesh_color_quadrangles ,
COLQ, COLQ, COLW, "Mesh quadrangle color (if ColorCarousel=0)" },
COLQ, COLQ, COLW, "Mesh quadrangle color (if Mesh.ColorCarousel=0)" },
{ F|O, "Tetrahedra" , opt_mesh_color_tetrahedra ,
COLT, COLT, COLW, "Mesh tetrahedron color (if ColorCarousel=0)" },
COLT, COLT, COLW, "Mesh tetrahedron color (if Mesh.ColorCarousel=0)" },
{ F|O, "Hexahedra" , opt_mesh_color_hexahedra ,
COLQ, COLQ, COLW, "Mesh hexahedron color (if ColorCarousel=0)" },
COLQ, COLQ, COLW, "Mesh hexahedron color (if Mesh.ColorCarousel=0)" },
{ F|O, "Prisms" , opt_mesh_color_prisms ,
COLP, COLP, COLW, "Mesh prism color (if ColorCarousel=0)" },
COLP, COLP, COLW, "Mesh prism color (if Mesh.ColorCarousel=0)" },
{ F|O, "Pyramids" , opt_mesh_color_pyramid ,
COLY, COLY, COLW, "Mesh pyramid color (if ColorCarousel=0)" },
COLY, COLY, COLW, "Mesh pyramid color (if Mesh.ColorCarousel=0)" },
{ F|O, "Tangents" , opt_mesh_color_tangents ,
PACK_COLOR(128, 128, 128, 255),
PACK_COLOR(128, 128, 128, 255),
......
......@@ -61,8 +61,8 @@ convert an ascii view into a binary one
disable double buffering
@item -fontsize int
specify the font size for the GUI (default: 12)
@item -theme string
specify GUI theme
@item -scheme string
specify FLTK scheme
@item -alpha
enable alpha blending
@item -notrack
......
This diff is collapsed.
......@@ -15,27 +15,27 @@ Default value: @code{".gmsh-errors"}@*
Saved in: @code{General.SessionFileName}
@item General.OptionsFileName
File created in your home directory with `Tools->Options->Save', and which is read on startup@*
Option file created with `Tools->Options->Save'; automatically read on startup@*
Default value: @code{".gmsh-options"}@*
Saved in: @code{General.SessionFileName}
@item General.SessionFileName
File into which session specific information is saved, and which is read on startup@*
Option file into which session specific information is saved; automatically read on startup@*
Default value: @code{".gmshrc"}@*
Saved in: @code{-}
@item General.TextEditor
System command to launch a text editor@*
System command to launch a text editor (OS-dependent)@*
Default value: @code{"emacs %s &"}@*
Saved in: @code{General.OptionsFileName}
@item General.Theme
Graphical user interface theme (try e.g. plastic)@*
FLTK graphical user interface theme (try e.g. plastic)@*
Default value: @code{""}@*
Saved in: @code{General.OptionsFileName}
@item General.TmpFileName
Temporary file (created in your home directory)@*
Temporary file used by the geometry module@*
Default value: @code{".gmsh-tmp"}@*
Saved in: @code{General.SessionFileName}
......@@ -225,7 +225,7 @@ Default value: @code{1}@*
Saved in: @code{General.OptionsFileName}
@item General.FastRedraw
Fast redraw (no mesh or view display) when moving the model@*
Fast redraw (no mesh or view display) when interacting with the model@*
Default value: @code{1}@*
Saved in: @code{General.OptionsFileName}
......@@ -485,12 +485,12 @@ Default value: @code{0}@*
Saved in: @code{-}
@item General.SaveOptions
Automatically save all current options each time you quit Gmsh?@*
Automatically save current options in General.OptionsFileName each time you quit Gmsh?@*
Default value: @code{0}@*
Saved in: @code{General.SessionFileName}
@item General.SaveSession
Automatically save session specific information each time you quit Gmsh?@*
Automatically save session specific information in General.SessionFileName each time you quit Gmsh?@*
Default value: @code{1}@*
Saved in: @code{General.SessionFileName}
......@@ -520,12 +520,12 @@ Default value: @code{1}@*
Saved in: @code{General.OptionsFileName}
@item General.SmallAxesPositionX
X position of small axes (negative values for right alignment)@*
X position of small axes (use negative values for right alignment)@*
Default value: @code{-45}@*
Saved in: @code{General.OptionsFileName}
@item General.SmallAxesPositionY
Y position of small axes (negative values for bottom alignment)@*
Y position of small axes (use negative values for bottom alignment)@*
Default value: @code{-35}@*
Saved in: @code{General.OptionsFileName}
......@@ -555,22 +555,22 @@ Default value: @code{1}@*
Saved in: @code{General.OptionsFileName}
@item General.TrackballQuaternion0
First trackball quaternion component (used if Trackball=1)@*
First trackball quaternion component (used if General.Trackball=1)@*
Default value: @code{0}@*
Saved in: @code{-}
@item General.TrackballQuaternion1
Second trackball quaternion component (used if Trackball=1)@*
Second trackball quaternion component (used if General.Trackball=1)@*
Default value: @code{0}@*
Saved in: @code{-}
@item General.TrackballQuaternion2
Third trackball quaternion component (used if Trackball=1)@*
Third trackball quaternion component (used if General.Trackball=1)@*
Default value: @code{0}@*
Saved in: @code{-}
@item General.TrackballQuaternion3
Fourth trackball quaternion component (used if Trackball=1)@*
Fourth trackball quaternion component (used if General.Trackball=1)@*
Default value: @code{1}@*
Saved in: @code{-}
......
......@@ -45,7 +45,7 @@ Default value: @code{2}@*
Saved in: @code{General.OptionsFileName}
@item Geometry.LineType
Display lines as solid color segments or 3D cylinders@*
Display lines as solid color segments (0) or 3D cylinders (1)@*
Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
......@@ -90,7 +90,7 @@ Default value: @code{3}@*
Saved in: @code{General.OptionsFileName}
@item Geometry.PointType
Display points as solid color dots or 3D spheres@*
Display points as solid color dots (0) or 3D spheres (1)@*
Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
......
......@@ -20,7 +20,7 @@ Default value: @code{1}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.ColorCarousel
Use a `color by region number' scheme@*
Use a `color by region number' coloring scheme@*
Default value: @code{1}@*
Saved in: @code{General.OptionsFileName}
......@@ -100,7 +100,7 @@ Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.Interactive
Show the construction of the 2D mesh in real time (only with the anisotropic algorithm)@*
Show the construction of the 2D mesh in real time (only with the 2D anisotropic algorithm)@*
Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
......@@ -115,7 +115,7 @@ Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.LineType
Display lines as solid color segments or 3D cylinders@*
Display lines as solid color segments (0) or 3D cylinders (1)@*
Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
......@@ -175,12 +175,12 @@ Default value: @code{1}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.PointInsertion
Point insertion method for isotropic 2D algorithm (1=center of circ. circle, 2=voronoi, 3=cog)@*
Point insertion method for isotropic 2D algorithm (1=center of circumscribed circle, 2=voronoi, 3=cog)@*
Default value: @code{1}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.PointsNumbers
Display mesh vertices numbers?@*
Display mesh vertex numbers?@*
Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
......@@ -190,7 +190,7 @@ Default value: @code{2}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.PointType
Display points as solid color dots or 3D spheres@*
Display points as solid color dots (0) or 3D spheres (1)@*
Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
......@@ -275,32 +275,32 @@ Default value: @code{@{0,255,0@}}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.Color.Triangles
Mesh triangle color (if ColorCarousel=0)@*
Mesh triangle color (if Mesh.ColorCarousel=0)@*
Default value: @code{@{160,150,255@}}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.Color.Quadrangles
Mesh quadrangle color (if ColorCarousel=0)@*
Mesh quadrangle color (if Mesh.ColorCarousel=0)@*
Default value: @code{@{130,120,225@}}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.Color.Tetrahedra
Mesh tetrahedron color (if ColorCarousel=0)@*
Mesh tetrahedron color (if Mesh.ColorCarousel=0)@*
Default value: @code{@{160,150,255@}}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.Color.Hexahedra
Mesh hexahedron color (if ColorCarousel=0)@*
Mesh hexahedron color (if Mesh.ColorCarousel=0)@*
Default value: @code{@{130,120,225@}}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.Color.Prisms
Mesh prism color (if ColorCarousel=0)@*
Mesh prism color (if Mesh.ColorCarousel=0)@*
Default value: @code{@{232,210,23@}}@*
Saved in: @code{General.OptionsFileName}
@item Mesh.Color.Pyramids
Mesh pyramid color (if ColorCarousel=0)@*
Mesh pyramid color (if Mesh.ColorCarousel=0)@*
Default value: @code{@{217,113,38@}}@*
Saved in: @code{General.OptionsFileName}
......
@ftable @code
@item PostProcessing.AnimationDelay
Delay (in seconds) between to animation frames@*
Delay (in seconds) between frames in automatic animation mode@*
Default value: @code{0.25}@*
Saved in: @code{General.OptionsFileName}
@item PostProcessing.AnimationCycle
Cycle through views instead of time steps for the animation@*
Cycle through views instead of time steps in automatic animation mode@*
Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
......
......@@ -14,7 +14,7 @@ Visit http://www.geuz.org/getdp/ for more info"}@*
Saved in: @code{General.OptionsFileName}
@item Solver.Executable0
System command to launch solver 0 (should _not_ contain the `&' character)@*
System command to launch solver 0 (should not contain the `&' character)@*
Default value: @code{"getdp"}@*
Saved in: @code{General.OptionsFileName}
......@@ -124,7 +124,7 @@ Default value: @code{""}@*
Saved in: @code{General.OptionsFileName}
@item Solver.Executable1
System command to launch solver 1 (should _not_ contain the `&' character)@*
System command to launch solver 1 (should not contain the `&' character)@*
Default value: @code{""}@*
Saved in: @code{General.OptionsFileName}
......@@ -234,7 +234,7 @@ Default value: @code{""}@*
Saved in: @code{General.OptionsFileName}
@item Solver.Executable2
System command to launch solver 2 (should _not_ contain the `&' character)@*
System command to launch solver 2 (should not contain the `&' character)@*
Default value: @code{""}@*
Saved in: @code{General.OptionsFileName}
......@@ -344,7 +344,7 @@ Default value: @code{""}@*
Saved in: @code{General.OptionsFileName}
@item Solver.Executable3
System command to launch solver 3 (should _not_ contain the `&' character)@*
System command to launch solver 3 (should not contain the `&' character)@*
Default value: @code{""}@*
Saved in: @code{General.OptionsFileName}
......@@ -454,7 +454,7 @@ Default value: @code{""}@*
Saved in: @code{General.OptionsFileName}
@item Solver.Executable4
System command to launch solver 4 (should _not_ contain the `&' character)@*
System command to launch solver 4 (should not contain the `&' character)@*
Default value: @code{""}@*
Saved in: @code{General.OptionsFileName}
......
......@@ -10,7 +10,7 @@ Default value: @code{"%.3e"}@*
Saved in: @code{General.OptionsFileName}
@item View.FileName
Default file name to assign to the post-processing view@*
Default post-processing view file name@*
Default value: @code{""}@*
Saved in: @code{-}
......@@ -20,12 +20,12 @@ Default value: @code{"%.3e"}@*
Saved in: @code{General.OptionsFileName}
@item View.Name
Default name to assign to the post-processing view@*
Default post-processing view name@*
Default value: @code{""}@*
Saved in: @code{-}
@item View.AngleSmoothNormals
Threshold angle below which we do not smooth the normals@*
Threshold angle below which normals are not smoothed@*
Default value: @code{15}@*
Saved in: @code{General.OptionsFileName}
......@@ -35,7 +35,7 @@ Default value: @code{1}@*
Saved in: @code{General.OptionsFileName}
@item View.ArrowScale
Size of the vector (e.g. arrow size in pixels)@*
Size of vectors (arrow size in pixels or displacement factor)@*
Default value: @code{50}@*
Saved in: @code{General.OptionsFileName}
......@@ -50,17 +50,17 @@ Default value: @code{1}@*
Saved in: @code{General.OptionsFileName}
@item View.Boundary
Draw the N-b dimensional boundary of the simplex (N=dimension, b=option value)@*
Draw the `N minus b'-dimensional boundary of the simplex (N=simplex dimension, b=option value)@*
Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
@item View.CustomMax
User defined maximum value to be displayed@*
User-defined maximum value to be displayed@*
Default value: @code{0}@*
Saved in: @code{-}
@item View.CustomMin
User defined minimum value to be displayed@*
User-defined minimum value to be displayed@*
Default value: @code{0}@*
Saved in: @code{-}
......@@ -150,7 +150,7 @@ Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
@item View.LineType
Display lines as solid color segments or 3D cylinders@*
Display lines as solid color segments (0) or 3D cylinders (1)@*
Default value: @code{0}@*
Saved in: @code{General.OptionsFileName}
......@@ -160,12 +160,12 @@ Default value: @code{1}@*
Saved in: @code{General.OptionsFileName}
@item View.Max
Maximum value in the view (do _not_ change this!)@*
Maximum value in the view (do not change this!)@*
Default value: @code{-1e+200}@*
Saved in: @code{-}
@item View.Min
Minimum value in the view (do _not_ change this!)@*
Minimum value in the view (do not change this!)@*
Default value: @code{1e+200}@*
Saved in: @code{-}
......@@ -180,7 +180,7 @@ Default value: @code{15}@*
Saved in: @code{General.OptionsFileName}
@item View.NbTimeStep
Number of time steps in the view (do _not_ change this!)@*
Number of time steps in the view (do not change this!)@*
Default value: @code{1}@*
Saved in: @code{-}
......@@ -205,7 +205,7 @@ Default value: @code{2}@*
Saved in: @code{General.OptionsFileName}
@item View.PointType
Display points as solid color dots or 3D spheres@*
Display points as solid color dots (0) or 3D spheres (1)@*
Default value: @code{0}@*
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