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

*** empty log message ***

parent 603a18ce
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.249 2008-04-24 17:29:54 geuzaine Exp $ @c $Id: gmsh.texi,v 1.250 2008-05-01 06:56:23 geuzaine Exp $
@c @c
@c Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle @c Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
@c @c
...@@ -1302,6 +1302,9 @@ Deletes all geometrical entities and all currently loaded meshes. ...@@ -1302,6 +1302,9 @@ Deletes all geometrical entities and all currently loaded meshes.
@item Delete Physicals; @item Delete Physicals;
Deletes all physical groups. Deletes all physical groups.
@item Mesh @var{expression};
Generate @var{expression}-D mesh.
@item Print @var{char-expression}; @item Print @var{char-expression};
Prints the graphic window in a file named @var{char-expression}, using the Prints the graphic window in a file named @var{char-expression}, using the
current @code{Print.Format} (@pxref{General options}). If the path in current @code{Print.Format} (@pxref{General options}). If the path in
...@@ -1311,9 +1314,6 @@ the path of the current file. ...@@ -1311,9 +1314,6 @@ the path of the current file.
@item Sleep @var{expression}; @item Sleep @var{expression};
Suspends the execution of Gmsh during @var{expression} seconds. Suspends the execution of Gmsh during @var{expression} seconds.
@item Status @var{expression};
Forces mesh status to @var{expression}.
@item System @var{char-expression}; @item System @var{char-expression};
Executes a system call. Executes a system call.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment